@modern-js/utils 1.0.0-rc.6 → 1.0.0-rc.7
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modern-js/utils",
|
3
|
-
"version": "1.0.0-rc.
|
3
|
+
"version": "1.0.0-rc.7",
|
4
4
|
"jsnext:source": "./src/index.ts",
|
5
5
|
"types": "./dist/types/index.d.ts",
|
6
6
|
"main": "./dist/js/node/index.js",
|
@@ -53,8 +53,8 @@
|
|
53
53
|
"@types/recursive-readdir": "^2.2.0",
|
54
54
|
"typescript": "^4",
|
55
55
|
"webpack": "^5.54.0",
|
56
|
-
"@modern-js/plugin-testing": "^1.0.0-rc.
|
57
|
-
"@modern-js/module-tools": "^1.0.0-rc.
|
56
|
+
"@modern-js/plugin-testing": "^1.0.0-rc.7",
|
57
|
+
"@modern-js/module-tools": "^1.0.0-rc.7"
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|
60
60
|
"typescript": "^4.4.3"
|