@coorpacademy/player-services
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "@coorpacademy/player-services", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Implements reactions to redux actions from player-store", | ||
@@ -22,7 +22,7 @@ "main": "lib/index.js", | ||
"build": "concurrently \"npm run build:commonjs\" \"npm run build:es\"", | ||
"build:babel:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files", | ||
"build:babel:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files", | ||
"build:babel:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore **/test --copy-files", | ||
"build:babel:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore **/test --copy-files", | ||
"build:babel": "concurrently \"npm run build:babel:commonjs\" \"npm run build:babel:es\"", | ||
"build:types:commonjs": "npx flow gen-flow-files src --out-dir lib", | ||
"build:types:es": "npx flow gen-flow-files src --out-dir es", | ||
"build:types:commonjs": "flow-copy-source src lib --ignore '**/test/**/*.js'", | ||
"build:types:es": "flow-copy-source src es --ignore '**/test/**/*.js'", | ||
"build:types": "concurrently \"npm run build:types:commonjs\" \"npm run build:types:es\"", | ||
@@ -47,2 +47,3 @@ "clean:build:commonjs": "rimraf lib", | ||
"flow-bin": "^0.72.0", | ||
"flow-copy-source": "^2.0.2", | ||
"nyc": "^13.1.0", | ||
@@ -52,3 +53,3 @@ "rimraf": "^2.6.1" | ||
"dependencies": { | ||
"@coorpacademy/progression-engine": "9.3.2", | ||
"@coorpacademy/progression-engine": "9.3.3", | ||
"lodash": "^4.17.4" | ||
@@ -75,3 +76,3 @@ }, | ||
}, | ||
"gitHead": "f0886c5477c8ce3ac79e9b9a818292750acc2670" | ||
"gitHead": "066bd40e61ab5c5379d773aae8f50172ae6c6414" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
174259
13
86
+ Added@coorpacademy/progression-engine@9.3.3(transitive)
- Removed@coorpacademy/progression-engine@9.3.2(transitive)