@redux-saga/symbols
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -49,2 +49,3 @@ 'use strict'; | ||
exports.SAGA_ACTION = SAGA_ACTION; | ||
exports.SAGA_LOCATION = SAGA_LOCATION; | ||
exports.SELF_CANCELLATION = SELF_CANCELLATION; | ||
@@ -54,2 +55,1 @@ exports.TASK = TASK; | ||
exports.TERMINATE = TERMINATE; | ||
exports.SAGA_LOCATION = SAGA_LOCATION; |
@@ -39,2 +39,2 @@ var createSymbol = function createSymbol(name) { | ||
export { CANCEL, CHANNEL_END_TYPE, IO, MATCH, MULTICAST, SAGA_ACTION, SELF_CANCELLATION, TASK, TASK_CANCEL, TERMINATE, SAGA_LOCATION }; | ||
export { CANCEL, CHANNEL_END_TYPE, IO, MATCH, MULTICAST, SAGA_ACTION, SAGA_LOCATION, SELF_CANCELLATION, TASK, TASK_CANCEL, TERMINATE }; |
{ | ||
"name": "@redux-saga/symbols", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Redux-saga internal symbol \"registry\".", | ||
@@ -36,11 +36,11 @@ "main": "./dist/redux-saga-symbols.cjs.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/core": "^7.6.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", | ||
"@babel/preset-env": "^7.6.0", | ||
"babel-plugin-annotate-pure-calls": "^0.4.0", | ||
"rimraf": "^2.4.3", | ||
"rollup": "^1.0.2", | ||
"rollup": "^1.21.1", | ||
"rollup-plugin-babel": "5.0.0-alpha.0" | ||
}, | ||
"gitHead": "876ac7bb9d049e9a0c9526b4396b3fd0364d3181" | ||
"gitHead": "55bac9e8c47fceff097cc085177386cef14d8f58" | ||
} |
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
4799