Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-zaera committed May 3, 2018
1 parent 031b8f9 commit eb5469e
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages": [
"packages/*"
],
"version": "1.6.1"
"version": "1.6.2"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-name-amd-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-name-amd-modules",
"version": "1.6.1",
"version": "1.6.2",
"description": "A Babel plugin to give name to AMD modules based on their path and package.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "1.6.1",
"liferay-npm-build-tools-common": "1.6.2",
"read-json-sync": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-namespace-amd-define/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-namespace-amd-define",
"version": "1.6.1",
"version": "1.6.2",
"description": "A Babel plugin to namespace (prefix) AMD define() calls.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "1.6.1"
"liferay-npm-build-tools-common": "1.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-normalize-requires/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-normalize-requires",
"version": "1.6.1",
"version": "1.6.2",
"description": "A Babel plugin that rewrites require() calls to normalize them (removing extensions and trailing slashes, for example).",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "1.6.1"
"liferay-npm-build-tools-common": "1.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-shim-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-shim-nodejs",
"version": "1.6.1",
"version": "1.6.2",
"description": "A Babel plugin to shim Node.js global objects and modules.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"babel-template": "^6.25.0",
"liferay-npm-build-tools-common": "1.6.1",
"liferay-npm-build-tools-common": "1.6.2",
"read-json-sync": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-wrap-modules-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-wrap-modules-amd",
"version": "1.6.1",
"version": "1.6.2",
"description": "A Babel plugin to wrap package modules inside AMD define() calls.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"babel-template": "^6.25.0",
"liferay-npm-build-tools-common": "1.6.1",
"liferay-npm-build-tools-common": "1.6.2",
"read-json-sync": "^1.1.1"
}
}
8 changes: 4 additions & 4 deletions packages/babel-preset-liferay-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-liferay-amd",
"version": "1.6.1",
"version": "1.6.2",
"description": "Babel preset for bundling AMD Liferay projects.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"babel-plugin-name-amd-modules": "1.6.1",
"babel-plugin-namespace-amd-define": "1.6.1",
"babel-plugin-normalize-requires": "1.6.1"
"babel-plugin-name-amd-modules": "1.6.2",
"babel-plugin-namespace-amd-define": "1.6.2",
"babel-plugin-normalize-requires": "1.6.2"
}
}
12 changes: 6 additions & 6 deletions packages/babel-preset-liferay-isomorphic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-liferay-isomorphic",
"version": "1.6.1",
"version": "1.6.2",
"description": "Babel preset for bundling isomorphic Liferay projects.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,10 +12,10 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"babel-plugin-name-amd-modules": "1.6.1",
"babel-plugin-namespace-amd-define": "1.6.1",
"babel-plugin-normalize-requires": "1.6.1",
"babel-plugin-shim-nodejs": "1.6.1",
"babel-plugin-wrap-modules-amd": "1.6.1"
"babel-plugin-name-amd-modules": "1.6.2",
"babel-plugin-namespace-amd-define": "1.6.2",
"babel-plugin-normalize-requires": "1.6.2",
"babel-plugin-shim-nodejs": "1.6.2",
"babel-plugin-wrap-modules-amd": "1.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/babel-preset-liferay-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-liferay-project",
"version": "1.6.1",
"version": "1.6.2",
"description": "Babel preset for compiling standard Liferay projects.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"babel-plugin-name-amd-modules": "1.6.1",
"babel-plugin-namespace-amd-define": "1.6.1",
"babel-plugin-name-amd-modules": "1.6.2",
"babel-plugin-namespace-amd-define": "1.6.2",
"babel-plugin-transform-es2015-modules-amd": "6.24.1"
}
}
10 changes: 5 additions & 5 deletions packages/babel-preset-liferay-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-liferay-standard",
"version": "1.6.1",
"version": "1.6.2",
"description": "Babel preset for bundling standard Liferay projects.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,10 +12,10 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"babel-plugin-name-amd-modules": "1.6.1",
"babel-plugin-namespace-amd-define": "1.6.1",
"babel-plugin-normalize-requires": "1.6.1",
"babel-plugin-name-amd-modules": "1.6.2",
"babel-plugin-namespace-amd-define": "1.6.2",
"babel-plugin-normalize-requires": "1.6.2",
"babel-plugin-transform-node-env-inline": "0.2.0",
"babel-plugin-wrap-modules-amd": "1.6.1"
"babel-plugin-wrap-modules-amd": "1.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/liferay-npm-build-tools-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-build-tools-common",
"version": "1.6.1",
"version": "1.6.2",
"description": "Utility library for Liferay NPM Build Tools.",
"scripts": {
"build": "babel --source-maps -D -d lib src",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-inject-angular-dependencies",
"version": "1.6.1",
"version": "1.6.2",
"description": "A liferay-npm-bundler plugin to force injection of needed dependencies in Angular packages.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "1.6.1",
"liferay-npm-build-tools-common": "1.6.2",
"read-json-sync": "^2.0.0-0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-replace-browser-modules",
"version": "1.6.1",
"version": "1.6.2",
"description": "A liferay-npm-bundler plugin to replace files listed under the browser/module entry of package.json files.",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/liferay-npm-bundler-preset-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "liferay-npm-bundler-preset-amd",
"version": "1.6.1",
"version": "1.6.2",
"description": "AMD configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-amd": "1.6.1"
"babel-preset-liferay-amd": "1.6.2"
}
}
8 changes: 4 additions & 4 deletions packages/liferay-npm-bundler-preset-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "liferay-npm-bundler-preset-angular",
"version": "1.6.1",
"version": "1.6.2",
"description": "Angular configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-standard": "1.6.1",
"liferay-npm-bundler-plugin-inject-angular-dependencies": "1.6.1",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.1"
"babel-preset-liferay-standard": "1.6.2",
"liferay-npm-bundler-plugin-inject-angular-dependencies": "1.6.2",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/liferay-npm-bundler-preset-isomorphic/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "liferay-npm-bundler-preset-isomorphic",
"version": "1.6.1",
"version": "1.6.2",
"description": "Isomorphic configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-isomorphic": "1.6.1",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.1"
"babel-preset-liferay-isomorphic": "1.6.2",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/liferay-npm-bundler-preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "liferay-npm-bundler-preset-react",
"version": "1.6.1",
"version": "1.6.2",
"description": "React configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-standard": "1.6.1",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.1"
"babel-preset-liferay-standard": "1.6.2",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/liferay-npm-bundler-preset-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "liferay-npm-bundler-preset-standard",
"version": "1.6.1",
"version": "1.6.2",
"description": "Standard configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-standard": "1.6.1",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.1"
"babel-preset-liferay-standard": "1.6.2",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/liferay-npm-bundler-preset-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "liferay-npm-bundler-preset-vue",
"version": "1.6.1",
"version": "1.6.2",
"description": "Vue.js configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-standard": "1.6.1",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.1"
"babel-preset-liferay-standard": "1.6.2",
"liferay-npm-bundler-plugin-replace-browser-modules": "1.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/liferay-npm-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler",
"version": "1.6.1",
"version": "1.6.2",
"description": "A CLI utility to bundle NPM dependencies of a Liferay OSGi bundle.",
"main": "lib/index.js",
"bin": {
Expand All @@ -19,7 +19,7 @@
"fs-extra": "^4.0.2",
"globby": "^6.1.0",
"insight": "0.10.0",
"liferay-npm-build-tools-common": "1.6.1",
"liferay-npm-build-tools-common": "1.6.2",
"pretty-time": "^0.2.0",
"read-json-sync": "^1.1.1",
"resolve": "^1.3.3",
Expand Down

0 comments on commit eb5469e

Please sign in to comment.