@ms-cloudpack/bundle-server 0.8.12 → 0.8.14

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 +9 -9
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
1
  # @ms-cloudpack/bundle-server
2
2
 
3
- This package provides a bundle server for Cloudpack.
4
-
5
- The bundle server handles package requests and returns bundled resources. Resources are bundled on demand and cached locally and in the browser to avoid re-bundling on each request.
3
+ This package provides a bundle server for Cloudpack. The bundle server handles package requests and returns bundled resources. Resources are bundled on demand and cached locally and in the browser to avoid re-bundling on each request.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/bundle-server",
3
- "version": "0.8.12",
4
- "description": "An implementation of the Bundle server for Cloudpack.",
3
+ "version": "0.8.14",
4
+ "description": "Internal bundle server for Cloudpack",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "types": "./lib/index.d.ts",
@@ -14,14 +14,14 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@ms-cloudpack/api-server": "^0.64.20",
18
- "@ms-cloudpack/common-types": "^0.27.7",
19
- "@ms-cloudpack/create-express-app": "^1.10.51",
20
- "@ms-cloudpack/import-map": "^0.10.45",
21
- "@ms-cloudpack/inline-scripts": "^0.2.34",
22
- "@ms-cloudpack/package-utilities": "^12.5.1",
17
+ "@ms-cloudpack/api-server": "^0.64.22",
18
+ "@ms-cloudpack/common-types": "^0.28.0",
19
+ "@ms-cloudpack/create-express-app": "^1.10.52",
20
+ "@ms-cloudpack/import-map": "^0.10.46",
21
+ "@ms-cloudpack/inline-scripts": "^0.2.36",
22
+ "@ms-cloudpack/package-utilities": "^12.5.2",
23
23
  "@ms-cloudpack/path-string-parsing": "^1.2.7",
24
- "@ms-cloudpack/path-utilities": "^3.1.22",
24
+ "@ms-cloudpack/path-utilities": "^3.1.23",
25
25
  "es-module-shims": "^2.6.1",
26
26
  "ts-dedent": "^2.2.0"
27
27
  },