@modern-js/utils 2.33.0 → 2.33.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
- package/CHANGELOG.md +0 -1550
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.33.
|
18
|
+
"version": "2.33.1",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -243,9 +243,9 @@
|
|
243
243
|
"typescript": "^5",
|
244
244
|
"webpack": "^5.88.1",
|
245
245
|
"@types/serialize-javascript": "^5.0.1",
|
246
|
-
"@modern-js/types": "2.33.
|
247
|
-
"@scripts/build": "2.33.
|
248
|
-
"@scripts/jest-config": "2.33.
|
246
|
+
"@modern-js/types": "2.33.1",
|
247
|
+
"@scripts/build": "2.33.1",
|
248
|
+
"@scripts/jest-config": "2.33.1"
|
249
249
|
},
|
250
250
|
"sideEffects": false,
|
251
251
|
"scripts": {
|