@ms-cloudpack/bundler 0.4.9 → 0.6.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.
- package/CHANGELOG.json +79 -1
- package/CHANGELOG.md +26 -2
- package/lib/bundlePackage.d.ts +6 -3
- package/lib/bundlePackage.js.map +1 -1
- package/lib/getBundlerOptions.js +4 -25
- package/lib/getBundlerOptions.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/isValidBundleEntry.d.ts +1 -0
- package/lib/isValidBundleEntry.js +23 -0
- package/lib/isValidBundleEntry.js.map +1 -0
- package/lib/isValidBundleEntry.test.d.ts +1 -0
- package/lib/isValidBundleEntry.test.js +38 -0
- package/lib/isValidBundleEntry.test.js.map +1 -0
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,85 @@
|
|
|
2
2
|
"name": "@ms-cloudpack/bundler",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed,
|
|
5
|
+
"date": "Wed, 12 Oct 2022 21:49:36 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/bundler_v0.6.0",
|
|
7
|
+
"version": "0.6.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "dzearing@microsoft.com",
|
|
12
|
+
"package": "@ms-cloudpack/bundler",
|
|
13
|
+
"commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626",
|
|
14
|
+
"comment": "Accepting entries to be passed into bundlePackage options."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@ms-cloudpack/bundler",
|
|
19
|
+
"comment": "Bump @ms-cloudpack/bundler-plugin-esbuild to v0.4.1",
|
|
20
|
+
"commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@ms-cloudpack/bundler",
|
|
25
|
+
"comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.6.1",
|
|
26
|
+
"commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@ms-cloudpack/bundler",
|
|
31
|
+
"comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.3.1",
|
|
32
|
+
"commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@ms-cloudpack/bundler",
|
|
37
|
+
"comment": "Bump @ms-cloudpack/package-utilities to v0.16.0",
|
|
38
|
+
"commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Wed, 12 Oct 2022 08:10:43 GMT",
|
|
45
|
+
"tag": "@ms-cloudpack/bundler_v0.5.0",
|
|
46
|
+
"version": "0.5.0",
|
|
47
|
+
"comments": {
|
|
48
|
+
"minor": [
|
|
49
|
+
{
|
|
50
|
+
"author": "dzearing@microsoft.com",
|
|
51
|
+
"package": "@ms-cloudpack/bundler",
|
|
52
|
+
"commit": "03233b20287555cc8994203f05be01cb8a3fb225",
|
|
53
|
+
"comment": "Allowing PackageDefinitions to be passed in."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@ms-cloudpack/bundler",
|
|
58
|
+
"comment": "Bump @ms-cloudpack/bundler-plugin-esbuild to v0.4.0",
|
|
59
|
+
"commit": "03233b20287555cc8994203f05be01cb8a3fb225"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@ms-cloudpack/bundler",
|
|
64
|
+
"comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.6.0",
|
|
65
|
+
"commit": "03233b20287555cc8994203f05be01cb8a3fb225"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@ms-cloudpack/bundler",
|
|
70
|
+
"comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.3.0",
|
|
71
|
+
"commit": "03233b20287555cc8994203f05be01cb8a3fb225"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"author": "beachball",
|
|
75
|
+
"package": "@ms-cloudpack/bundler",
|
|
76
|
+
"comment": "Bump @ms-cloudpack/package-utilities to v0.15.0",
|
|
77
|
+
"commit": "03233b20287555cc8994203f05be01cb8a3fb225"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"date": "Wed, 05 Oct 2022 19:39:20 GMT",
|
|
6
84
|
"tag": "@ms-cloudpack/bundler_v0.4.9",
|
|
7
85
|
"version": "0.4.9",
|
|
8
86
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,36 @@
|
|
|
1
1
|
# Change Log - @ms-cloudpack/bundler
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 12 Oct 2022 21:49:36 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.6.0
|
|
8
|
+
|
|
9
|
+
Wed, 12 Oct 2022 21:49:36 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Accepting entries to be passed into bundlePackage options. (dzearing@microsoft.com)
|
|
14
|
+
- Bump @ms-cloudpack/bundler-plugin-esbuild to v0.4.1
|
|
15
|
+
- Bump @ms-cloudpack/bundler-plugin-ori to v0.6.1
|
|
16
|
+
- Bump @ms-cloudpack/bundler-plugin-rollup to v0.3.1
|
|
17
|
+
- Bump @ms-cloudpack/package-utilities to v0.16.0
|
|
18
|
+
|
|
19
|
+
## 0.5.0
|
|
20
|
+
|
|
21
|
+
Wed, 12 Oct 2022 08:10:43 GMT
|
|
22
|
+
|
|
23
|
+
### Minor changes
|
|
24
|
+
|
|
25
|
+
- Allowing PackageDefinitions to be passed in. (dzearing@microsoft.com)
|
|
26
|
+
- Bump @ms-cloudpack/bundler-plugin-esbuild to v0.4.0
|
|
27
|
+
- Bump @ms-cloudpack/bundler-plugin-ori to v0.6.0
|
|
28
|
+
- Bump @ms-cloudpack/bundler-plugin-rollup to v0.3.0
|
|
29
|
+
- Bump @ms-cloudpack/package-utilities to v0.15.0
|
|
30
|
+
|
|
7
31
|
## 0.4.9
|
|
8
32
|
|
|
9
|
-
Wed, 05 Oct 2022 19:39:
|
|
33
|
+
Wed, 05 Oct 2022 19:39:20 GMT
|
|
10
34
|
|
|
11
35
|
### Patches
|
|
12
36
|
|
package/lib/bundlePackage.d.ts
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import type { BundlerResult } from '@ms-cloudpack/bundler-types';
|
|
2
2
|
import type { allBundlers } from './allBundlers.js';
|
|
3
|
+
import type { PackageDefinitions } from '@ms-cloudpack/package-utilities';
|
|
3
4
|
export interface BundlePackageOptions {
|
|
4
5
|
packagePath: string;
|
|
5
6
|
outputPath: string;
|
|
6
|
-
|
|
7
|
-
outputType?: 'library' | 'app';
|
|
7
|
+
bundlerOptions?: Record<string, unknown>;
|
|
8
8
|
bundlerType?: 'auto' | keyof typeof allBundlers;
|
|
9
9
|
disableSourceMaps?: boolean;
|
|
10
|
+
entries?: string[];
|
|
11
|
+
force?: boolean;
|
|
10
12
|
incremental?: boolean;
|
|
11
|
-
|
|
13
|
+
outputType?: 'library' | 'app';
|
|
14
|
+
packages?: PackageDefinitions;
|
|
12
15
|
}
|
|
13
16
|
/**
|
|
14
17
|
* Abstracted consumer input to the bundlePackage API.
|
package/lib/bundlePackage.js.map
CHANGED
|
@@ -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;
|
|
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"}
|
package/lib/getBundlerOptions.js
CHANGED
|
@@ -1,30 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
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
|
|
4
|
+
const entries = options.entries || (await getPackageEntries(options.packagePath, options)).filter(isValidBundleEntry);
|
|
26
5
|
if (Object.keys(entries).length === 0) {
|
|
27
|
-
throw new Error(`Package definition at "${options.packagePath}
|
|
6
|
+
throw new Error(`Package definition at "${options.packagePath}" missing entries.`);
|
|
28
7
|
}
|
|
29
8
|
return {
|
|
30
9
|
...options,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBundlerOptions.js","sourceRoot":"","sources":["../src/getBundlerOptions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
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
package/lib/index.js
CHANGED
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"}
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/bundler",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
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.
|
|
17
|
-
"@ms-cloudpack/bundler-plugin-ori": "^0.
|
|
18
|
-
"@ms-cloudpack/bundler-plugin-rollup": "^0.
|
|
19
|
-
"@ms-cloudpack/package-utilities": "^0.
|
|
16
|
+
"@ms-cloudpack/bundler-plugin-esbuild": "^0.4.1",
|
|
17
|
+
"@ms-cloudpack/bundler-plugin-ori": "^0.6.1",
|
|
18
|
+
"@ms-cloudpack/bundler-plugin-rollup": "^0.3.1",
|
|
19
|
+
"@ms-cloudpack/package-utilities": "^0.16.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@ms-cloudpack/scripts": "*",
|