@openfin/cloud-interop 0.45.42 → 0.45.45

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.
Files changed (2) hide show
  1. package/out/index.js +37 -18
  2. package/package.json +31 -26
package/package.json CHANGED
@@ -1,28 +1,33 @@
1
1
  {
2
- "name": "@openfin/cloud-interop",
3
- "version": "0.45.42",
4
- "description": "",
5
- "private": false,
6
- "files": [
7
- "./out/*"
8
- ],
9
- "main": "./out/index.js",
10
- "types": "./out/index.d.ts",
11
- "scripts": {
12
- "prebuild": "rimraf out",
13
- "build": "rollup -c",
14
- "watch": "rollup -c --watch",
15
- "ci:prepack": "of-npm prepack",
16
- "ci:pack": "npm pack",
17
- "ci:postpack": "of-npm postpack",
18
- "version:update": "of-npm version --bump patch '$MAJOR.$RMAJOR.$PATCH'"
19
- },
20
- "author": "",
21
- "license": "SEE LICENSE IN LICENSE.md",
22
- "peerDependencies": {
23
- "@openfin/core": "45.100.43"
24
- },
25
- "dependencies": {
26
- "@openfin/cloud-interop-core-api": "0.0.1-alpha.05c8c77"
27
- }
2
+ "name": "@openfin/cloud-interop",
3
+ "version": "0.45.45",
4
+ "description": "",
5
+ "private": false,
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "files": [
10
+ "./out/*"
11
+ ],
12
+ "main": "./out/index.js",
13
+ "types": "./out/index.d.ts",
14
+ "author": "",
15
+ "license": "SEE LICENSE IN LICENSE.md",
16
+ "peerDependencies": {
17
+ "@openfin/core": "45.100.46"
18
+ },
19
+ "dependencies": {
20
+ "@openfin/cloud-interop-core-api": "0.0.1-alpha.05c8c77",
21
+ "tslib": "2.8.1"
22
+ },
23
+ "scripts": {
24
+ "prebuild": "rimraf out",
25
+ "build": "rollup -c",
26
+ "watch": "rollup -c --watch",
27
+ "ci:prepack": "of-npm prepack",
28
+ "ci:pack": "pnpm pack",
29
+ "ci:postpack": "of-npm postpack",
30
+ "version:update": "of-npm version --bump patch '$MAJOR.$RMAJOR.$PATCH'",
31
+ "typecheck": "tsc --noEmit -p tsconfig.json"
32
+ }
28
33
  }