@modern-js-reduck/plugin-auto-actions
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -1,2 +0,2 @@ | ||
import { Model } from '@modern-js-reduck/store/dist/types/types'; | ||
import { Model } from '@modern-js-reduck/store/types'; | ||
import * as primitiveActions from './primitive'; | ||
@@ -3,0 +3,0 @@ import { ArrayDispatchActions } from './array'; |
@@ -1,2 +0,2 @@ | ||
import { ModelDesc } from '@modern-js-reduck/store/dist/types'; | ||
import { ModelDesc } from '@modern-js-reduck/store'; | ||
declare const mergeActions: (modelDesc: ModelDesc, actions: any) => { | ||
@@ -6,4 +6,4 @@ actions: any; | ||
state: any; | ||
computed?: import("@modern-js-reduck/store/dist/types/types").Computed<any> | undefined; | ||
computed?: import("@modern-js-reduck/store/types").Computed<any> | undefined; | ||
}; | ||
export { mergeActions }; |
{ | ||
"name": "@modern-js-reduck/plugin-auto-actions", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"files": [ | ||
@@ -39,3 +39,3 @@ "dist" | ||
"typescript": "^4", | ||
"@modern-js-reduck/store": "1.1.8", | ||
"@modern-js-reduck/store": "1.1.9", | ||
"@modern-js-reduck/scripts": "0.0.0" | ||
@@ -46,3 +46,3 @@ }, | ||
"peerDependencies": { | ||
"@modern-js-reduck/store": "^1.1.8" | ||
"@modern-js-reduck/store": "^1.1.9" | ||
}, | ||
@@ -49,0 +49,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
27573