@firebase/database 0.13.7 → 0.13.8-20221010203322

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.
@@ -264,8 +264,8 @@ export interface ThenableReferenceImpl extends ReferenceImpl, Pick<Promise<Refer
264
264
  * resulting list of items is chronologically sorted. The keys are also
265
265
  * designed to be unguessable (they contain 72 random bits of entropy).
266
266
  *
267
- * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
268
- * </br>See {@link ttps://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}
267
+ * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
268
+ * See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
269
269
  *
270
270
  * @param parent - The parent location.
271
271
  * @param value - Optional value to be written at the generated location.
@@ -918,8 +918,8 @@ export declare function endAt(value: number | string | boolean | null, key?: str
918
918
  *
919
919
  * The ending point is exclusive. If only a value is provided, children
920
920
  * with a value less than the specified value will be included in the query.
921
- * If a key is specified, then children must have a value lesss than or equal
922
- * to the specified value and a a key name less than the specified key.
921
+ * If a key is specified, then children must have a value less than or equal
922
+ * to the specified value and a key name less than the specified key.
923
923
  *
924
924
  * @param value - The value to end before. The argument type depends on which
925
925
  * `orderBy*()` function was used in this query. Specify a value that matches
package/dist/private.d.ts CHANGED
@@ -427,8 +427,8 @@ export declare function endAt(value: number | string | boolean | null, key?: str
427
427
  *
428
428
  * The ending point is exclusive. If only a value is provided, children
429
429
  * with a value less than the specified value will be included in the query.
430
- * If a key is specified, then children must have a value lesss than or equal
431
- * to the specified value and a a key name less than the specified key.
430
+ * If a key is specified, then children must have a value less than or equal
431
+ * to the specified value and a key name less than the specified key.
432
432
  *
433
433
  * @param value - The value to end before. The argument type depends on which
434
434
  * `orderBy*()` function was used in this query. Specify a value that matches
@@ -1938,8 +1938,8 @@ declare class PriorityIndex extends Index {
1938
1938
  * resulting list of items is chronologically sorted. The keys are also
1939
1939
  * designed to be unguessable (they contain 72 random bits of entropy).
1940
1940
  *
1941
- * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
1942
- * </br>See {@link ttps://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}
1941
+ * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
1942
+ * See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
1943
1943
  *
1944
1944
  * @param parent - The parent location.
1945
1945
  * @param value - Optional value to be written at the generated location.
package/dist/public.d.ts CHANGED
@@ -245,8 +245,8 @@ export declare function endAt(value: number | string | boolean | null, key?: str
245
245
  *
246
246
  * The ending point is exclusive. If only a value is provided, children
247
247
  * with a value less than the specified value will be included in the query.
248
- * If a key is specified, then children must have a value lesss than or equal
249
- * to the specified value and a a key name less than the specified key.
248
+ * If a key is specified, then children must have a value less than or equal
249
+ * to the specified value and a key name less than the specified key.
250
250
  *
251
251
  * @param value - The value to end before. The argument type depends on which
252
252
  * `orderBy*()` function was used in this query. Specify a value that matches
@@ -1005,8 +1005,8 @@ export declare function orderByValue(): QueryConstraint;
1005
1005
  * resulting list of items is chronologically sorted. The keys are also
1006
1006
  * designed to be unguessable (they contain 72 random bits of entropy).
1007
1007
  *
1008
- * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
1009
- * </br>See {@link ttps://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}
1008
+ * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
1009
+ * See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
1010
1010
  *
1011
1011
  * @param parent - The parent location.
1012
1012
  * @param value - Optional value to be written at the generated location.
@@ -264,8 +264,8 @@ export interface ThenableReferenceImpl extends ReferenceImpl, Pick<Promise<Refer
264
264
  * resulting list of items is chronologically sorted. The keys are also
265
265
  * designed to be unguessable (they contain 72 random bits of entropy).
266
266
  *
267
- * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
268
- * </br>See {@link ttps://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}
267
+ * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
268
+ * See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
269
269
  *
270
270
  * @param parent - The parent location.
271
271
  * @param value - Optional value to be written at the generated location.
@@ -918,8 +918,8 @@ export declare function endAt(value: number | string | boolean | null, key?: str
918
918
  *
919
919
  * The ending point is exclusive. If only a value is provided, children
920
920
  * with a value less than the specified value will be included in the query.
921
- * If a key is specified, then children must have a value lesss than or equal
922
- * to the specified value and a a key name less than the specified key.
921
+ * If a key is specified, then children must have a value less than or equal
922
+ * to the specified value and a key name less than the specified key.
923
923
  *
924
924
  * @param value - The value to end before. The argument type depends on which
925
925
  * `orderBy*()` function was used in this query. Specify a value that matches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/database",
3
- "version": "0.13.7",
3
+ "version": "0.13.8-20221010203322",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -46,14 +46,14 @@
46
46
  "peerDependencies": {},
47
47
  "dependencies": {
48
48
  "@firebase/logger": "0.3.3",
49
- "@firebase/util": "1.7.0",
50
- "@firebase/component": "0.5.18",
49
+ "@firebase/util": "1.7.1-20221010203322",
50
+ "@firebase/component": "0.5.19-20221010203322",
51
51
  "@firebase/auth-interop-types": "0.1.6",
52
52
  "faye-websocket": "0.11.4",
53
53
  "tslib": "^2.1.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@firebase/app": "0.8.0",
56
+ "@firebase/app": "0.8.1-20221010203322",
57
57
  "rollup": "2.72.1",
58
58
  "rollup-plugin-typescript2": "0.31.2",
59
59
  "typescript": "4.2.2"