@firebase/component 0.6.8-dataconnect-preview.d986d4bf2 → 0.6.9-20240916151535
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/component",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.9-20240916151535",
|
|
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",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"test": "run-p --npm-path npm lint test:all",
|
|
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
|
-
"test:browser": "karma start
|
|
31
|
+
"test:browser": "karma start",
|
|
32
32
|
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js",
|
|
33
33
|
"trusted-type-check": "tsec -p tsconfig.json --noEmit"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@firebase/util": "1.
|
|
36
|
+
"@firebase/util": "1.10.0-20240916151535",
|
|
37
37
|
"tslib": "^2.1.0"
|
|
38
38
|
},
|
|
39
39
|
"license": "Apache-2.0",
|