@ms-cloudpack/overlay 0.17.121 → 0.17.123

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/README.md +1 -3
  2. package/package.json +4 -4
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.121",
3
+ "version": "0.17.123",
4
4
  "description": "The Cloudpack overlay ux.",
5
5
  "license": "MIT",
6
6
  "types": "./lib/index.d.ts",
@@ -23,14 +23,14 @@
23
23
  "api": "cloudpack-scripts api",
24
24
  "build:watch": "cloudpack-scripts build-watch",
25
25
  "build": "cloudpack-scripts build",
26
- "bundle": "yarn run -T cloudpack bundle --mode prod --outdir dist/browser-esm --no-color",
26
+ "bundle": "yarn run -T cloudpack bundle --mode prod --outdir dist/browser-esm",
27
27
  "lint:update": "cloudpack-scripts lint-update",
28
28
  "lint": "cloudpack-scripts lint",
29
29
  "prepack": "cp .npmignore dist/.npmignore"
30
30
  },
31
31
  "devDependencies": {
32
- "@ms-cloudpack/api-server": "^0.58.10",
33
- "@ms-cloudpack/common-types": "^0.24.3",
32
+ "@ms-cloudpack/api-server": "^0.58.12",
33
+ "@ms-cloudpack/common-types": "^0.24.4",
34
34
  "@ms-cloudpack/common-types-browser": "^0.5.3",
35
35
  "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
36
36
  "@ms-cloudpack/path-string-parsing": "^1.2.6",