piral-cli-webpack5 1.5.3-beta.6918 → 1.5.3-beta.6919
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://piral.io)
|
|
2
2
|
|
|
3
|
-
# [Piral CLI Webpack5](https://piral.io) · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/piral-cli-webpack5) [](https://jestjs.io) [ · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/piral-cli-webpack5) [](https://jestjs.io) [](https://discord.gg/kKJ2FZmK8t)
|
|
4
4
|
|
|
5
5
|
This plugin enables using [Webpack v5](https://webpack.js.org) as the bundler for Piral instances and pilets.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-cli-webpack5",
|
|
3
|
-
"version": "1.5.3-beta.
|
|
3
|
+
"version": "1.5.3-beta.6919",
|
|
4
4
|
"description": "Provides debug and build capabilities for pilets and Piral instances using Webpack v5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral-cli",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/node": "18.0.1",
|
|
50
50
|
"@types/terser-webpack-plugin": "^5.2.0",
|
|
51
51
|
"@types/yargs": "^15.0.4",
|
|
52
|
-
"piral-cli": "1.5.3-beta.
|
|
52
|
+
"piral-cli": "1.5.3-beta.6919",
|
|
53
53
|
"strip-ansi": "^6.0.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"ts-loader": "^9.4.4",
|
|
78
78
|
"webpack": "^5.82.1"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "e4b62b0aa688f440c99cb5db7951824ce5b8775a"
|
|
81
81
|
}
|