@ms-cloudpack/cli 0.53.0 → 0.54.0

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":"execute.d.ts","sourceRoot":"","sources":["../../../src/commands/bundle/execute.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAQ9D,eAAO,MAAM,OAAO,EAAE,aAAa,CAAC,aAAa,CA4ChD,CAAC"}
1
+ {"version":3,"file":"execute.d.ts","sourceRoot":"","sources":["../../../src/commands/bundle/execute.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAQ9D,eAAO,MAAM,OAAO,EAAE,aAAa,CAAC,aAAa,CAwDhD,CAAC"}
@@ -1,12 +1,13 @@
1
+ import { findResolveMapEntry } from '@ms-cloudpack/package-utilities';
1
2
  import { createPartialApiContext, ensurePackageBundled, } from '@ms-cloudpack/api-server/apis';
2
3
  import path from 'path';
3
4
  export const execute = async ({ options, reporter, initialize, exit, autoDispose }) => {
4
- const { cwd } = options;
5
+ const { cwd, package: packageName } = options;
5
6
  const { config, telemetryClient } = await initialize({
6
7
  appPath: cwd,
7
8
  overrideOptions: { debug: !process.env.JEST_WORKER_ID },
8
9
  });
9
- const packagePath = cwd;
10
+ let packagePath = cwd;
10
11
  const { bundler: bundlerType, outdir = 'dist/browser-esm', disableSourceMaps } = options;
11
12
  const [ctx] = autoDispose(await createPartialApiContext({
12
13
  appPath: packagePath,
@@ -15,25 +16,36 @@ export const execute = async ({ options, reporter, initialize, exit, autoDispose
15
16
  telemetryClient,
16
17
  items: ['packages', 'watcher', 'session', 'taskRunner', 'bus', 'packageImportPaths', 'packageHashes'],
17
18
  }));
19
+ if (packageName) {
20
+ const entry = findResolveMapEntry({ packageName, resolveMap: ctx.session.resolveMap });
21
+ if (entry) {
22
+ packagePath = entry.path;
23
+ console.log(`Package "${packageName}" found: ${entry.path}`);
24
+ }
25
+ else {
26
+ await exit({
27
+ message: `No package found named "${packageName}".`,
28
+ exitCode: 1,
29
+ });
30
+ return;
31
+ }
32
+ }
18
33
  const definition = await ctx.packages.get(packagePath);
19
34
  let result = undefined;
20
- for (let i = 0; i < 100; i++) {
21
- result = (await ensurePackageBundled({
22
- input: {
23
- name: definition?.name ?? '<unknown>',
24
- version: definition?.version ?? '0.0.0',
25
- outputPath: path.resolve(packagePath, outdir),
26
- bundlerType,
27
- disableSourceMaps,
28
- shouldForce: true,
29
- isIncremental: false,
30
- },
31
- ctx,
32
- })).result;
33
- }
35
+ result = (await ensurePackageBundled({
36
+ input: {
37
+ name: definition?.name ?? '<unknown>',
38
+ version: definition?.version ?? '0.0.0',
39
+ outputPath: path.resolve(packagePath, outdir),
40
+ bundlerType,
41
+ disableSourceMaps,
42
+ shouldForce: true,
43
+ isIncremental: false,
44
+ },
45
+ ctx,
46
+ })).result;
34
47
  await exit({
35
48
  exitCode: result?.errors?.length === 0 ? 0 : 1,
36
49
  });
37
50
  };
38
- // cspell:ignore outdir
39
51
  //# sourceMappingURL=execute.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../src/commands/bundle/execute.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,uBAAuB,EACvB,oBAAoB,GAErB,MAAM,+BAA+B,CAAC;AACvC,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,MAAM,CAAC,MAAM,OAAO,GAAiC,KAAK,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,EAAE;IAClH,MAAM,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,GAAG,MAAM,UAAU,CAAC;QACnD,OAAO,EAAE,GAAG;QACZ,eAAe,EAAE,EAAE,KAAK,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,EAAE;KACxD,CAAC,CAAC;IAEH,MAAM,WAAW,GAAG,GAAG,CAAC;IAExB,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,GAAG,kBAAkB,EAAE,iBAAiB,EAAE,GAAG,OAAO,CAAC;IAEzF,MAAM,CAAC,GAAG,CAAC,GAAG,WAAW,CACvB,MAAM,uBAAuB,CAAC;QAC5B,OAAO,EAAE,WAAW;QACpB,MAAM;QACN,QAAQ;QACR,eAAe;QACf,KAAK,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,oBAAoB,EAAE,eAAe,CAAC;KACtG,CAAC,CACH,CAAC;IAEF,MAAM,UAAU,GAAG,MAAM,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;IACvD,IAAI,MAAM,GAA2C,SAAS,CAAC;IAE/D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;QAC5B,MAAM,GAAG,CACP,MAAM,oBAAoB,CAAC;YACzB,KAAK,EAAE;gBACL,IAAI,EAAE,UAAU,EAAE,IAAI,IAAI,WAAW;gBACrC,OAAO,EAAE,UAAU,EAAE,OAAO,IAAI,OAAO;gBACvC,UAAU,EAAE,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,MAAM,CAAC;gBAC7C,WAAW;gBACX,iBAAiB;gBACjB,WAAW,EAAE,IAAI;gBACjB,aAAa,EAAE,KAAK;aACrB;YACD,GAAG;SACJ,CAAC,CACH,CAAC,MAAM,CAAC;KACV;IAED,MAAM,IAAI,CAAC;QACT,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;KAC/C,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,uBAAuB","sourcesContent":["import type { CommandAction } from '../../types/CommandAction.js';\nimport type { BundleOptions } from './types/BundleOptions.js';\nimport {\n createPartialApiContext,\n ensurePackageBundled,\n type EnsurePackageBundledResult,\n} from '@ms-cloudpack/api-server/apis';\nimport path from 'path';\n\nexport const execute: CommandAction<BundleOptions> = async ({ options, reporter, initialize, exit, autoDispose }) => {\n const { cwd } = options;\n const { config, telemetryClient } = await initialize({\n appPath: cwd,\n overrideOptions: { debug: !process.env.JEST_WORKER_ID },\n });\n\n const packagePath = cwd;\n\n const { bundler: bundlerType, outdir = 'dist/browser-esm', disableSourceMaps } = options;\n\n const [ctx] = autoDispose(\n await createPartialApiContext({\n appPath: packagePath,\n config,\n reporter,\n telemetryClient,\n items: ['packages', 'watcher', 'session', 'taskRunner', 'bus', 'packageImportPaths', 'packageHashes'],\n }),\n );\n\n const definition = await ctx.packages.get(packagePath);\n let result: EnsurePackageBundledResult | undefined = undefined;\n\n for (let i = 0; i < 100; i++) {\n result = (\n await ensurePackageBundled({\n input: {\n name: definition?.name ?? '<unknown>',\n version: definition?.version ?? '0.0.0',\n outputPath: path.resolve(packagePath, outdir),\n bundlerType,\n disableSourceMaps,\n shouldForce: true,\n isIncremental: false,\n },\n ctx,\n })\n ).result;\n }\n\n await exit({\n exitCode: result?.errors?.length === 0 ? 0 : 1,\n });\n};\n\n// cspell:ignore outdir\n"]}
1
+ {"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../src/commands/bundle/execute.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAGtE,OAAO,EACL,uBAAuB,EACvB,oBAAoB,GAErB,MAAM,+BAA+B,CAAC;AACvC,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,MAAM,CAAC,MAAM,OAAO,GAAiC,KAAK,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,EAAE;IAClH,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC;IAC9C,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,GAAG,MAAM,UAAU,CAAC;QACnD,OAAO,EAAE,GAAG;QACZ,eAAe,EAAE,EAAE,KAAK,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,EAAE;KACxD,CAAC,CAAC;IAEH,IAAI,WAAW,GAAG,GAAG,CAAC;IAEtB,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,GAAG,kBAAkB,EAAE,iBAAiB,EAAE,GAAG,OAAO,CAAC;IAEzF,MAAM,CAAC,GAAG,CAAC,GAAG,WAAW,CACvB,MAAM,uBAAuB,CAAC;QAC5B,OAAO,EAAE,WAAW;QACpB,MAAM;QACN,QAAQ;QACR,eAAe;QACf,KAAK,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,oBAAoB,EAAE,eAAe,CAAC;KACtG,CAAC,CACH,CAAC;IAEF,IAAI,WAAW,EAAE;QACf,MAAM,KAAK,GAAG,mBAAmB,CAAC,EAAE,WAAW,EAAE,UAAU,EAAE,GAAG,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,CAAC;QACvF,IAAI,KAAK,EAAE;YACT,WAAW,GAAG,KAAK,CAAC,IAAI,CAAC;YACzB,OAAO,CAAC,GAAG,CAAC,YAAY,WAAW,YAAY,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;SAC9D;aAAM;YACL,MAAM,IAAI,CAAC;gBACT,OAAO,EAAE,2BAA2B,WAAW,IAAI;gBACnD,QAAQ,EAAE,CAAC;aACZ,CAAC,CAAC;YAEH,OAAO;SACR;KACF;IAED,MAAM,UAAU,GAAG,MAAM,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;IACvD,IAAI,MAAM,GAA2C,SAAS,CAAC;IAE/D,MAAM,GAAG,CACP,MAAM,oBAAoB,CAAC;QACzB,KAAK,EAAE;YACL,IAAI,EAAE,UAAU,EAAE,IAAI,IAAI,WAAW;YACrC,OAAO,EAAE,UAAU,EAAE,OAAO,IAAI,OAAO;YACvC,UAAU,EAAE,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,MAAM,CAAC;YAC7C,WAAW;YACX,iBAAiB;YACjB,WAAW,EAAE,IAAI;YACjB,aAAa,EAAE,KAAK;SACrB;QACD,GAAG;KACJ,CAAC,CACH,CAAC,MAAM,CAAC;IACT,MAAM,IAAI,CAAC;QACT,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;KAC/C,CAAC,CAAC;AACL,CAAC,CAAC","sourcesContent":["import { findResolveMapEntry } from '@ms-cloudpack/package-utilities';\nimport type { CommandAction } from '../../types/CommandAction.js';\nimport type { BundleOptions } from './types/BundleOptions.js';\nimport {\n createPartialApiContext,\n ensurePackageBundled,\n type EnsurePackageBundledResult,\n} from '@ms-cloudpack/api-server/apis';\nimport path from 'path';\n\nexport const execute: CommandAction<BundleOptions> = async ({ options, reporter, initialize, exit, autoDispose }) => {\n const { cwd, package: packageName } = options;\n const { config, telemetryClient } = await initialize({\n appPath: cwd,\n overrideOptions: { debug: !process.env.JEST_WORKER_ID },\n });\n\n let packagePath = cwd;\n\n const { bundler: bundlerType, outdir = 'dist/browser-esm', disableSourceMaps } = options;\n\n const [ctx] = autoDispose(\n await createPartialApiContext({\n appPath: packagePath,\n config,\n reporter,\n telemetryClient,\n items: ['packages', 'watcher', 'session', 'taskRunner', 'bus', 'packageImportPaths', 'packageHashes'],\n }),\n );\n\n if (packageName) {\n const entry = findResolveMapEntry({ packageName, resolveMap: ctx.session.resolveMap });\n if (entry) {\n packagePath = entry.path;\n console.log(`Package \"${packageName}\" found: ${entry.path}`);\n } else {\n await exit({\n message: `No package found named \"${packageName}\".`,\n exitCode: 1,\n });\n\n return;\n }\n }\n\n const definition = await ctx.packages.get(packagePath);\n let result: EnsurePackageBundledResult | undefined = undefined;\n\n result = (\n await ensurePackageBundled({\n input: {\n name: definition?.name ?? '<unknown>',\n version: definition?.version ?? '0.0.0',\n outputPath: path.resolve(packagePath, outdir),\n bundlerType,\n disableSourceMaps,\n shouldForce: true,\n isIncremental: false,\n },\n ctx,\n })\n ).result;\n await exit({\n exitCode: result?.errors?.length === 0 ? 0 : 1,\n });\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/bundle/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAG9E,iCAAiC;AACjC,eAAO,MAAM,IAAI,EAAE,mBAYlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/bundle/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAG9E,iCAAiC;AACjC,eAAO,MAAM,IAAI,EAAE,mBAgBlB,CAAC"}
@@ -8,6 +8,7 @@ export const init = (program) => {
8
8
  description: 'Bundles a package.',
9
9
  options: {
10
10
  bundler: new Option('--bundler <name>', 'Forces use of a specific bundler.'),
11
+ package: new Option('--package <package>', "Bundles the named package in the current folder's application dependency graph."),
11
12
  outdir: new Option('--outdir <path>', 'Path to drop the bundle output, relative to current path.'),
12
13
  disableSourceMaps: new Option('--disable-source-maps', 'Disables source maps.'),
13
14
  },
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/bundle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACnC,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAI9D,iCAAiC;AACjC,MAAM,CAAC,MAAM,IAAI,GAAwB,CAAC,OAAO,EAAE,EAAE;IACnD,aAAa,CAAgB;QAC3B,MAAM,EAAE,OAAO;QACf,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,oBAAoB;QACjC,OAAO,EAAE;YACP,OAAO,EAAE,IAAI,MAAM,CAAC,kBAAkB,EAAE,mCAAmC,CAAC;YAC5E,MAAM,EAAE,IAAI,MAAM,CAAC,iBAAiB,EAAE,2DAA2D,CAAC;YAClG,iBAAiB,EAAE,IAAI,MAAM,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;SAChF;QACD,WAAW,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,cAAc,CAAC;KAC1C,CAAC,CAAC;AACL,CAAC,CAAC","sourcesContent":["import { Option } from 'commander';\nimport { createCommand } from '../../common/createCommand.js';\nimport type { CommandInitFunction } from '../../types/CommandInitFunction.js';\nimport type { BundleOptions } from './types/BundleOptions.js';\n\n/** Defines the \"bundle\" verb. */\nexport const init: CommandInitFunction = (program) => {\n createCommand<BundleOptions>({\n parent: program,\n name: 'bundle',\n description: 'Bundles a package.',\n options: {\n bundler: new Option('--bundler <name>', 'Forces use of a specific bundler.'),\n outdir: new Option('--outdir <path>', 'Path to drop the bundle output, relative to current path.'),\n disableSourceMaps: new Option('--disable-source-maps', 'Disables source maps.'),\n },\n getExecutor: () => import('./execute.js'),\n });\n};\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/bundle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACnC,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAI9D,iCAAiC;AACjC,MAAM,CAAC,MAAM,IAAI,GAAwB,CAAC,OAAO,EAAE,EAAE;IACnD,aAAa,CAAgB;QAC3B,MAAM,EAAE,OAAO;QACf,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,oBAAoB;QACjC,OAAO,EAAE;YACP,OAAO,EAAE,IAAI,MAAM,CAAC,kBAAkB,EAAE,mCAAmC,CAAC;YAC5E,OAAO,EAAE,IAAI,MAAM,CACjB,qBAAqB,EACrB,iFAAiF,CAClF;YACD,MAAM,EAAE,IAAI,MAAM,CAAC,iBAAiB,EAAE,2DAA2D,CAAC;YAClG,iBAAiB,EAAE,IAAI,MAAM,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;SAChF;QACD,WAAW,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,cAAc,CAAC;KAC1C,CAAC,CAAC;AACL,CAAC,CAAC","sourcesContent":["import { Option } from 'commander';\nimport { createCommand } from '../../common/createCommand.js';\nimport type { CommandInitFunction } from '../../types/CommandInitFunction.js';\nimport type { BundleOptions } from './types/BundleOptions.js';\n\n/** Defines the \"bundle\" verb. */\nexport const init: CommandInitFunction = (program) => {\n createCommand<BundleOptions>({\n parent: program,\n name: 'bundle',\n description: 'Bundles a package.',\n options: {\n bundler: new Option('--bundler <name>', 'Forces use of a specific bundler.'),\n package: new Option(\n '--package <package>',\n \"Bundles the named package in the current folder's application dependency graph.\",\n ),\n outdir: new Option('--outdir <path>', 'Path to drop the bundle output, relative to current path.'),\n disableSourceMaps: new Option('--disable-source-maps', 'Disables source maps.'),\n },\n getExecutor: () => import('./execute.js'),\n });\n};\n"]}
@@ -11,5 +11,9 @@ export interface BundleOptions {
11
11
  * Path to drop the bundle output, relative to current path. Defaults to "dist".
12
12
  */
13
13
  outdir?: string;
14
+ /**
15
+ * Given a package name, resolves dependencies and finds the first patch.
16
+ */
17
+ package?: string;
14
18
  }
15
19
  //# sourceMappingURL=BundleOptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BundleOptions.d.ts","sourceRoot":"","sources":["../../../../src/commands/bundle/types/BundleOptions.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"BundleOptions.d.ts","sourceRoot":"","sources":["../../../../src/commands/bundle/types/BundleOptions.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"BundleOptions.js","sourceRoot":"","sources":["../../../../src/commands/bundle/types/BundleOptions.ts"],"names":[],"mappings":"","sourcesContent":["export interface BundleOptions {\n /**\n * Forces use of a specific bundler. 'ori' | 'rollup' | 'auto'. Defaults to \"auto\".\n */\n bundler?: string;\n\n /**\n * Disables source maps.\n */\n disableSourceMaps?: boolean;\n\n /**\n * Path to drop the bundle output, relative to current path. Defaults to \"dist\".\n */\n outdir?: string;\n}\n"]}
1
+ {"version":3,"file":"BundleOptions.js","sourceRoot":"","sources":["../../../../src/commands/bundle/types/BundleOptions.ts"],"names":[],"mappings":"","sourcesContent":["export interface BundleOptions {\n /**\n * Forces use of a specific bundler. 'ori' | 'rollup' | 'auto'. Defaults to \"auto\".\n */\n bundler?: string;\n\n /**\n * Disables source maps.\n */\n disableSourceMaps?: boolean;\n\n /**\n * Path to drop the bundle output, relative to current path. Defaults to \"dist\".\n */\n outdir?: string;\n\n /**\n * Given a package name, resolves dependencies and finds the first patch.\n */\n package?: string;\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.53.0",
3
+ "version": "0.54.0",
4
4
  "description": "The Cloudpack command line interface - a tool for managing fast inner and outer looping in web apps.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -10,14 +10,14 @@
10
10
  "cloudpack": "./bin/cloudpack.js"
11
11
  },
12
12
  "dependencies": {
13
- "@ms-cloudpack/api-server": "^0.28.0",
14
- "@ms-cloudpack/config": "^0.17.7",
15
- "@ms-cloudpack/config-types": "^0.3.0",
16
- "@ms-cloudpack/create-express-app": "^1.3.14",
13
+ "@ms-cloudpack/api-server": "^0.28.1",
14
+ "@ms-cloudpack/config": "^0.17.8",
15
+ "@ms-cloudpack/config-types": "^0.3.1",
16
+ "@ms-cloudpack/create-express-app": "^1.3.15",
17
17
  "@ms-cloudpack/json-utilities": "^0.1.2",
18
- "@ms-cloudpack/overlay": "^0.16.36",
19
- "@ms-cloudpack/package-hashes": "^0.3.1",
20
- "@ms-cloudpack/package-utilities": "^5.7.1",
18
+ "@ms-cloudpack/overlay": "^0.16.37",
19
+ "@ms-cloudpack/package-hashes": "^0.3.2",
20
+ "@ms-cloudpack/package-utilities": "^5.7.2",
21
21
  "@ms-cloudpack/path-string-parsing": "^1.1.2",
22
22
  "@ms-cloudpack/remote-cache": "^0.3.0",
23
23
  "@ms-cloudpack/task-reporter": "^0.10.2",