@firebase/rules-unit-testing 2.0.4-20220719211451 → 2.0.4-canary.04dcdbb0f

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 (2) hide show
  1. package/CHANGELOG.md +2 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,12 @@
1
1
  # @firebase/rules-unit-testing
2
2
 
3
- ## 2.0.4-20220719211451
3
+ ## 2.0.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`1703bb31a`](https://github.com/firebase/firebase-js-sdk/commit/1703bb31afa806087167079641af79c9293ab423) [#6442](https://github.com/firebase/firebase-js-sdk/pull/6442) (fixes [#6438](https://github.com/firebase/firebase-js-sdk/issues/6438)) - Update `@grpc/proto-loader` and `firebase-admin` dependencies to address `protobufjs` security issue.
8
8
 
9
- - Updated dependencies []:
10
- - firebase@9.9.1-20220719211451
9
+ * [`1a15c7da7`](https://github.com/firebase/firebase-js-sdk/commit/1a15c7da7e27cb1571dc1bfa2f144d68fa6b8583) [#6454](https://github.com/firebase/firebase-js-sdk/pull/6454) - Update firebase-functions to a version compatible with firebase-admin.
11
10
 
12
11
  ## 2.0.3
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/rules-unit-testing",
3
- "version": "2.0.4-20220719211451",
3
+ "version": "2.0.4-canary.04dcdbb0f",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -38,7 +38,7 @@
38
38
  "rollup-plugin-typescript2": "0.31.2"
39
39
  },
40
40
  "peerDependencies": {
41
- "firebase": "^9.9.1-20220719211451"
41
+ "firebase": "9.9.3-canary.04dcdbb0f"
42
42
  },
43
43
  "repository": {
44
44
  "directory": "packages/rules-unit-testing",