@firebase/component
Advanced tools
Comparing version 0.1.10-canary.9acd35f6 to 0.1.10-canary.a6e9d5b4
{ | ||
"name": "@firebase/component", | ||
"version": "0.1.10-canary.9acd35f6", | ||
"version": "0.1.10-canary.a6e9d5b4", | ||
"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.9acd35f6", | ||
"@firebase/util": "0.2.45-canary.a6e9d5b4", | ||
"tslib": "1.11.1" | ||
@@ -29,0 +30,0 @@ }, |
106597
+ Added@firebase/util@0.2.45-canary.a6e9d5b4(transitive)
- Removed@firebase/util@0.2.45-canary.9acd35f6(transitive)