@firebase/component
Advanced tools
Comparing version 0.1.10-canary.4ad57332 to 0.1.10-canary.575b3fe8
{ | ||
"name": "@firebase/component", | ||
"version": "0.1.10-canary.4ad57332", | ||
"version": "0.1.10-canary.575b3fe8", | ||
"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.4ad57332", | ||
"@firebase/util": "0.2.45-canary.575b3fe8", | ||
"tslib": "1.11.1" | ||
@@ -32,3 +33,3 @@ }, | ||
"devDependencies": { | ||
"rollup": "2.6.1", | ||
"rollup": "2.7.6", | ||
"rollup-plugin-typescript2": "0.27.0", | ||
@@ -35,0 +36,0 @@ "typescript": "3.8.3" |
106597
+ Added@firebase/util@0.2.45-canary.575b3fe8(transitive)
- Removed@firebase/util@0.2.45-canary.4ad57332(transitive)