@modern-js-reduck/plugin-immutable
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.5
{ | ||
"name": "@modern-js-reduck/plugin-immutable", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.5", | ||
"jsnext:source": "./src/index.ts", | ||
@@ -18,9 +18,2 @@ "types": "./dist/types/index.d.ts", | ||
}, | ||
"scripts": { | ||
"prepare": "pnpm build", | ||
"prepublishOnly": "pnpm build --platform", | ||
"new": "modern new", | ||
"build": "modern build", | ||
"test": "modern test" | ||
}, | ||
"dependencies": { | ||
@@ -33,3 +26,3 @@ "@babel/runtime": "^7", | ||
"@modern-js/plugin-testing": "^1.0.0-rc.1", | ||
"@modern-js-reduck/store": "^1.0.0-rc.1", | ||
"@modern-js-reduck/store": "^1.0.0-rc.5", | ||
"@types/jest": "^26", | ||
@@ -44,4 +37,13 @@ "@types/node": "^14", | ||
"peerDependencies": { | ||
"@modern-js-reduck/store": "^0.1.0" | ||
"@modern-js-reduck/store": "^1.0.0-rc.5" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"new": "modern new", | ||
"build": "modern build", | ||
"test": "modern test" | ||
} | ||
} | ||
} |
<p align="center"> | ||
<a href="https://modernjs.dev" target="blank"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs.png" width="300" alt="Modern.js Logo" /></a> | ||
<a href="https://modernjs.dev" target="blank"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png" width="300" alt="Modern.js Logo" /></a> | ||
</p> | ||
@@ -4,0 +4,0 @@ |
14834
17