@firebase/rules-unit-testing 2.0.6 → 2.0.7-canary.2e22d5bb6

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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @firebase/rules-unit-testing
2
2
 
3
+ ## 2.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d071bd1ac`](https://github.com/firebase/firebase-js-sdk/commit/d071bd1acaa0583b4dd3454387fc58eafddb5c30) [#7007](https://github.com/firebase/firebase-js-sdk/pull/7007) (fixes [#7005](https://github.com/firebase/firebase-js-sdk/issues/7005)) - Move exports.default fields to always be the last field. This fixes a bug caused in 9.17.0 that prevented some bundlers and frameworks from building.
8
+
3
9
  ## 2.0.6
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/rules-unit-testing",
3
- "version": "2.0.6",
3
+ "version": "2.0.7-canary.2e22d5bb6",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -11,11 +11,11 @@
11
11
  "import": "./dist/esm/index.esm.js",
12
12
  "require": "./dist/index.cjs.js"
13
13
  },
14
- "default": "./dist/index.cjs.js",
15
14
  "browser": {
16
15
  "require": "./dist/index.cjs.js",
17
16
  "import": "./dist/esm/index.esm.js"
18
- }
17
+ },
18
+ "default": "./dist/index.cjs.js"
19
19
  },
20
20
  "./package.json": "./package.json"
21
21
  },
@@ -42,7 +42,7 @@
42
42
  "rollup-plugin-typescript2": "0.31.2"
43
43
  },
44
44
  "peerDependencies": {
45
- "firebase": "^9.0.0"
45
+ "firebase": "9.17.2-canary.2e22d5bb6"
46
46
  },
47
47
  "repository": {
48
48
  "directory": "packages/rules-unit-testing",