@firebase/database 1.0.13 → 1.0.14-20250318131644
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.standalone.js.map +1 -1
- package/dist/internal.d.ts +2 -0
- package/dist/node-esm/index.node.esm.js +1 -1
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/dist/node-esm/src/api/Reference.d.ts +2 -0
- package/dist/node-esm/src/api/Reference_impl.d.ts +2 -0
- package/dist/private.d.ts +2 -0
- package/dist/public.d.ts +2 -0
- package/dist/src/api/Reference.d.ts +2 -0
- package/dist/src/api/Reference_impl.d.ts +2 -0
- package/package.json +1 -1
package/dist/internal.d.ts
CHANGED
|
@@ -2774,6 +2774,8 @@ export declare const _TEST_ACCESS_hijackHash: (newHash: () => string) => () => v
|
|
|
2774
2774
|
* as the write to the backend completes.
|
|
2775
2775
|
*/
|
|
2776
2776
|
export declare interface ThenableReference extends DatabaseReference, Pick<Promise<DatabaseReference>, 'then' | 'catch'> {
|
|
2777
|
+
key: string;
|
|
2778
|
+
parent: DatabaseReference;
|
|
2777
2779
|
}
|
|
2778
2780
|
|
|
2779
2781
|
declare interface Transaction {
|
|
@@ -1252,7 +1252,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
|
|
|
1252
1252
|
WebSocketConnection.healthyTimeout = 30000;
|
|
1253
1253
|
|
|
1254
1254
|
const name = "@firebase/database";
|
|
1255
|
-
const version = "1.0.
|
|
1255
|
+
const version = "1.0.14-20250318131644";
|
|
1256
1256
|
|
|
1257
1257
|
/**
|
|
1258
1258
|
* @license
|