@firebase/installations
Advanced tools
Comparing version 0.1.1-canary.9f6dbc8 to 0.1.1-canary.a80cf4e
@@ -219,3 +219,3 @@ 'use strict'; | ||
var version = "0.1.1-canary.9f6dbc8"; | ||
var version = "0.1.1-canary.a80cf4e"; | ||
@@ -222,0 +222,0 @@ /** |
@@ -213,3 +213,3 @@ import firebase from '@firebase/app'; | ||
var version = "0.1.1-canary.9f6dbc8"; | ||
var version = "0.1.1-canary.a80cf4e"; | ||
@@ -216,0 +216,0 @@ /** |
@@ -5,3 +5,3 @@ import firebase from '@firebase/app'; | ||
const version = "0.1.1-canary.9f6dbc8"; | ||
const version = "0.1.1-canary.a80cf4e"; | ||
@@ -8,0 +8,0 @@ /** |
@@ -20,6 +20,8 @@ /** | ||
const files = ['src/**/*.test.ts']; | ||
module.exports = function(config) { | ||
config.set({ | ||
...karmaBase, | ||
files: ['src/**/*.test.ts'], | ||
files, | ||
preprocessors: { '**/*.ts': ['webpack', 'sourcemap'] }, | ||
@@ -29,1 +31,3 @@ frameworks: ['mocha'] | ||
}; | ||
module.exports.files = files; |
{ | ||
"name": "@firebase/installations", | ||
"version": "0.1.1-canary.9f6dbc8", | ||
"version": "0.1.1-canary.a80cf4e", | ||
"main": "dist/index.cjs.js", | ||
@@ -48,10 +48,10 @@ "module": "dist/index.esm.js", | ||
"peerDependencies": { | ||
"@firebase/app": "0.4.1-canary.9f6dbc8", | ||
"@firebase/app-types": "0.4.0-canary.9f6dbc8" | ||
"@firebase/app": "0.4.1-canary.a80cf4e", | ||
"@firebase/app-types": "0.4.0-canary.a80cf4e" | ||
}, | ||
"dependencies": { | ||
"@firebase/installations-types": "0.1.0-canary.9f6dbc8", | ||
"@firebase/util": "0.2.15-canary.9f6dbc8", | ||
"@firebase/installations-types": "0.1.0-canary.a80cf4e", | ||
"@firebase/util": "0.2.15-canary.a80cf4e", | ||
"idb": "3.0.2" | ||
} | ||
} |
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
640718
7181
+ Added@firebase/app@0.4.1-canary.a80cf4e(transitive)
+ Added@firebase/app-types@0.4.0-canary.a80cf4e(transitive)
+ Added@firebase/installations-types@0.1.0-canary.a80cf4e(transitive)
+ Added@firebase/logger@0.1.14-canary.a80cf4e(transitive)
+ Added@firebase/util@0.2.15-canary.a80cf4e(transitive)
- Removed@firebase/app@0.4.1-canary.9f6dbc8(transitive)
- Removed@firebase/app-types@0.4.0-canary.9f6dbc8(transitive)
- Removed@firebase/installations-types@0.1.0-canary.9f6dbc8(transitive)
- Removed@firebase/logger@0.1.14-canary.9f6dbc8(transitive)
- Removed@firebase/util@0.2.15-canary.9f6dbc8(transitive)