@ms-cloudpack/app-server 0.20.12 → 0.20.13

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 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
1
  # @ms-cloudpack/app-server
2
2
 
3
- This package provides an App server for Cloudpack.
4
-
5
- The app server is an express server which hosts the appropriate routes for the web app, primarily returning html content which loads resources from the bundle server. The app server can support whichever routes the app needs and also serve static paths.
6
-
7
- ## Usage
3
+ This package provides an app server for Cloudpack. The app server is an Express server which hosts the appropriate routes for the web app, primarily returning HTML content which loads resources from the bundle server. The app server can support whichever routes the app needs and also serve static paths.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/app-server",
3
- "version": "0.20.12",
4
- "description": "An implementation of the App server for Cloudpack.",
3
+ "version": "0.20.13",
4
+ "description": "Internal app server for Cloudpack",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "types": "./lib/index.d.ts",
@@ -14,13 +14,13 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@ms-cloudpack/api-server": "^0.64.20",
18
- "@ms-cloudpack/bundle-server": "^0.8.12",
17
+ "@ms-cloudpack/api-server": "^0.64.21",
18
+ "@ms-cloudpack/bundle-server": "^0.8.13",
19
19
  "@ms-cloudpack/common-types": "^0.27.7",
20
20
  "@ms-cloudpack/create-express-app": "^1.10.51",
21
21
  "@ms-cloudpack/environment": "^0.1.1",
22
22
  "@ms-cloudpack/import-map": "^0.10.45",
23
- "@ms-cloudpack/inline-scripts": "^0.2.34",
23
+ "@ms-cloudpack/inline-scripts": "^0.2.35",
24
24
  "@ms-cloudpack/path-string-parsing": "^1.2.7",
25
25
  "@ms-cloudpack/path-utilities": "^3.1.22",
26
26
  "@ms-cloudpack/task-reporter": "^0.17.4",