-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare liferay-js-toolkit/liferay-js-toolkit/v2.19.4 release
- Loading branch information
Showing
31 changed files
with
84 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3", | ||
"liferay-npm-build-tools-common": "2.19.4", | ||
"read-json-sync": "^2.0.1" | ||
}, | ||
"description": "A Babel plugin to add AMD modules' metadata to the manifest.json file.", | ||
|
@@ -17,5 +17,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A Babel plugin to rewrite aliased require() calls.", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A Babel plugin to give name to AMD modules based on their path and package.", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A Babel plugin to namespace (prefix) AMD define() calls.", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A Babel plugin to namespace AMD module names based on root's project name.", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A Babel plugin that rewrites require() calls to normalize them (removing extensions and trailing slashes, for example).", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"babel-template": "^6.26.0", | ||
"liferay-npm-build-tools-common": "2.19.3", | ||
"liferay-npm-build-tools-common": "2.19.4", | ||
"read-json-sync": "^2.0.1" | ||
}, | ||
"description": "A Babel plugin to wrap package modules inside AMD define() calls.", | ||
|
@@ -18,5 +18,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"babel-plugin-add-module-metadata": "2.19.3", | ||
"babel-plugin-alias-modules": "2.19.3", | ||
"babel-plugin-add-module-metadata": "2.19.4", | ||
"babel-plugin-alias-modules": "2.19.4", | ||
"babel-plugin-minify-dead-code-elimination": "0.5.1", | ||
"babel-plugin-name-amd-modules": "2.19.3", | ||
"babel-plugin-namespace-amd-define": "2.19.3", | ||
"babel-plugin-namespace-modules": "2.19.3", | ||
"babel-plugin-normalize-requires": "2.19.3", | ||
"babel-plugin-name-amd-modules": "2.19.4", | ||
"babel-plugin-namespace-amd-define": "2.19.4", | ||
"babel-plugin-namespace-modules": "2.19.4", | ||
"babel-plugin-normalize-requires": "2.19.4", | ||
"babel-plugin-transform-node-env-inline": "0.4.3", | ||
"babel-plugin-wrap-modules-amd": "2.19.3" | ||
"babel-plugin-wrap-modules-amd": "2.19.4" | ||
}, | ||
"description": "Babel preset for bundling standard Liferay projects.", | ||
"main": "lib/index.js", | ||
|
@@ -24,5 +24,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"dot-prop": "^5.0.1", | ||
"liferay-npm-build-tools-common": "2.19.3", | ||
"liferay-npm-build-tools-common": "2.19.4", | ||
"read-json-sync": "^2.0.1", | ||
"yargs": "^14.0.0", | ||
"yeoman-generator": "^3.2.0" | ||
|
@@ -33,5 +33,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A liferay-npm-bundler loader that copies files.", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3", | ||
"liferay-npm-build-tools-common": "2.19.4", | ||
"read-json-sync": "^2.0.1" | ||
}, | ||
"description": "A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject a <link> into the HTML when they are required.", | ||
|
@@ -17,5 +17,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A liferay-npm-bundler loader that turns JSON files into JavaScript modules that export the parsed JSON object.", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject the CSS into the HTML when they are required.", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A liferay-npm-bundler plugin to exclude imported dependencies.", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A liferay-npm-bundler plugin to force injection of declared imports as dependencies.", | ||
"main": "lib/index.js", | ||
|
@@ -16,5 +16,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"globby": "^10.0.1", | ||
"liferay-npm-build-tools-common": "2.19.3", | ||
"liferay-npm-build-tools-common": "2.19.4", | ||
"read-json-sync": "^2.0.1", | ||
"resolve": "^1.8.1" | ||
}, | ||
|
@@ -19,5 +19,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3" | ||
"liferay-npm-build-tools-common": "2.19.4" | ||
}, | ||
"description": "A liferay-npm-bundler plugin to namespace package names based on root project's name.", | ||
"devDependencies": { | ||
|
@@ -19,5 +19,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Liferay Frontend Infrastructure Team <[email protected]>", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.19.3", | ||
"liferay-npm-build-tools-common": "2.19.4", | ||
"read-json-sync": "^2.0.1", | ||
"semver": "^6.3.0" | ||
}, | ||
|
@@ -18,5 +18,5 @@ | |
"copyfiles": "node ../../scripts/copyfiles.js", | ||
"prepublish": "yarn build" | ||
}, | ||
"version": "2.19.3" | ||
"version": "2.19.4" | ||
} |
Oops, something went wrong.