@modern-js-reduck/plugin-auto-actions
Advanced tools
Comparing version 1.0.0-rc.6 to 1.0.0-rc.8
# @modern-js-reduck/plugin-auto-actions | ||
## 1.0.0-rc.8 | ||
### Patch Changes | ||
- release: rc.7 | ||
- 26d5144: fix(type): actions can return void | ||
- 9452589: fix: ts type | ||
- 1085d2d: fix: use model State type | ||
- 1085d2d: fix: model<State> when State passed use State | ||
- Updated dependencies [undefined] | ||
- Updated dependencies [26d5144] | ||
- Updated dependencies [9452589] | ||
- Updated dependencies [1085d2d] | ||
- Updated dependencies [1085d2d] | ||
- @modern-js-reduck/store@1.0.0-rc.8 | ||
## 1.0.0-next.7 | ||
### Patch Changes | ||
- 26d5144: fix(type): actions can return void | ||
- 9452589: fix: ts type | ||
- fix: use model State type | ||
- fix: model<State> when State passed use State | ||
- Updated dependencies [26d5144] | ||
- Updated dependencies [9452589] | ||
- Updated dependencies [undefined] | ||
- Updated dependencies [undefined] | ||
- @modern-js-reduck/store@1.0.0-next.7 | ||
## 1.0.0-rc.6 | ||
@@ -4,0 +34,0 @@ |
{ | ||
"name": "@modern-js-reduck/plugin-auto-actions", | ||
"version": "1.0.0-rc.6", | ||
"version": "1.0.0-rc.8", | ||
"jsnext:source": "./src/index.ts", | ||
@@ -24,3 +24,3 @@ "types": "./dist/types/index.d.ts", | ||
"@modern-js/plugin-testing": "^1.0.0-rc.1", | ||
"@modern-js-reduck/store": "^1.0.0-rc.6", | ||
"@modern-js-reduck/store": "^1.0.0-rc.8", | ||
"@types/jest": "^26", | ||
@@ -35,3 +35,3 @@ "@types/node": "^14", | ||
"peerDependencies": { | ||
"@modern-js-reduck/store": "^1.0.0-rc.6" | ||
"@modern-js-reduck/store": "^1.0.0-rc.8" | ||
}, | ||
@@ -38,0 +38,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44951