@firebase/component
Advanced tools
Comparing version 0.1.3-canary.5fb352a9 to 0.1.3-canary.689711a1
{ | ||
"name": "@firebase/component", | ||
"version": "0.1.3-canary.5fb352a9", | ||
"version": "0.1.3-canary.689711a1", | ||
"description": "Firebase Component Platform", | ||
@@ -18,3 +18,4 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dev": "rollup -c -w", | ||
"test": "run-p lint test:browser test:node", | ||
"test": "yarn type-check && run-p lint test:browser test:node", | ||
"type-check": "tsc -p . --noEmit", | ||
"test:browser": "karma start --single-run", | ||
@@ -25,3 +26,3 @@ "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --opts ../../config/mocha.node.opts", | ||
"dependencies": { | ||
"@firebase/util": "0.2.38-canary.5fb352a9", | ||
"@firebase/util": "0.2.38-canary.689711a1", | ||
"tslib": "1.10.0" | ||
@@ -33,3 +34,3 @@ }, | ||
"rollup-plugin-typescript2": "0.25.3", | ||
"typescript": "3.7.3" | ||
"typescript": "3.7.5" | ||
}, | ||
@@ -36,0 +37,0 @@ "repository": { |
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
106546
18
+ Added@firebase/util@0.2.38-canary.689711a1(transitive)
- Removed@firebase/util@0.2.38-canary.5fb352a9(transitive)