@modern-js/utils 2.44.0 → 2.46.0
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.
|
18
|
+
"version": "2.46.0",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -154,9 +154,9 @@
|
|
154
154
|
"jest": "^29",
|
155
155
|
"typescript": "^5",
|
156
156
|
"webpack": "^5.89.0",
|
157
|
-
"@
|
158
|
-
"@scripts/
|
159
|
-
"@
|
157
|
+
"@scripts/build": "2.46.0",
|
158
|
+
"@scripts/jest-config": "2.46.0",
|
159
|
+
"@modern-js/types": "2.46.0"
|
160
160
|
},
|
161
161
|
"sideEffects": false,
|
162
162
|
"scripts": {
|