@firebase/util 1.9.6-canary.aa060a7f6 → 1.9.6-canary.ca4139101

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/util",
3
- "version": "1.9.6-canary.aa060a7f6",
3
+ "version": "1.9.6-canary.ca4139101",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -38,6 +38,7 @@
38
38
  "test:all": "run-p --npm-path npm test:browser test:node",
39
39
  "test:browser": "karma start --single-run",
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
+ "trusted-type-check": "tsec -p tsconfig.json --noEmit",
41
42
  "api-report": "api-extractor run --local --verbose",
42
43
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/util-public.d.ts"
43
44
  },