@firebase/component
Advanced tools
Comparing version 0.1.10-canary.fe4971f1 to 0.1.10-canary.ff533874
{ | ||
"name": "@firebase/component", | ||
"version": "0.1.10-canary.fe4971f1", | ||
"version": "0.1.10-canary.ff533874", | ||
"description": "Firebase Component Platform", | ||
@@ -20,9 +20,10 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"test": "yarn type-check && run-p lint test:browser test:node", | ||
"test:ci": "node ../../scripts/run_tests_in_ci.js", | ||
"type-check": "tsc -p . --noEmit", | ||
"test:browser": "karma start --single-run", | ||
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --opts ../../config/mocha.node.opts", | ||
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js", | ||
"prepare": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@firebase/util": "0.2.45-canary.fe4971f1", | ||
"@firebase/util": "0.2.45-canary.ff533874", | ||
"tslib": "1.11.1" | ||
@@ -29,0 +30,0 @@ }, |
106597
+ Added@firebase/util@0.2.45-canary.ff533874(transitive)
- Removed@firebase/util@0.2.45-canary.fe4971f1(transitive)