@ms-cloudpack/bundle-server 0.6.55 → 0.6.57

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,3 +1,3 @@
1
1
  import type { Context } from '@ms-cloudpack/api-server';
2
- export type BundleServerContext = Pick<Context, 'bus' | 'taskRunner' | 'watcher' | 'telemetryClient' | 'packageImportPaths' | 'packages' | 'reporter' | 'session' | 'packageHashes'>;
2
+ export type BundleServerContext = Pick<Context, 'bus' | 'taskRunner' | 'watcher' | 'telemetryClient' | 'packages' | 'reporter' | 'session' | 'packageHashes'>;
3
3
  //# sourceMappingURL=BundleServerContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BundleServerContext.d.ts","sourceRoot":"","sources":["../../src/types/BundleServerContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAExD,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,OAAO,EACL,KAAK,GACL,YAAY,GACZ,SAAS,GACT,iBAAiB,GACjB,oBAAoB,GACpB,UAAU,GACV,UAAU,GACV,SAAS,GACT,eAAe,CAClB,CAAC"}
1
+ {"version":3,"file":"BundleServerContext.d.ts","sourceRoot":"","sources":["../../src/types/BundleServerContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAExD,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,OAAO,EACP,KAAK,GAAG,YAAY,GAAG,SAAS,GAAG,iBAAiB,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,CAC7G,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"BundleServerContext.js","sourceRoot":"","sources":["../../src/types/BundleServerContext.ts"],"names":[],"mappings":"","sourcesContent":["import type { Context } from '@ms-cloudpack/api-server';\n\nexport type BundleServerContext = Pick<\n Context,\n | 'bus'\n | 'taskRunner'\n | 'watcher'\n | 'telemetryClient'\n | 'packageImportPaths'\n | 'packages'\n | 'reporter'\n | 'session'\n | 'packageHashes'\n>;\n"]}
1
+ {"version":3,"file":"BundleServerContext.js","sourceRoot":"","sources":["../../src/types/BundleServerContext.ts"],"names":[],"mappings":"","sourcesContent":["import type { Context } from '@ms-cloudpack/api-server';\n\nexport type BundleServerContext = Pick<\n Context,\n 'bus' | 'taskRunner' | 'watcher' | 'telemetryClient' | 'packages' | 'reporter' | 'session' | 'packageHashes'\n>;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/bundle-server",
3
- "version": "0.6.55",
3
+ "version": "0.6.57",
4
4
  "description": "An implementation of the Bundle server for Cloudpack.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,12 +14,12 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@ms-cloudpack/api-server": "^0.58.16",
18
- "@ms-cloudpack/create-express-app": "^1.10.18",
19
- "@ms-cloudpack/import-map": "^0.8.28",
20
- "@ms-cloudpack/package-utilities": "^11.3.3",
17
+ "@ms-cloudpack/api-server": "^0.59.0",
18
+ "@ms-cloudpack/create-express-app": "^1.10.19",
19
+ "@ms-cloudpack/import-map": "^0.8.30",
20
+ "@ms-cloudpack/package-utilities": "^11.3.4",
21
21
  "@ms-cloudpack/path-string-parsing": "^1.2.6",
22
- "@ms-cloudpack/path-utilities": "^3.0.3",
22
+ "@ms-cloudpack/path-utilities": "^3.0.4",
23
23
  "es-module-shims": "^1.10.0",
24
24
  "ts-dedent": "^2.2.0"
25
25
  },