@firebase/installations-types 0.5.2 → 0.5.3

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 +1 -1
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -39,7 +39,7 @@ export interface FirebaseInstallations {
39
39
  delete(): Promise<void>;
40
40
 
41
41
  /**
42
- * Sets a new callback that will get called when Installlation ID changes.
42
+ * Sets a new callback that will get called when Installation ID changes.
43
43
  * Returns an unsubscribe function that will remove the callback when called.
44
44
  */
45
45
  onIdChange(callback: (installationId: string) => void): () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/installations-types",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "@firebase/installations Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -23,6 +23,6 @@
23
23
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
24
24
  },
25
25
  "devDependencies": {
26
- "typescript": "4.7.4"
26
+ "typescript": "5.5.4"
27
27
  }
28
28
  }