@firebase/installations
Advanced tools
Comparing version 0.1.1-canary.c8dcdc5 to 0.1.1-canary.cee7ad8
@@ -12,3 +12,3 @@ 'use strict'; | ||
var version = "0.1.1-canary.c8dcdc5"; | ||
var version = "0.1.1-canary.cee7ad8"; | ||
@@ -15,0 +15,0 @@ /** |
@@ -7,3 +7,3 @@ import firebase from '@firebase/app'; | ||
var version = "0.1.1-canary.c8dcdc5"; | ||
var version = "0.1.1-canary.cee7ad8"; | ||
@@ -10,0 +10,0 @@ /** |
@@ -5,3 +5,3 @@ import firebase from '@firebase/app'; | ||
const version = "0.1.1-canary.c8dcdc5"; | ||
const version = "0.1.1-canary.cee7ad8"; | ||
@@ -8,0 +8,0 @@ /** |
@@ -28,3 +28,8 @@ /** | ||
} | ||
export declare const ERROR_FACTORY: ErrorFactory<ErrorCode>; | ||
interface ErrorParams { | ||
[ErrorCode.REQUEST_FAILED]: { | ||
requestName: string; | ||
} & ServerErrorData; | ||
} | ||
export declare const ERROR_FACTORY: ErrorFactory<ErrorCode, ErrorParams>; | ||
export interface ServerErrorData { | ||
@@ -38,1 +43,2 @@ serverCode: number; | ||
export declare function isServerError(error: unknown): error is ServerError; | ||
export {}; |
{ | ||
"name": "@firebase/installations", | ||
"version": "0.1.1-canary.c8dcdc5", | ||
"version": "0.1.1-canary.cee7ad8", | ||
"main": "dist/index.cjs.js", | ||
@@ -48,8 +48,8 @@ "module": "dist/index.esm.js", | ||
"peerDependencies": { | ||
"@firebase/app": "0.4.1-canary.c8dcdc5", | ||
"@firebase/app-types": "0.4.0-canary.c8dcdc5" | ||
"@firebase/app": "0.4.1-canary.cee7ad8", | ||
"@firebase/app-types": "0.4.0-canary.cee7ad8" | ||
}, | ||
"dependencies": { | ||
"@firebase/installations-types": "0.1.0-canary.c8dcdc5", | ||
"@firebase/util": "0.2.15-canary.c8dcdc5", | ||
"@firebase/installations-types": "0.1.0-canary.cee7ad8", | ||
"@firebase/util": "0.2.15-canary.cee7ad8", | ||
"idb": "3.0.2", | ||
@@ -56,0 +56,0 @@ "tslib": "1.9.3" |
@@ -46,3 +46,9 @@ /** | ||
export const ERROR_FACTORY = new ErrorFactory( | ||
interface ErrorParams { | ||
[ErrorCode.REQUEST_FAILED]: { | ||
requestName: string; | ||
} & ServerErrorData; | ||
} | ||
export const ERROR_FACTORY = new ErrorFactory<ErrorCode, ErrorParams>( | ||
SERVICE, | ||
@@ -49,0 +55,0 @@ SERVICE_NAME, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
622700
6825
+ Added@firebase/app@0.4.1-canary.cee7ad8(transitive)
+ Added@firebase/app-types@0.4.0-canary.cee7ad8(transitive)
+ Added@firebase/installations-types@0.1.0-canary.cee7ad8(transitive)
+ Added@firebase/logger@0.1.14-canary.cee7ad8(transitive)
+ Added@firebase/util@0.2.15-canary.cee7ad8(transitive)
- Removed@firebase/app@0.4.1-canary.c8dcdc5(transitive)
- Removed@firebase/app-types@0.4.0-canary.c8dcdc5(transitive)
- Removed@firebase/installations-types@0.1.0-canary.c8dcdc5(transitive)
- Removed@firebase/logger@0.1.14-canary.c8dcdc5(transitive)
- Removed@firebase/util@0.2.15-canary.c8dcdc5(transitive)