@firebase/installations 0.5.0-202172555844 → 0.5.0-canary.0281e06de

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.
package/CHANGELOG.md CHANGED
@@ -1,16 +1,11 @@
1
1
  # @firebase/installations
2
2
 
3
- ## 0.5.0-202172555844
3
+ ## 0.5.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6) [#5345](https://github.com/firebase/firebase-js-sdk/pull/5345) (fixes [#5015](https://github.com/firebase/firebase-js-sdk/issues/5015)) - Release modularized SDKs
8
8
 
9
- ### Patch Changes
10
-
11
- - Updated dependencies [[`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6)]:
12
- - @firebase/app@0.7.0-202172555844
13
-
14
9
  ## 0.4.32
15
10
 
16
11
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -9,7 +9,7 @@ var util = require('@firebase/util');
9
9
  var idb = require('idb');
10
10
 
11
11
  var name = "@firebase/installations";
12
- var version = "0.5.0-202172555844";
12
+ var version = "0.5.0-canary.0281e06de";
13
13
 
14
14
  /**
15
15
  * @license
package/dist/index.esm.js CHANGED
@@ -5,7 +5,7 @@ import { ErrorFactory, FirebaseError } from '@firebase/util';
5
5
  import { openDb } from 'idb';
6
6
 
7
7
  var name = "@firebase/installations";
8
- var version = "0.5.0-202172555844";
8
+ var version = "0.5.0-canary.0281e06de";
9
9
 
10
10
  /**
11
11
  * @license
@@ -4,7 +4,7 @@ import { ErrorFactory, FirebaseError } from '@firebase/util';
4
4
  import { openDb } from 'idb';
5
5
 
6
6
  const name = "@firebase/installations";
7
- const version = "0.5.0-202172555844";
7
+ const version = "0.5.0-canary.0281e06de";
8
8
 
9
9
  /**
10
10
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/installations",
3
- "version": "0.5.0-202172555844",
3
+ "version": "0.5.0-canary.0281e06de",
4
4
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm2017.js",
@@ -28,8 +28,8 @@
28
28
  "api-report": "api-extractor run --local --verbose",
29
29
  "doc": "api-documenter markdown --input temp --output docs",
30
30
  "build:doc": "yarn build && yarn doc",
31
- "typings:public": "node ../../scripts/exp/use_typings.js ./dist/installations-public.d.ts",
32
- "typings:internal": "node ../../scripts/exp/use_typings.js ./dist/src/index.d.ts"
31
+ "typings:public": "node ../../scripts/build/use_typings.js ./dist/installations-public.d.ts",
32
+ "typings:internal": "node ../../scripts/build/use_typings.js ./dist/src/index.d.ts"
33
33
  },
34
34
  "repository": {
35
35
  "directory": "packages/installations",
@@ -40,21 +40,21 @@
40
40
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
41
41
  },
42
42
  "devDependencies": {
43
- "@firebase/app": "0.7.0-202172555844",
44
- "rollup": "2.52.2",
45
- "@rollup/plugin-commonjs": "17.1.0",
43
+ "@firebase/app": "0.7.0-canary.0281e06de",
44
+ "rollup": "2.56.3",
45
+ "@rollup/plugin-commonjs": "20.0.0",
46
46
  "@rollup/plugin-json": "4.1.0",
47
- "@rollup/plugin-node-resolve": "11.2.0",
47
+ "@rollup/plugin-node-resolve": "13.0.4",
48
48
  "rollup-plugin-typescript2": "0.30.0",
49
49
  "rollup-plugin-uglify": "6.0.4",
50
50
  "typescript": "4.2.2"
51
51
  },
52
52
  "peerDependencies": {
53
- "@firebase/app": "0.7.0-202172555844"
53
+ "@firebase/app": "0.7.0-canary.0281e06de"
54
54
  },
55
55
  "dependencies": {
56
- "@firebase/util": "1.3.0",
57
- "@firebase/component": "0.5.6",
56
+ "@firebase/util": "1.3.0-canary.0281e06de",
57
+ "@firebase/component": "0.5.6-canary.0281e06de",
58
58
  "idb": "3.0.2",
59
59
  "tslib": "^2.1.0"
60
60
  },