@firebase/database-types 1.0.8 → 1.0.9-canary.a24a76aa2

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 +4 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -164,7 +164,10 @@ export interface TransactionResult {
164
164
 
165
165
  export interface ThenableReference
166
166
  extends Reference,
167
- Pick<Promise<Reference>, 'then' | 'catch'> {}
167
+ Pick<Promise<Reference>, 'then' | 'catch'> {
168
+ key: string;
169
+ parent: Reference;
170
+ }
168
171
 
169
172
  export function enableLogging(
170
173
  logger?: boolean | ((a: string) => any),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/database-types",
3
- "version": "1.0.8",
3
+ "version": "1.0.9-canary.a24a76aa2",
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.3",
16
- "@firebase/util": "1.10.3"
15
+ "@firebase/app-types": "0.9.3-canary.a24a76aa2",
16
+ "@firebase/util": "1.11.0-canary.a24a76aa2"
17
17
  },
18
18
  "repository": {
19
19
  "directory": "packages/database-types",