@ms-cloudpack/overlay 0.17.121 → 0.17.122
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/README.md +1 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,4 @@ A package containing the frontend code for Cloudpack, to be hosted in a dev sess
|
|
|
4
4
|
|
|
5
5
|
## Details
|
|
6
6
|
|
|
7
|
-
A pre-made ESM bundle is distributed under `dist/browser-esm/lib`, and referenced in the `package.json` exports map using
|
|
8
|
-
the `browser-esm` condition. Cloudpack recognizes this condition as a pre-made bundle, meaning that it can serve it without
|
|
9
|
-
bundling it.
|
|
7
|
+
A pre-made ESM bundle is distributed under `dist/browser-esm/lib`, and referenced in the `package.json` exports map using the `browser-esm` condition. Cloudpack recognizes this condition as a pre-made bundle, meaning that it can serve it without bundling it.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/overlay",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.122",
|
|
4
4
|
"description": "The Cloudpack overlay ux.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prepack": "cp .npmignore dist/.npmignore"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@ms-cloudpack/api-server": "^0.58.
|
|
32
|
+
"@ms-cloudpack/api-server": "^0.58.11",
|
|
33
33
|
"@ms-cloudpack/common-types": "^0.24.3",
|
|
34
34
|
"@ms-cloudpack/common-types-browser": "^0.5.3",
|
|
35
35
|
"@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
|