@ms-cloudpack/api-server 0.64.20 → 0.64.22

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 +14 -14
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
1
  # @ms-cloudpack/api-server
2
2
 
3
- Provides an API server that exposes a pub/sub endpoint for trigger long running tasks.
4
-
5
- ## Usage
3
+ Cloudpack-internal API server that exposes pub/sub endpoints for triggering long-running tasks.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/api-server",
3
- "version": "0.64.20",
4
- "description": "An implementation of the API server that does interacts with a task scheduler.",
3
+ "version": "0.64.22",
4
+ "description": "Internal API server for Cloudpack",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "types": "./lib/index.d.ts",
@@ -25,23 +25,23 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@ms-cloudpack/bundler": "^0.25.33",
29
- "@ms-cloudpack/common-types": "^0.27.7",
30
- "@ms-cloudpack/config": "^0.38.4",
31
- "@ms-cloudpack/create-express-app": "^1.10.51",
28
+ "@ms-cloudpack/bundler": "^0.26.0",
29
+ "@ms-cloudpack/common-types": "^0.28.0",
30
+ "@ms-cloudpack/config": "^0.38.5",
31
+ "@ms-cloudpack/create-express-app": "^1.10.52",
32
32
  "@ms-cloudpack/data-bus": "^0.5.0",
33
33
  "@ms-cloudpack/environment": "^0.1.1",
34
- "@ms-cloudpack/esm-stub-utilities": "^0.15.15",
35
- "@ms-cloudpack/file-watcher": "^0.4.9",
36
- "@ms-cloudpack/import-map": "^0.10.45",
34
+ "@ms-cloudpack/esm-stub-utilities": "^0.15.16",
35
+ "@ms-cloudpack/file-watcher": "^0.4.10",
36
+ "@ms-cloudpack/import-map": "^0.10.46",
37
37
  "@ms-cloudpack/json-utilities": "^0.1.11",
38
- "@ms-cloudpack/package-hashes": "^0.8.28",
39
- "@ms-cloudpack/package-utilities": "^12.5.1",
38
+ "@ms-cloudpack/package-hashes": "^0.8.29",
39
+ "@ms-cloudpack/package-utilities": "^12.5.2",
40
40
  "@ms-cloudpack/path-string-parsing": "^1.2.7",
41
- "@ms-cloudpack/path-utilities": "^3.1.22",
42
- "@ms-cloudpack/remote-cache": "^0.11.39",
41
+ "@ms-cloudpack/path-utilities": "^3.1.23",
42
+ "@ms-cloudpack/remote-cache": "^0.11.40",
43
43
  "@ms-cloudpack/task-reporter": "^0.17.4",
44
- "@ms-cloudpack/telemetry": "^0.11.40",
44
+ "@ms-cloudpack/telemetry": "^0.11.41",
45
45
  "@trpc/client": "^11.1.1",
46
46
  "@trpc/server": "^11.1.1",
47
47
  "cors": "^2.8.5",