@firebase/installations
Advanced tools
Comparing version 0.1.1-canary.38cb158 to 0.1.1-canary.9a49973
@@ -219,2 +219,4 @@ 'use strict'; | ||
var version = "0.1.1-canary.9a49973"; | ||
/** | ||
@@ -237,3 +239,3 @@ * @license | ||
var PENDING_TIMEOUT_MS = 10000; | ||
var PACKAGE_VERSION = 'w:0.1.1-canary.38cb158'; // Will be replaced by Rollup | ||
var PACKAGE_VERSION = "w:" + version; | ||
var INTERNAL_AUTH_VERSION = 'FIS_v2'; | ||
@@ -240,0 +242,0 @@ var INSTALLATIONS_API_URL = 'https://firebaseinstallations.googleapis.com/v1'; |
@@ -213,2 +213,4 @@ import firebase from '@firebase/app'; | ||
var version = "0.1.1-canary.9a49973"; | ||
/** | ||
@@ -231,3 +233,3 @@ * @license | ||
var PENDING_TIMEOUT_MS = 10000; | ||
var PACKAGE_VERSION = 'w:0.1.1-canary.38cb158'; // Will be replaced by Rollup | ||
var PACKAGE_VERSION = "w:" + version; | ||
var INTERNAL_AUTH_VERSION = 'FIS_v2'; | ||
@@ -234,0 +236,0 @@ var INSTALLATIONS_API_URL = 'https://firebaseinstallations.googleapis.com/v1'; |
@@ -5,2 +5,4 @@ import firebase from '@firebase/app'; | ||
const version = "0.1.1-canary.9a49973"; | ||
/** | ||
@@ -23,3 +25,3 @@ * @license | ||
const PENDING_TIMEOUT_MS = 10000; | ||
const PACKAGE_VERSION = 'w:0.1.1-canary.38cb158'; // Will be replaced by Rollup | ||
const PACKAGE_VERSION = `w:${version}`; | ||
const INTERNAL_AUTH_VERSION = 'FIS_v2'; | ||
@@ -26,0 +28,0 @@ const INSTALLATIONS_API_URL = 'https://firebaseinstallations.googleapis.com/v1'; |
{ | ||
"name": "@firebase/installations", | ||
"version": "0.1.1-canary.38cb158", | ||
"version": "0.1.1-canary.9a49973", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"esm2017": "dist/index.esm2017.js", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/src/index.d.ts", | ||
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
@@ -35,4 +35,4 @@ "license": "Apache-2.0", | ||
"rollup-plugin-commonjs": "9.3.4", | ||
"rollup-plugin-json": "4.0.0", | ||
"rollup-plugin-node-resolve": "4.2.3", | ||
"rollup-plugin-replace": "2.2.0", | ||
"rollup-plugin-typescript2": "0.21.0", | ||
@@ -49,10 +49,10 @@ "rollup-plugin-uglify": "6.0.2", | ||
"peerDependencies": { | ||
"@firebase/app": "0.4.1-canary.38cb158", | ||
"@firebase/app-types": "0.4.0-canary.38cb158" | ||
"@firebase/app": "0.4.1-canary.9a49973", | ||
"@firebase/app-types": "0.4.0-canary.9a49973" | ||
}, | ||
"dependencies": { | ||
"@firebase/installations-types": "0.1.0-canary.38cb158", | ||
"@firebase/util": "0.2.15-canary.38cb158", | ||
"@firebase/installations-types": "0.1.0-canary.9a49973", | ||
"@firebase/util": "0.2.15-canary.9a49973", | ||
"idb": "3.0.2" | ||
} | ||
} |
@@ -18,4 +18,4 @@ /** | ||
import json from 'rollup-plugin-json'; | ||
import typescriptPlugin from 'rollup-plugin-typescript2'; | ||
import replace from 'rollup-plugin-replace'; | ||
import pkg from './package.json'; | ||
@@ -29,8 +29,3 @@ import typescript from 'typescript'; | ||
*/ | ||
const es5BuildPlugins = [ | ||
typescriptPlugin({ typescript }), | ||
replace({ | ||
__VERSION__: pkg.version | ||
}) | ||
]; | ||
const es5BuildPlugins = [typescriptPlugin({ typescript }), json()]; | ||
@@ -61,5 +56,3 @@ const es5Builds = [ | ||
}), | ||
replace({ | ||
__VERSION__: pkg.version | ||
}) | ||
json({ preferConst: true }) | ||
]; | ||
@@ -66,0 +59,0 @@ |
@@ -18,5 +18,7 @@ /** | ||
import { version } from '../../package.json'; | ||
export const PENDING_TIMEOUT_MS = 10000; | ||
export const PACKAGE_VERSION = 'w:__VERSION__'; // Will be replaced by Rollup | ||
export const PACKAGE_VERSION = `w:${version}`; | ||
export const INTERNAL_AUTH_VERSION = 'FIS_v2'; | ||
@@ -23,0 +25,0 @@ |
@@ -21,5 +21,4 @@ /** | ||
import commonjs from 'rollup-plugin-commonjs'; | ||
import replace from 'rollup-plugin-replace'; | ||
import json from 'rollup-plugin-json'; | ||
import { uglify } from 'rollup-plugin-uglify'; | ||
import pkg from '../package.json'; | ||
import typescript from 'typescript'; | ||
@@ -44,5 +43,3 @@ | ||
}), | ||
replace({ | ||
__VERSION__: pkg.version | ||
}), | ||
json(), | ||
resolve(), | ||
@@ -49,0 +46,0 @@ commonjs(), |
@@ -6,2 +6,3 @@ { | ||
"downlevelIteration": true, | ||
"resolveJsonModule": true, | ||
@@ -8,0 +9,0 @@ "strict": true, |
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
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 33 instances 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 33 instances in 1 package
640672
7179
+ Added@firebase/app@0.4.1-canary.9a49973(transitive)
+ Added@firebase/app-types@0.4.0-canary.9a49973(transitive)
+ Added@firebase/installations-types@0.1.0-canary.9a49973(transitive)
+ Added@firebase/logger@0.1.14-canary.9a49973(transitive)
+ Added@firebase/util@0.2.15-canary.9a49973(transitive)
- Removed@firebase/app@0.4.1-canary.38cb158(transitive)
- Removed@firebase/app-types@0.4.0-canary.38cb158(transitive)
- Removed@firebase/installations-types@0.1.0-canary.38cb158(transitive)
- Removed@firebase/logger@0.1.14-canary.38cb158(transitive)
- Removed@firebase/util@0.2.15-canary.38cb158(transitive)