@modern-js/utils 2.21.0 → 2.21.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.21.
|
18
|
+
"version": "2.21.1",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -231,9 +231,9 @@
|
|
231
231
|
"typescript": "^5",
|
232
232
|
"webpack": "^5.82.1",
|
233
233
|
"@types/serialize-javascript": "^5.0.1",
|
234
|
-
"@modern-js/types": "2.21.
|
235
|
-
"@scripts/jest-config": "2.21.
|
236
|
-
"@scripts/build": "2.21.
|
234
|
+
"@modern-js/types": "2.21.1",
|
235
|
+
"@scripts/jest-config": "2.21.1",
|
236
|
+
"@scripts/build": "2.21.1"
|
237
237
|
},
|
238
238
|
"sideEffects": false,
|
239
239
|
"scripts": {
|