@firebase/database-types 1.0.21 → 1.0.22-20260818172054

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/index.d.ts +2 -7
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -84,11 +84,7 @@ export interface OnDisconnect {
84
84
  }
85
85
 
86
86
  type EventType =
87
- | 'value'
88
- | 'child_added'
89
- | 'child_changed'
90
- | 'child_moved'
91
- | 'child_removed';
87
+ 'value' | 'child_added' | 'child_changed' | 'child_moved' | 'child_removed';
92
88
 
93
89
  export interface Query {
94
90
  endBefore(value: number | string | boolean | null, key?: string): Query;
@@ -163,8 +159,7 @@ export interface TransactionResult {
163
159
  }
164
160
 
165
161
  export interface ThenableReference
166
- extends Reference,
167
- Pick<Promise<Reference>, 'then' | 'catch'> {
162
+ extends Reference, Pick<Promise<Reference>, 'then' | 'catch'> {
168
163
  key: string;
169
164
  parent: Reference;
170
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/database-types",
3
- "version": "1.0.21",
3
+ "version": "1.0.22-20260818172054",
4
4
  "description": "@firebase/database Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -12,8 +12,8 @@
12
12
  "index.d.ts"
13
13
  ],
14
14
  "dependencies": {
15
- "@firebase/app-types": "0.9.5",
16
- "@firebase/util": "1.15.2"
15
+ "@firebase/app-types": "0.9.6-20260818172054",
16
+ "@firebase/util": "1.15.3-20260818172054"
17
17
  },
18
18
  "repository": {
19
19
  "directory": "packages/database-types",