@firebase/installations-compat
Advanced tools
Comparing version 0.2.9 to 0.2.10-20241017211210
@@ -6,3 +6,3 @@ import firebase from '@firebase/app-compat'; | ||
const name = "@firebase/installations-compat"; | ||
const version = "0.2.9"; | ||
const version = "0.2.10-20241017211210"; | ||
@@ -9,0 +9,0 @@ /** |
@@ -11,4 +11,4 @@ 'use strict'; | ||
var name = "@firebase/installations-compat"; | ||
var version = "0.2.9"; | ||
const name = "@firebase/installations-compat"; | ||
const version = "0.2.10-20241017211210"; | ||
@@ -31,21 +31,20 @@ /** | ||
*/ | ||
var InstallationsCompat = /** @class */ (function () { | ||
function InstallationsCompat(app, _delegate) { | ||
class InstallationsCompat { | ||
constructor(app, _delegate) { | ||
this.app = app; | ||
this._delegate = _delegate; | ||
} | ||
InstallationsCompat.prototype.getId = function () { | ||
getId() { | ||
return installations.getId(this._delegate); | ||
}; | ||
InstallationsCompat.prototype.getToken = function (forceRefresh) { | ||
} | ||
getToken(forceRefresh) { | ||
return installations.getToken(this._delegate, forceRefresh); | ||
}; | ||
InstallationsCompat.prototype.delete = function () { | ||
} | ||
delete() { | ||
return installations.deleteInstallations(this._delegate); | ||
}; | ||
InstallationsCompat.prototype.onIdChange = function (callback) { | ||
} | ||
onIdChange(callback) { | ||
return installations.onIdChange(this._delegate, callback); | ||
}; | ||
return InstallationsCompat; | ||
}()); | ||
} | ||
} | ||
@@ -69,5 +68,5 @@ /** | ||
function registerInstallations(instance) { | ||
instance.INTERNAL.registerComponent(new component.Component('installations-compat', function (container) { | ||
var app = container.getProvider('app-compat').getImmediate(); | ||
var installations = container | ||
instance.INTERNAL.registerComponent(new component.Component('installations-compat', container => { | ||
const app = container.getProvider('app-compat').getImmediate(); | ||
const installations = container | ||
.getProvider('installations') | ||
@@ -74,0 +73,0 @@ .getImmediate(); |
{ | ||
"name": "@firebase/installations-compat", | ||
"version": "0.2.9", | ||
"version": "0.2.10-20241017211210", | ||
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
@@ -8,3 +8,2 @@ "main": "dist/index.cjs.js", | ||
"browser": "dist/esm/index.esm2017.js", | ||
"esm5": "dist/esm/index.esm.js", | ||
"exports": { | ||
@@ -14,3 +13,2 @@ ".": { | ||
"require": "./dist/index.cjs.js", | ||
"esm5": "./dist/esm/index.esm.js", | ||
"default": "./dist/esm/index.esm2017.js" | ||
@@ -51,3 +49,3 @@ }, | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.2.41", | ||
"@firebase/app-compat": "0.2.44-20241017211210", | ||
"rollup": "2.79.1", | ||
@@ -62,11 +60,11 @@ "@rollup/plugin-commonjs": "21.1.0", | ||
"peerDependencies": { | ||
"@firebase/app-compat": "0.x" | ||
"@firebase/app-compat": "0.2.44-20241017211210" | ||
}, | ||
"dependencies": { | ||
"@firebase/installations": "0.6.9", | ||
"@firebase/installations": "0.6.10-20241017211210", | ||
"@firebase/installations-types": "0.5.2", | ||
"@firebase/util": "1.10.0", | ||
"@firebase/component": "0.6.9", | ||
"@firebase/util": "1.10.1-20241017211210", | ||
"@firebase/component": "0.6.10-20241017211210", | ||
"tslib": "^2.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance 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 1 instance in 1 package
2
26654
17
367
+ Added@firebase/app@0.10.14-20241017211210(transitive)
+ Added@firebase/app-compat@0.2.44-20241017211210(transitive)
+ Added@firebase/component@0.6.10-20241017211210(transitive)
+ Added@firebase/installations@0.6.10-20241017211210(transitive)
+ Added@firebase/logger@0.4.3-20241017211210(transitive)
+ Added@firebase/util@1.10.1-20241017211210(transitive)
- Removed@firebase/app@0.10.17(transitive)
- Removed@firebase/app-compat@0.2.47(transitive)
- Removed@firebase/component@0.6.110.6.9(transitive)
- Removed@firebase/installations@0.6.9(transitive)
- Removed@firebase/logger@0.4.4(transitive)
- Removed@firebase/util@1.10.01.10.2(transitive)