compressorjs-next 2.0.1 → 2.0.2

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Compressor.js Next v2.0.1
2
+ * Compressor.js Next v2.0.2
3
3
  * https://github.com/j9t/compressorjs-next
4
4
  *
5
5
  * Copyright 2018–2024 Chen Fengyuan
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Compressor.js Next v2.0.1
2
+ * Compressor.js Next v2.0.2
3
3
  * https://github.com/j9t/compressorjs-next
4
4
  *
5
5
  * Copyright 2018–2024 Chen Fengyuan
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Compressor.js Next v2.0.1
2
+ * Compressor.js Next v2.0.2
3
3
  * https://github.com/j9t/compressorjs-next
4
4
  *
5
5
  * Copyright 2018–2024 Chen Fengyuan
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Compressor.js Next v2.0.1
2
+ * Compressor.js Next v2.0.2
3
3
  * https://github.com/j9t/compressorjs-next
4
4
  *
5
5
  * Copyright 2018–2024 Chen Fengyuan
package/package.json CHANGED
@@ -4,9 +4,6 @@
4
4
  "url": "https://meiert.com/"
5
5
  },
6
6
  "browser": "dist/compressor.js",
7
- "bugs": {
8
- "url": "https://github.com/j9t/compressorjs-next/issues"
9
- },
10
7
  "contributors": [
11
8
  {
12
9
  "name": "Chen Fengyuan",
@@ -18,13 +15,14 @@
18
15
  "@babel/core": "^7.29.0",
19
16
  "@babel/preset-env": "^7.29.0",
20
17
  "@eslint/js": "^10.0.0",
21
- "@rollup/plugin-babel": "^6.1.0",
22
- "@rollup/plugin-commonjs": "^29.0.0",
18
+ "@rollup/plugin-babel": "^7.0.0",
19
+ "@rollup/plugin-commonjs": "^29.0.2",
23
20
  "@rollup/plugin-node-resolve": "^16.0.3",
24
21
  "@vitest/browser-playwright": "^4.0.18",
25
22
  "@vitest/coverage-istanbul": "^4.0.18",
26
23
  "del-cli": "^7.0.0",
27
24
  "eslint": "^10.0.0",
25
+ "globals": "^17.0.0",
28
26
  "husky": "^9.1.7",
29
27
  "playwright": "^1.58.2",
30
28
  "rollup": "^4.59.0",
@@ -95,5 +93,5 @@
95
93
  "sideEffects": false,
96
94
  "type": "module",
97
95
  "types": "types/index.d.ts",
98
- "version": "2.0.1"
96
+ "version": "2.0.2"
99
97
  }
File without changes