@modern-js/utils 2.63.3 → 2.63.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.63.
|
18
|
+
"version": "2.63.4",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -162,9 +162,9 @@
|
|
162
162
|
"jest": "^29",
|
163
163
|
"typescript": "^5",
|
164
164
|
"webpack": "^5.97.1",
|
165
|
-
"@modern-js/types": "2.63.
|
166
|
-
"@scripts/build": "2.63.
|
167
|
-
"@scripts/jest-config": "2.63.
|
165
|
+
"@modern-js/types": "2.63.4",
|
166
|
+
"@scripts/build": "2.63.4",
|
167
|
+
"@scripts/jest-config": "2.63.4"
|
168
168
|
},
|
169
169
|
"sideEffects": false,
|
170
170
|
"scripts": {
|