Comparing version 0.12.0 to 0.12.2
{ | ||
"name": "alt", | ||
"version": "0.12.0", | ||
"version": "0.12.2", | ||
"description": "A flux implementation", | ||
@@ -13,3 +13,3 @@ "main": "dist/alt.js", | ||
"devDependencies": { | ||
"6to5": "^3.3.12", | ||
"6to5": "3.3.x", | ||
"coveralls": "^2.11.2", | ||
@@ -30,4 +30,4 @@ "istanbul": "^0.3.5", | ||
"prepublish": "npm test", | ||
"test": "npm run build; npm run build-test; npm run tests", | ||
"tests": "mocha -u exports -R list test/compiled.js" | ||
"test": "npm run build; npm run build-test; npm run tests-all", | ||
"tests-all": "mocha -u exports -R list test/compiled.js" | ||
}, | ||
@@ -34,0 +34,0 @@ "keywords": [ |
@@ -376,5 +376,6 @@ # alt | ||
* `on :: lifecycleMethod, handler -> undefined` | ||
* `bindAction :: ActionsMethod, StoreMethod -> undefined` | ||
* `bindActions :: Actions` | ||
* `waitFor :: DispatcherToken | [DispatcherTokens]` | ||
* `bindActions :: Actions -> undefined` | ||
* `waitFor :: DispatcherToken | [DispatcherTokens] -> undefined` | ||
@@ -381,0 +382,0 @@ `waitFor` is mostly an alias to Flux's Dispatcher waitFor. Here's an excerpt from the flux docs on what waitFor is designed for: |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
105498
740
0