@firebase/installations-types 0.4.1 → 0.5.0-20221206221533

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @firebase/installations-types
2
2
 
3
+ ## 0.5.0-20221206221533
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be)]:
12
+ - @firebase/app-types@0.9.0-20221206221533
13
+
3
14
  ## 0.4.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/installations-types",
3
- "version": "0.4.1",
3
+ "version": "0.5.0-20221206221533",
4
4
  "description": "@firebase/installations Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -12,7 +12,7 @@
12
12
  "index.d.ts"
13
13
  ],
14
14
  "peerDependencies": {
15
- "@firebase/app-types": "0.x"
15
+ "@firebase/app-types": "0.9.0-20221206221533"
16
16
  },
17
17
  "repository": {
18
18
  "directory": "packages/installations-types",
@@ -23,6 +23,6 @@
23
23
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
24
24
  },
25
25
  "devDependencies": {
26
- "typescript": "4.2.2"
26
+ "typescript": "4.7.4"
27
27
  }
28
28
  }