@firebase/logger 0.4.1 → 0.4.2-canary.025f2a103
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/logger",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2-canary.025f2a103",
|
|
4
4
|
"description": "A logger package for use in the Firebase JS SDK",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"test:all": "run-p --npm-path npm test:browser test:node",
|
|
30
30
|
"test:browser": "karma start --single-run",
|
|
31
31
|
"test:browser:debug": "karma start --browsers Chrome --auto-watch",
|
|
32
|
-
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js"
|
|
32
|
+
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js",
|
|
33
|
+
"trusted-type-check": "tsec -p tsconfig.json --noEmit"
|
|
33
34
|
},
|
|
34
35
|
"license": "Apache-2.0",
|
|
35
36
|
"dependencies": {
|