@modern-js/utils 1.22.5 → 1.22.7
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -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": "1.22.
|
14
|
+
"version": "1.22.7",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"types": "./dist/index.d.ts",
|
17
17
|
"main": "./dist/index.js",
|
@@ -134,9 +134,9 @@
|
|
134
134
|
"typescript": "^4",
|
135
135
|
"jest": "^27",
|
136
136
|
"webpack": "^5.74.0",
|
137
|
-
"@modern-js/types": "1.22.
|
138
|
-
"@scripts/build": "1.22.
|
139
|
-
"@scripts/jest-config": "1.22.
|
137
|
+
"@modern-js/types": "1.22.7",
|
138
|
+
"@scripts/build": "1.22.7",
|
139
|
+
"@scripts/jest-config": "1.22.7"
|
140
140
|
},
|
141
141
|
"sideEffects": false,
|
142
142
|
"wireit": {
|