@firebase/database-types 0.9.7-2022312211851 → 0.9.7

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/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @firebase/database-types
2
2
 
3
- ## 0.9.7-2022312211851
3
+ ## 0.9.7
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`1c37b5e96`](https://github.com/firebase/firebase-js-sdk/commit/1c37b5e965978d796c46ff6b9f52051cf6070751) [#6090](https://github.com/firebase/firebase-js-sdk/pull/6090) (fixes [#6071](https://github.com/firebase/firebase-js-sdk/issues/6071)) - Updated typings for Reference methods
8
8
 
9
9
  - Updated dependencies [[`e9e5f6b3c`](https://github.com/firebase/firebase-js-sdk/commit/e9e5f6b3ca9d61323b22f87986d9959f5297ec59)]:
10
- - @firebase/util@1.5.2-2022312211851
10
+ - @firebase/util@1.5.2
11
11
 
12
12
  ## 0.9.6
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/database-types",
3
- "version": "0.9.7-2022312211851",
3
+ "version": "0.9.7",
4
4
  "description": "@firebase/database Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "dependencies": {
15
15
  "@firebase/app-types": "0.7.0",
16
- "@firebase/util": "1.5.2-2022312211851"
16
+ "@firebase/util": "1.5.2"
17
17
  },
18
18
  "repository": {
19
19
  "directory": "packages/database-types",