@firebase/rules-unit-testing 2.0.2-202202622812 → 2.0.2

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 +1 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,14 +1,11 @@
1
1
  # @firebase/rules-unit-testing
2
2
 
3
- ## 2.0.2-202202622812
3
+ ## 2.0.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`d612d6f6e`](https://github.com/firebase/firebase-js-sdk/commit/d612d6f6e4d3113d45427b7df68459c0a3e31a1f) [#5928](https://github.com/firebase/firebase-js-sdk/pull/5928) - Upgrade `node-fetch` dependency due to a security issue.
8
8
 
9
- - Updated dependencies []:
10
- - firebase@9.6.5-202202622812
11
-
12
9
  ## 2.0.1
13
10
 
14
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/rules-unit-testing",
3
- "version": "2.0.2-202202622812",
3
+ "version": "2.0.2",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -27,7 +27,7 @@
27
27
  "rollup-plugin-typescript2": "0.30.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "firebase": "^9.6.5-202202622812"
30
+ "firebase": "^9.0.0"
31
31
  },
32
32
  "repository": {
33
33
  "directory": "packages/rules-unit-testing",