@firebase/util 1.9.7-canary.c6a885181 → 1.9.7-canary.ca4dbcf3f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/util",
|
|
3
|
-
"version": "1.9.7-canary.
|
|
3
|
+
"version": "1.9.7-canary.ca4dbcf3f",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"test": "run-p --npm-path npm lint test:all",
|
|
37
37
|
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
|
|
38
38
|
"test:all": "run-p --npm-path npm test:browser test:node",
|
|
39
|
-
"test:browser": "karma start
|
|
39
|
+
"test:browser": "karma start",
|
|
40
40
|
"test:node": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js",
|
|
41
41
|
"trusted-type-check": "tsec -p tsconfig.json --noEmit",
|
|
42
42
|
"api-report": "api-extractor run --local --verbose",
|