@dereekb/firebase 12.0.2 → 12.0.4

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/index.cjs.js CHANGED
@@ -9120,6 +9120,9 @@ function firebaseFirestoreClientDrivers() {
9120
9120
  };
9121
9121
  }
9122
9122
 
9123
+ /**
9124
+ * Permission-denied error code for Firestore.
9125
+ */
9123
9126
  const FIRESTORE_PERMISSION_DENIED_ERROR_CODE = 'permission-denied';
9124
9127
 
9125
9128
  /**
package/index.esm.js CHANGED
@@ -9118,6 +9118,9 @@ function firebaseFirestoreClientDrivers() {
9118
9118
  };
9119
9119
  }
9120
9120
 
9121
+ /**
9122
+ * Permission-denied error code for Firestore.
9123
+ */
9121
9124
  const FIRESTORE_PERMISSION_DENIED_ERROR_CODE = 'permission-denied';
9122
9125
 
9123
9126
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/firebase",
3
- "version": "12.0.2",
3
+ "version": "12.0.4",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./src/index.d.ts",
@@ -1 +1,4 @@
1
+ /**
2
+ * Permission-denied error code for Firestore.
3
+ */
1
4
  export declare const FIRESTORE_PERMISSION_DENIED_ERROR_CODE: string;
package/test/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [12.0.4](https://github.com/dereekb/dbx-components/compare/v12.0.3-dev...v12.0.4) (2025-04-29)
6
+
7
+
8
+
9
+ ## [12.0.3](https://github.com/dereekb/dbx-components/compare/v12.0.2-dev...v12.0.3) (2025-04-29)
10
+
11
+
12
+
5
13
  ## [12.0.2](https://github.com/dereekb/dbx-components/compare/v12.0.1-dev...v12.0.2) (2025-04-26)
6
14
 
7
15
 
package/test/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/firebase/test",
3
- "version": "12.0.2",
3
+ "version": "12.0.4",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@dereekb/util": "*",