@firebase/component 0.6.7 → 0.6.8-20240702143745

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/component",
3
- "version": "0.6.7",
3
+ "version": "0.6.8-20240702143745",
4
4
  "description": "Firebase Component Platform",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -29,10 +29,11 @@
29
29
  "test:all": "run-p --npm-path npm test:browser test:node",
30
30
  "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
31
31
  "test:browser": "karma start --single-run",
32
- "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js"
32
+ "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js",
33
+ "trusted-type-check": "tsec -p tsconfig.json --noEmit"
33
34
  },
34
35
  "dependencies": {
35
- "@firebase/util": "1.9.6",
36
+ "@firebase/util": "1.9.7-20240702143745",
36
37
  "tslib": "^2.1.0"
37
38
  },
38
39
  "license": "Apache-2.0",