redux-saga-model
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -109,3 +109,3 @@ "use strict"; | ||
initialModels: [], | ||
preff: "" | ||
prefix: "" | ||
}, createOpts); | ||
@@ -152,4 +152,4 @@ | ||
// 预置前缀 | ||
if (privateProps.preff) { | ||
m.namespace = "" + privateProps.preff + SEP + m.namespace; | ||
if (privateProps.prefix) { | ||
m.namespace = "" + privateProps.prefix + SEP + m.namespace; | ||
} | ||
@@ -156,0 +156,0 @@ // Clone model to avoid prefixing namespace multiple times |
{ | ||
"name": "redux-saga-model", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "flatten": "^1.0.2", |
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
307361