@ms-cloudpack/link-proxy 0.2.55 → 0.2.56
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/NOTICE.txt +174 -0
- package/dist/browser-esm/lib/index.js +1 -1
- package/dist/browser-esm/lib/index.js.map +1 -1
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/link-proxy",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.56",
|
|
4
4
|
"description": "A proxy to connect cloudpack link clients",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -17,19 +17,20 @@
|
|
|
17
17
|
"api": "cloudpack-scripts api",
|
|
18
18
|
"build:watch": "cloudpack-scripts build-watch",
|
|
19
19
|
"build": "cloudpack-scripts build",
|
|
20
|
-
"bundle": "
|
|
20
|
+
"bundle": "cloudpack-scripts bundle-browser",
|
|
21
21
|
"lint:update": "cloudpack-scripts lint-update",
|
|
22
22
|
"lint": "cloudpack-scripts lint",
|
|
23
23
|
"prepack": "cp .npmignore dist/.npmignore"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@ms-cloudpack/api-server": "^0.65.
|
|
26
|
+
"@ms-cloudpack/api-server": "^0.65.10",
|
|
27
27
|
"@ms-cloudpack/common-types-browser": "^0.6.4",
|
|
28
28
|
"@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
|
|
29
29
|
"@ms-cloudpack/scripts": "^0.0.1"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"lib/**/!(*.test.*)",
|
|
33
|
-
"dist"
|
|
33
|
+
"dist",
|
|
34
|
+
"NOTICE.txt"
|
|
34
35
|
]
|
|
35
36
|
}
|