concent-plugin-async-computed-status
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -72,3 +72,3 @@ var { getComputed, appendState, setState, getState } = require('concent'); | ||
const subComputed = rootComputed[module]; | ||
const subComputed = targetComputed[module]; | ||
Object.keys(subComputed).forEach(function (retKey) { | ||
@@ -75,0 +75,0 @@ state[makeCuStateKey(module, retKey)] = makeCuState(true, retKey); |
{ | ||
"name": "concent-plugin-async-computed-status", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "a plugin for control your loading state", | ||
@@ -27,6 +27,3 @@ "main": "index.js", | ||
"concent": "^2.7.0" | ||
}, | ||
"dependencies": { | ||
"concent": "^2.7.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
1
9329
- Removedconcent@^2.7.2