@tsparticles/cli 1.10.0 → 1.11.0
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.
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
19
19
|
- uses: actions/setup-node@v3
|
|
20
20
|
with:
|
|
21
21
|
node-version: "16"
|
|
22
|
-
- uses: pnpm/action-setup@v2.
|
|
22
|
+
- uses: pnpm/action-setup@v2.4.0
|
|
23
23
|
name: Install pnpm
|
|
24
24
|
id: pnpm-install
|
|
25
25
|
with:
|
|
@@ -56,7 +56,7 @@ jobs:
|
|
|
56
56
|
- uses: actions/setup-node@v3
|
|
57
57
|
with:
|
|
58
58
|
node-version: "16"
|
|
59
|
-
- uses: pnpm/action-setup@v2.
|
|
59
|
+
- uses: pnpm/action-setup@v2.4.0
|
|
60
60
|
name: Install pnpm
|
|
61
61
|
id: pnpm-install
|
|
62
62
|
with:
|
|
@@ -47,7 +47,7 @@ async function buildDistFiles(basePath) {
|
|
|
47
47
|
else if (pkgInfo.peerDependencies) {
|
|
48
48
|
libObj.peerDependencies = JSON.parse(JSON.stringify(pkgInfo.peerDependencies).replaceAll("workspace:", ""));
|
|
49
49
|
}
|
|
50
|
-
fs_extra_1.default.writeFileSync(libPackage, JSON.stringify(libObj, undefined, 2)
|
|
50
|
+
fs_extra_1.default.writeFileSync(libPackage, `${JSON.stringify(libObj, undefined, 2)}\n`, "utf8");
|
|
51
51
|
console.log(`package.dist.json updated successfully to version ${pkgInfo.version}`);
|
|
52
52
|
const rootFilesToCopy = [
|
|
53
53
|
"LICENSE",
|
|
@@ -83,20 +83,20 @@
|
|
|
83
83
|
"prettier": "@tsparticles/prettier-config",
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@babel/core": "^7.22.9",
|
|
86
|
-
"@tsparticles/cli": "1.
|
|
87
|
-
"@tsparticles/eslint-config": "^1.
|
|
88
|
-
"@tsparticles/prettier-config": "^1.
|
|
86
|
+
"@tsparticles/cli": "1.11.0",
|
|
87
|
+
"@tsparticles/eslint-config": "^1.19.0",
|
|
88
|
+
"@tsparticles/prettier-config": "^1.12.0",
|
|
89
89
|
"@tsparticles/tsconfig": "^1.14.0",
|
|
90
|
-
"@tsparticles/webpack-plugin": "^1.
|
|
90
|
+
"@tsparticles/webpack-plugin": "^1.23.0",
|
|
91
91
|
"@types/webpack-env": "^1.18.1",
|
|
92
|
-
"@typescript-eslint/eslint-plugin": "^6.1
|
|
93
|
-
"@typescript-eslint/parser": "^6.1
|
|
92
|
+
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
93
|
+
"@typescript-eslint/parser": "^6.2.1",
|
|
94
94
|
"babel-loader": "^9.1.3",
|
|
95
|
-
"browserslist": "^4.21.
|
|
95
|
+
"browserslist": "^4.21.10",
|
|
96
96
|
"copyfiles": "^2.4.1",
|
|
97
|
-
"eslint": "^8.
|
|
98
|
-
"eslint-config-prettier": "^8.
|
|
99
|
-
"prettier": "^3.0.
|
|
97
|
+
"eslint": "^8.46.0",
|
|
98
|
+
"eslint-config-prettier": "^8.10.0",
|
|
99
|
+
"prettier": "^3.0.1",
|
|
100
100
|
"rimraf": "^5.0.1",
|
|
101
101
|
"terser-webpack-plugin": "^5.3.9",
|
|
102
102
|
"typescript": "^5.1.6",
|
|
@@ -105,6 +105,6 @@
|
|
|
105
105
|
"webpack-cli": "^5.1.4"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"tsparticles-engine": "^2.11.
|
|
108
|
+
"tsparticles-engine": "^2.11.1"
|
|
109
109
|
}
|
|
110
110
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tsparticles-cli": "dist/cli.js"
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
},
|
|
11
11
|
"prettier": "@tsparticles/prettier-config",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@tsparticles/eslint-config": "^1.
|
|
14
|
-
"@tsparticles/prettier-config": "^1.
|
|
13
|
+
"@tsparticles/eslint-config": "^1.19.0",
|
|
14
|
+
"@tsparticles/prettier-config": "^1.12.0",
|
|
15
15
|
"@tsparticles/tsconfig": "^1.14.0",
|
|
16
|
-
"@tsparticles/webpack-plugin": "^1.
|
|
16
|
+
"@tsparticles/webpack-plugin": "^1.23.0",
|
|
17
17
|
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
|
18
18
|
"@typescript-eslint/parser": "^6.1.0",
|
|
19
19
|
"commander": "^11.0.0",
|
|
@@ -28,7 +28,7 @@ export async function buildDistFiles(basePath: string): Promise<boolean> {
|
|
|
28
28
|
libObj.peerDependencies = JSON.parse(JSON.stringify(pkgInfo.peerDependencies).replaceAll("workspace:", ""));
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
fs.writeFileSync(libPackage, JSON.stringify(libObj, undefined, 2)
|
|
31
|
+
fs.writeFileSync(libPackage, `${JSON.stringify(libObj, undefined, 2)}\n`, "utf8");
|
|
32
32
|
|
|
33
33
|
console.log(`package.dist.json updated successfully to version ${pkgInfo.version}`);
|
|
34
34
|
|