jscrambler 8.6.4 → 8.6.6
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/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/dist/utils.js +0 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# jscrambler
|
|
2
2
|
|
|
3
|
+
## 8.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [57d7550]: fix compatibility of cwd and beforeProtection options
|
|
8
|
+
|
|
9
|
+
## 8.6.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [a50925a]: Downgrade glob to allow support node.js v14
|
|
14
|
+
|
|
3
15
|
## 8.6.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
package/dist/utils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jscrambler",
|
|
3
3
|
"description": "Jscrambler API client.",
|
|
4
|
-
"version": "8.6.
|
|
4
|
+
"version": "8.6.6",
|
|
5
5
|
"homepage": "https://github.com/jscrambler/jscrambler",
|
|
6
6
|
"author": "Jscrambler <support@jscrambler.com>",
|
|
7
7
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"commander": "^2.8.1",
|
|
26
26
|
"core-js": "3.38.1",
|
|
27
27
|
"filesize-parser": "1.5.0",
|
|
28
|
-
"glob": "^
|
|
28
|
+
"glob": "^8.1.0",
|
|
29
29
|
"http-proxy-agent": "7.0.2",
|
|
30
30
|
"https-proxy-agent": "7.0.4",
|
|
31
31
|
"jszip": "^3.8.0",
|