@tsparticles/cli 2.3.0 → 2.3.1

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.
@@ -83,11 +83,11 @@
83
83
  "prettier": "@tsparticles/prettier-config",
84
84
  "devDependencies": {
85
85
  "@babel/core": "^7.23.9",
86
- "@tsparticles/cli": "^2.3.0",
87
- "@tsparticles/eslint-config": "^2.2.0",
86
+ "@tsparticles/cli": "^2.3.1",
87
+ "@tsparticles/eslint-config": "^2.2.1",
88
88
  "@tsparticles/prettier-config": "^2.1.6",
89
89
  "@tsparticles/tsconfig": "^2.1.7",
90
- "@tsparticles/webpack-plugin": "^2.2.0",
90
+ "@tsparticles/webpack-plugin": "^2.2.1",
91
91
  "@types/webpack-env": "^1.18.4",
92
92
  "@typescript-eslint/eslint-plugin": "^7.1.0",
93
93
  "@typescript-eslint/parser": "^7.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/cli",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
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": "^2.2.0",
13
+ "@tsparticles/eslint-config": "^2.2.1",
14
14
  "@tsparticles/prettier-config": "^2.1.6",
15
15
  "@tsparticles/tsconfig": "^2.1.7",
16
- "@tsparticles/webpack-plugin": "^2.2.0",
16
+ "@tsparticles/webpack-plugin": "^2.2.1",
17
17
  "@typescript-eslint/eslint-plugin": "^7.1.0",
18
18
  "@typescript-eslint/parser": "^7.1.0",
19
19
  "commander": "^12.0.0",
@@ -77,7 +77,7 @@
77
77
  "build:ts:cjs": "tsc -p src",
78
78
  "test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' nyc mocha --timeout 300000",
79
79
  "build": "pnpm run clear:dist && pnpm run prettify:src && pnpm run lint && pnpm run compile && pnpm run circular-deps && pnpm run prettify:readme && chmod +x dist/cli.js && chmod +x dist/build/build.js && chmod +x dist/create/create.js && chmod +x dist/create/preset/preset.js",
80
- "build:ci": "pnpm run clear:dist && pnpm run prettify:ci:src && pnpm run lint:ci && pnpm run compile && pnpm run prettify:ci:readme",
80
+ "build:ci": "pnpm run clear:dist && pnpm run prettify:ci:src && pnpm run lint:ci && pnpm run compile:ci && pnpm run prettify:ci:readme",
81
81
  "clear:dist": "rimraf ./dist",
82
82
  "version": "node scripts/postversion.js && git add files/empty-project/package.json"
83
83
  }