@ms-cloudpack/app-server 0.20.47 → 0.20.51

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.
@@ -1 +1 @@
1
- {"version":3,"file":"RenderRouteOptions.d.ts","sourceRoot":"","sources":["../../src/types/RenderRouteOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAE3F;;;GAGG;AACH,MAAM,WAAW,kBACf,SAAQ,IAAI,CACV,qBAAqB,EACrB,OAAO,GAAG,SAAS,GAAG,YAAY,GAAG,eAAe,GAAG,cAAc,GAAG,eAAe,CACxF;IACD,GAAG,EAAE,OAAO,CAAC;IACb,GAAG,EAAE,QAAQ,CAAC;CACf"}
1
+ {"version":3,"file":"RenderRouteOptions.d.ts","sourceRoot":"","sources":["../../src/types/RenderRouteOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAE3F;;;GAGG;AACH,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAC9C,qBAAqB,EACrB,OAAO,GAAG,SAAS,GAAG,YAAY,GAAG,eAAe,GAAG,cAAc,GAAG,eAAe,CACxF;IACC,GAAG,EAAE,OAAO,CAAC;IACb,GAAG,EAAE,QAAQ,CAAC;CACf"}
@@ -1 +1 @@
1
- {"version":3,"file":"RenderRouteOptions.js","sourceRoot":"","sources":["../../src/types/RenderRouteOptions.ts"],"names":[],"mappings":"","sourcesContent":["import type { RenderFunctionOptions, Request, Response } from '@ms-cloudpack/common-types';\n\n/**\n * Options for the `renderRoute` function and its helpers.\n * (This is similar to the original `RenderFunctionOptions`, but `req` and `res` are not deprecated.)\n */\nexport interface RenderRouteOptions\n extends Pick<\n RenderFunctionOptions,\n 'route' | 'baseUrl' | 'definition' | 'overlayScript' | 'entryScripts' | 'inlineScripts'\n > {\n req: Request;\n res: Response;\n}\n"]}
1
+ {"version":3,"file":"RenderRouteOptions.js","sourceRoot":"","sources":["../../src/types/RenderRouteOptions.ts"],"names":[],"mappings":"","sourcesContent":["import type { RenderFunctionOptions, Request, Response } from '@ms-cloudpack/common-types';\n\n/**\n * Options for the `renderRoute` function and its helpers.\n * (This is similar to the original `RenderFunctionOptions`, but `req` and `res` are not deprecated.)\n */\nexport interface RenderRouteOptions extends Pick<\n RenderFunctionOptions,\n 'route' | 'baseUrl' | 'definition' | 'overlayScript' | 'entryScripts' | 'inlineScripts'\n> {\n req: Request;\n res: Response;\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/app-server",
3
- "version": "0.20.47",
3
+ "version": "0.20.51",
4
4
  "description": "Internal app server for Cloudpack",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,23 +24,23 @@
24
24
  "test": "cloudpack-scripts test"
25
25
  },
26
26
  "dependencies": {
27
- "@ms-cloudpack/api-server": "^0.66.8",
28
- "@ms-cloudpack/bundle-server": "^0.8.47",
27
+ "@ms-cloudpack/api-server": "^0.66.12",
28
+ "@ms-cloudpack/bundle-server": "^0.8.51",
29
29
  "@ms-cloudpack/common-types": "^0.33.2",
30
30
  "@ms-cloudpack/create-express-app": "^1.10.69",
31
31
  "@ms-cloudpack/environment": "^0.1.1",
32
- "@ms-cloudpack/import-map": "^0.10.67",
33
- "@ms-cloudpack/inline-scripts": "^0.2.69",
32
+ "@ms-cloudpack/import-map": "^0.12.0",
33
+ "@ms-cloudpack/inline-scripts": "^0.2.73",
34
34
  "@ms-cloudpack/path-string-parsing": "^1.3.0",
35
35
  "@ms-cloudpack/path-utilities": "^3.2.5",
36
- "@ms-cloudpack/task-reporter": "^0.17.4",
36
+ "@ms-cloudpack/task-reporter": "^0.19.0",
37
37
  "@ms-cloudpack/worker-pool": "^0.4.1",
38
38
  "happy-dom": "^20.0.2",
39
39
  "http-proxy-middleware": "^2.0.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@ms-cloudpack/common-types-browser": "^0.6.5",
43
- "@ms-cloudpack/config": "^0.38.26",
43
+ "@ms-cloudpack/config": "^0.38.30",
44
44
  "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
45
45
  "@ms-cloudpack/scripts": "^0.0.1",
46
46
  "@ms-cloudpack/test-utilities": "^0.5.0"