chefcookie 2.9.5 → 2.9.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chefcookie",
3
- "version": "2.9.5",
3
+ "version": "2.9.7",
4
4
  "main": "_build/script.js",
5
5
  "files": [
6
6
  "_build/*.js",
@@ -8,14 +8,14 @@
8
8
  ],
9
9
  "repository": "git@github.com:vielhuber/chefcookie.git",
10
10
  "author": "David Vielhuber <david@vielhuber.de>",
11
- "license": "UNLICENSED",
11
+ "license": "MIT",
12
12
  "description": "",
13
13
  "scripts": {
14
- "js:browserify": "browserify ./_js/script.js --outfile ./chefcookie.min.js --debug --transform babelify",
14
+ "js:vite": "vite build --logLevel error",
15
15
  "js:minify": "terser --compress --mangle --comments false --output ./chefcookie.min.js ./chefcookie.min.js",
16
16
  "js:babel": "npx babel ./_js/ --out-dir ./_build/",
17
- "js": "npm-run-all --sequential js:browserify js:minify js:babel",
18
- "js:dev": "npm-run-all --sequential js:browserify js:babel",
17
+ "js": "npm-run-all --sequential js:vite js:minify js:babel",
18
+ "js:dev": "npm-run-all --sequential js:vite js:babel",
19
19
  "watch:js": "onchange ./_js/*.js --initial --poll 50 --delay 0 --await-write-finish 50 -- npm run js:dev",
20
20
  "dev": "npm-run-all --parallel watch:*",
21
21
  "prod": "npm-run-all --parallel js",
@@ -28,29 +28,29 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/polyfill": "^7.12.1",
31
- "@babel/runtime": "^7.28.4",
31
+ "@babel/runtime": "^7.28.6",
32
32
  "cookie": "^1.1.1",
33
33
  "mdn-polyfills": "^5.20.0",
34
34
  "onchange": "^7.1.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@babel/cli": "^7.28.3",
38
- "@babel/core": "^7.28.5",
39
- "@babel/plugin-transform-class-properties": "^7.27.1",
40
- "@babel/plugin-transform-optional-chaining": "^7.28.5",
41
- "@babel/plugin-transform-private-methods": "^7.27.1",
42
- "@babel/plugin-transform-runtime": "^7.28.5",
43
- "@babel/preset-env": "^7.28.5",
37
+ "@babel/cli": "^7.28.6",
38
+ "@babel/core": "^7.29.0",
39
+ "@babel/plugin-transform-class-properties": "^7.28.6",
40
+ "@babel/plugin-transform-optional-chaining": "^7.28.6",
41
+ "@babel/plugin-transform-private-methods": "^7.28.6",
42
+ "@babel/plugin-transform-runtime": "^7.29.0",
43
+ "@babel/preset-env": "^7.29.0",
44
44
  "@prettier/plugin-php": ">=0.24",
45
45
  "auto-changelog": "^2.5.0",
46
46
  "babelify": "^10.0.0",
47
- "browserify": "^17.0.1",
48
- "cypress": "^15.8.1",
47
+ "cypress": "^15.10.0",
49
48
  "npm-run-all": "^4.1.5",
50
49
  "prettier": ">=3",
51
50
  "serve": "^14.2.5",
52
51
  "start-server-and-test": "^2.1.3",
53
- "terser": "^5.44.1"
52
+ "terser": "^5.46.0",
53
+ "vite": "^7.3.1"
54
54
  },
55
55
  "browserslist": [
56
56
  "ie >= 11",