@modern-js/utils 2.67.5 → 2.67.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.67.
|
18
|
+
"version": "2.67.6",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -190,9 +190,9 @@
|
|
190
190
|
"jest": "^29",
|
191
191
|
"typescript": "^5",
|
192
192
|
"webpack": "^5.99.8",
|
193
|
-
"@modern-js/types": "2.67.
|
194
|
-
"@scripts/
|
195
|
-
"@scripts/
|
193
|
+
"@modern-js/types": "2.67.6",
|
194
|
+
"@scripts/build": "2.66.0",
|
195
|
+
"@scripts/jest-config": "2.66.0"
|
196
196
|
},
|
197
197
|
"sideEffects": false,
|
198
198
|
"scripts": {
|