@modern-js/utils 2.13.3 → 2.13.4
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
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.13.
|
14
|
+
"version": "2.13.4",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"types": "./dist/index.d.ts",
|
17
17
|
"main": "./dist/index.js",
|
@@ -175,9 +175,9 @@
|
|
175
175
|
"typescript": "^4",
|
176
176
|
"webpack": "^5.76.2",
|
177
177
|
"@types/serialize-javascript": "^5.0.1",
|
178
|
-
"@modern-js/types": "2.13.
|
179
|
-
"@scripts/build": "2.13.
|
180
|
-
"@scripts/jest-config": "2.13.
|
178
|
+
"@modern-js/types": "2.13.4",
|
179
|
+
"@scripts/build": "2.13.4",
|
180
|
+
"@scripts/jest-config": "2.13.4"
|
181
181
|
},
|
182
182
|
"sideEffects": false,
|
183
183
|
"scripts": {
|