@ms-cloudpack/bundler 0.5.0 → 0.6.1

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,79 @@
2
2
  "name": "@ms-cloudpack/bundler",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 12 Oct 2022 08:10:22 GMT",
5
+ "date": "Thu, 13 Oct 2022 08:12:31 GMT",
6
+ "tag": "@ms-cloudpack/bundler_v0.6.1",
7
+ "version": "0.6.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/bundler",
13
+ "comment": "Bump @ms-cloudpack/bundler-plugin-esbuild to v0.4.2",
14
+ "commit": "4a90ca21df8eb75fd8000fd7f7eae3956c134391"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ms-cloudpack/bundler",
19
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.6.2",
20
+ "commit": "4a90ca21df8eb75fd8000fd7f7eae3956c134391"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@ms-cloudpack/bundler",
25
+ "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.3.2",
26
+ "commit": "4a90ca21df8eb75fd8000fd7f7eae3956c134391"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@ms-cloudpack/bundler",
31
+ "comment": "Bump @ms-cloudpack/package-utilities to v0.16.1",
32
+ "commit": "4a90ca21df8eb75fd8000fd7f7eae3956c134391"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Wed, 12 Oct 2022 21:49:54 GMT",
39
+ "tag": "@ms-cloudpack/bundler_v0.6.0",
40
+ "version": "0.6.0",
41
+ "comments": {
42
+ "minor": [
43
+ {
44
+ "author": "dzearing@microsoft.com",
45
+ "package": "@ms-cloudpack/bundler",
46
+ "commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626",
47
+ "comment": "Accepting entries to be passed into bundlePackage options."
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@ms-cloudpack/bundler",
52
+ "comment": "Bump @ms-cloudpack/bundler-plugin-esbuild to v0.4.1",
53
+ "commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@ms-cloudpack/bundler",
58
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.6.1",
59
+ "commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@ms-cloudpack/bundler",
64
+ "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.3.1",
65
+ "commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@ms-cloudpack/bundler",
70
+ "comment": "Bump @ms-cloudpack/package-utilities to v0.16.0",
71
+ "commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "date": "Wed, 12 Oct 2022 08:10:43 GMT",
6
78
  "tag": "@ms-cloudpack/bundler_v0.5.0",
7
79
  "version": "0.5.0",
8
80
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,35 @@
1
1
  # Change Log - @ms-cloudpack/bundler
2
2
 
3
- This log was last generated on Wed, 12 Oct 2022 08:10:22 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Oct 2022 08:12:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.6.1
8
+
9
+ Thu, 13 Oct 2022 08:12:31 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler-plugin-esbuild to v0.4.2
14
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.6.2
15
+ - Bump @ms-cloudpack/bundler-plugin-rollup to v0.3.2
16
+ - Bump @ms-cloudpack/package-utilities to v0.16.1
17
+
18
+ ## 0.6.0
19
+
20
+ Wed, 12 Oct 2022 21:49:54 GMT
21
+
22
+ ### Minor changes
23
+
24
+ - Accepting entries to be passed into bundlePackage options. (dzearing@microsoft.com)
25
+ - Bump @ms-cloudpack/bundler-plugin-esbuild to v0.4.1
26
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.6.1
27
+ - Bump @ms-cloudpack/bundler-plugin-rollup to v0.3.1
28
+ - Bump @ms-cloudpack/package-utilities to v0.16.0
29
+
7
30
  ## 0.5.0
8
31
 
9
- Wed, 12 Oct 2022 08:10:22 GMT
32
+ Wed, 12 Oct 2022 08:10:43 GMT
10
33
 
11
34
  ### Minor changes
12
35
 
@@ -4,13 +4,14 @@ import type { PackageDefinitions } from '@ms-cloudpack/package-utilities';
4
4
  export interface BundlePackageOptions {
5
5
  packagePath: string;
6
6
  outputPath: string;
7
- packages?: PackageDefinitions;
8
- force?: boolean;
9
- outputType?: 'library' | 'app';
7
+ bundlerOptions?: Record<string, unknown>;
10
8
  bundlerType?: 'auto' | keyof typeof allBundlers;
11
9
  disableSourceMaps?: boolean;
10
+ entries?: string[];
11
+ force?: boolean;
12
12
  incremental?: boolean;
13
- bundlerOptions?: Record<string, unknown>;
13
+ outputType?: 'library' | 'app';
14
+ packages?: PackageDefinitions;
14
15
  }
15
16
  /**
16
17
  * Abstracted consumer input to the bundlePackage API.
@@ -1 +1 @@
1
- {"version":3,"file":"bundlePackage.js","sourceRoot":"","sources":["../src/bundlePackage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAiB3D,MAAM,GAAG,GAAG,CAAC,GAAG,QAAmB,EAAE,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,EAAE,GAAG,QAAQ,CAAC,CAAC;AAE7E;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,OAA6B;IAC/D,MAAM,cAAc,GAAG,MAAM,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAExD,sCAAsC;IACtC,MAAM,OAAO,GAAG,MAAM,aAAa,CAAC,cAAc,CAAC,CAAC;IACpD,IAAI,MAAM,GAA8B,SAAS,CAAC;IAElD,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;IAEzB,IAAI;QACF,GAAG,CAAC,aAAa,OAAO,CAAC,WAAW,WAAW,OAAO,CAAC,IAAI,GAAG,CAAC,CAAC;QAChE,MAAM,GAAG,MAAM,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;KAC/C;IAAC,OAAO,CAAC,EAAE;QACV,MAAM,GAAG;YACP,MAAM,EAAE;gBACN;oBACE,IAAI,EAAE,yBAAyB,CAAC,EAAE;iBACnC;aACF;SACF,CAAC;KACH;YAAS;QACR,GAAG,CACD,YAAY,OAAO,CAAC,WAAW,WAAW,OAAO,CAAC,IAAI,MAAM,MAAM,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC,cACrF,IAAI,CAAC,GAAG,EAAE,GAAG,KACf,IAAI,CACL,CAAC;KACH;IAED,OAAO;QACL,WAAW,EAAE,OAAO,CAAC,IAAI;QACzB,GAAG,MAAM;KACV,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"bundlePackage.js","sourceRoot":"","sources":["../src/bundlePackage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAmB3D,MAAM,GAAG,GAAG,CAAC,GAAG,QAAmB,EAAE,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,EAAE,GAAG,QAAQ,CAAC,CAAC;AAE7E;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,OAA6B;IAC/D,MAAM,cAAc,GAAG,MAAM,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAExD,sCAAsC;IACtC,MAAM,OAAO,GAAG,MAAM,aAAa,CAAC,cAAc,CAAC,CAAC;IACpD,IAAI,MAAM,GAA8B,SAAS,CAAC;IAElD,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;IAEzB,IAAI;QACF,GAAG,CAAC,aAAa,OAAO,CAAC,WAAW,WAAW,OAAO,CAAC,IAAI,GAAG,CAAC,CAAC;QAChE,MAAM,GAAG,MAAM,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;KAC/C;IAAC,OAAO,CAAC,EAAE;QACV,MAAM,GAAG;YACP,MAAM,EAAE;gBACN;oBACE,IAAI,EAAE,yBAAyB,CAAC,EAAE;iBACnC;aACF;SACF,CAAC;KACH;YAAS;QACR,GAAG,CACD,YAAY,OAAO,CAAC,WAAW,WAAW,OAAO,CAAC,IAAI,MAAM,MAAM,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC,cACrF,IAAI,CAAC,GAAG,EAAE,GAAG,KACf,IAAI,CACL,CAAC;KACH;IAED,OAAO;QACL,WAAW,EAAE,OAAO,CAAC,IAAI;QACzB,GAAG,MAAM;KACV,CAAC;AACJ,CAAC"}
@@ -1,28 +1,7 @@
1
- import { resolvePackageEntries } from '@ms-cloudpack/package-utilities';
2
- import path from 'path';
3
- const resourceExtensions = [
4
- '.bmp',
5
- '.gif',
6
- '.jpeg',
7
- '.jpg',
8
- '.mp3',
9
- '.mp4',
10
- '.otf',
11
- '.png',
12
- '.svg',
13
- '.ttf',
14
- '.webp',
15
- '.woff',
16
- '.woff2',
17
- ];
18
- const sourceExtensions = ['.mts', '.cts', '.mjs', '.cjs', '.js', '.tsx', '.ts', '.json', '.css', '.scss'];
19
- const textExtensions = ['.htm', '.html', '.txt'];
20
- const supportedExtensions = [...resourceExtensions, ...sourceExtensions, ...textExtensions];
21
- function isBundleableEntry(fileName) {
22
- return supportedExtensions.indexOf(path.extname(fileName).toLowerCase()) >= 0;
23
- }
1
+ import { getPackageEntries } from '@ms-cloudpack/package-utilities';
2
+ import { isValidBundleEntry } from './isValidBundleEntry.js';
24
3
  export async function getBundlerOptions(options) {
25
- const entries = (await resolvePackageEntries(options.packagePath, options)).filter((entry) => isBundleableEntry(entry));
4
+ const entries = options.entries || (await getPackageEntries(options.packagePath, options)).filter(isValidBundleEntry);
26
5
  if (Object.keys(entries).length === 0) {
27
6
  throw new Error(`Package definition at "${options.packagePath}" missing entries.`);
28
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getBundlerOptions.js","sourceRoot":"","sources":["../src/getBundlerOptions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,MAAM,kBAAkB,GAAG;IACzB,MAAM;IACN,MAAM;IACN,OAAO;IACP,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO;IACP,OAAO;IACP,QAAQ;CACT,CAAC;AACF,MAAM,gBAAgB,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AAC1G,MAAM,cAAc,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;AAEjD,MAAM,mBAAmB,GAAG,CAAC,GAAG,kBAAkB,EAAE,GAAG,gBAAgB,EAAE,GAAG,cAAc,CAAC,CAAC;AAE5F,SAAS,iBAAiB,CAAC,QAAgB;IACzC,OAAO,mBAAmB,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,WAAW,EAAE,CAAC,IAAI,CAAC,CAAC;AAChF,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,iBAAiB,CAAC,OAA6B;IACnE,MAAM,OAAO,GAAG,CAAC,MAAM,qBAAqB,CAAC,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,KAAa,EAAE,EAAE,CACnG,iBAAiB,CAAC,KAAK,CAAC,CACzB,CAAC;IAEF,IAAI,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;QACrC,MAAM,IAAI,KAAK,CAAC,0BAA0B,OAAO,CAAC,WAAW,oBAAoB,CAAC,CAAC;KACpF;IAED,OAAO;QACL,GAAG,OAAO;QACV,OAAO;KACR,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"getBundlerOptions.js","sourceRoot":"","sources":["../src/getBundlerOptions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,MAAM,CAAC,KAAK,UAAU,iBAAiB,CAAC,OAA6B;IACnE,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,CAAC,MAAM,iBAAiB,CAAC,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;IAEtH,IAAI,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;QACrC,MAAM,IAAI,KAAK,CAAC,0BAA0B,OAAO,CAAC,WAAW,oBAAoB,CAAC,CAAC;KACpF;IAED,OAAO;QACL,GAAG,OAAO;QACV,OAAO;KACR,CAAC;AACJ,CAAC"}
package/lib/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { bundlePackage, type BundlePackageOptions } from './bundlePackage.js';
2
+ export { isValidBundleEntry } from './isValidBundleEntry.js';
package/lib/index.js CHANGED
@@ -1,2 +1,3 @@
1
1
  export { bundlePackage } from './bundlePackage.js';
2
+ export { isValidBundleEntry } from './isValidBundleEntry.js';
2
3
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAA6B,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAA6B,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1 @@
1
+ export declare function isValidBundleEntry(filePath: string): boolean;
@@ -0,0 +1,23 @@
1
+ import path from 'path';
2
+ const resourceExtensions = [
3
+ '.bmp',
4
+ '.gif',
5
+ '.jpeg',
6
+ '.jpg',
7
+ '.mp3',
8
+ '.mp4',
9
+ '.otf',
10
+ '.png',
11
+ '.svg',
12
+ '.ttf',
13
+ '.webp',
14
+ '.woff',
15
+ '.woff2',
16
+ ];
17
+ const sourceExtensions = ['.mts', '.cts', '.mjs', '.cjs', '.js', '.tsx', '.ts', '.json', '.css', '.scss'];
18
+ const textExtensions = ['.htm', '.html', '.txt'];
19
+ const supportedExtensions = [...resourceExtensions, ...sourceExtensions, ...textExtensions];
20
+ export function isValidBundleEntry(filePath) {
21
+ return supportedExtensions.indexOf(path.extname(filePath).toLowerCase()) >= 0;
22
+ }
23
+ //# sourceMappingURL=isValidBundleEntry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isValidBundleEntry.js","sourceRoot":"","sources":["../src/isValidBundleEntry.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,MAAM,kBAAkB,GAAG;IACzB,MAAM;IACN,MAAM;IACN,OAAO;IACP,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO;IACP,OAAO;IACP,QAAQ;CACT,CAAC;AACF,MAAM,gBAAgB,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AAC1G,MAAM,cAAc,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;AACjD,MAAM,mBAAmB,GAAG,CAAC,GAAG,kBAAkB,EAAE,GAAG,gBAAgB,EAAE,GAAG,cAAc,CAAC,CAAC;AAE5F,MAAM,UAAU,kBAAkB,CAAC,QAAgB;IACjD,OAAO,mBAAmB,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,WAAW,EAAE,CAAC,IAAI,CAAC,CAAC;AAChF,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,38 @@
1
+ import { describe, expect, it } from '@jest/globals';
2
+ import { isValidBundleEntry } from './isValidBundleEntry.js';
3
+ describe('isValidBundleEntry', () => {
4
+ it('returns true for bundlable files', () => {
5
+ [
6
+ './foo.js',
7
+ './foo.mjs',
8
+ './foo.cjs',
9
+ './foo.ts',
10
+ './foo.tsx',
11
+ './foo.json',
12
+ './foo.css',
13
+ './foo.scss',
14
+ './foo.svg',
15
+ './foo.png',
16
+ './foo.jpg',
17
+ './foo.jpeg',
18
+ './foo.bmp',
19
+ './foo.gif',
20
+ './foo.webp',
21
+ './foo.mp3',
22
+ './foo.mp4',
23
+ './foo.woff',
24
+ './foo.woff2',
25
+ './foo.ttf',
26
+ './foo.otf',
27
+ './foo.htm',
28
+ './foo.html',
29
+ './foo.txt',
30
+ ].forEach((filePath) => {
31
+ expect(isValidBundleEntry(filePath)).toBe(true);
32
+ });
33
+ });
34
+ it('returns false for non-bundleable files', () => {
35
+ expect(isValidBundleEntry('./foo.bar')).toBe(false);
36
+ });
37
+ });
38
+ //# sourceMappingURL=isValidBundleEntry.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isValidBundleEntry.test.js","sourceRoot":"","sources":["../src/isValidBundleEntry.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,QAAQ,CAAC,oBAAoB,EAAE,GAAG,EAAE;IAClC,EAAE,CAAC,kCAAkC,EAAE,GAAG,EAAE;QAC1C;YACE,UAAU;YACV,WAAW;YACX,WAAW;YACX,UAAU;YACV,WAAW;YACX,YAAY;YACZ,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,YAAY;YACZ,aAAa;YACb,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;SACZ,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE;YACrB,MAAM,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAClD,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,wCAAwC,EAAE,GAAG,EAAE;QAChD,MAAM,CAAC,kBAAkB,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.32.0"
8
+ "packageVersion": "7.33.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/bundler",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "An abstraction to bundle source code.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -13,10 +13,10 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@ms-cloudpack/bundler-plugin-esbuild": "^0.4.0",
17
- "@ms-cloudpack/bundler-plugin-ori": "^0.6.0",
18
- "@ms-cloudpack/bundler-plugin-rollup": "^0.3.0",
19
- "@ms-cloudpack/package-utilities": "^0.15.0"
16
+ "@ms-cloudpack/bundler-plugin-esbuild": "^0.4.2",
17
+ "@ms-cloudpack/bundler-plugin-ori": "^0.6.2",
18
+ "@ms-cloudpack/bundler-plugin-rollup": "^0.3.2",
19
+ "@ms-cloudpack/package-utilities": "^0.16.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@ms-cloudpack/scripts": "*",