@ms-cloudpack/bundler 0.4.0 → 0.4.2

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,55 @@
2
2
  "name": "@ms-cloudpack/bundler",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 06 Sep 2022 08:17:21 GMT",
5
+ "date": "Wed, 21 Sep 2022 08:14:52 GMT",
6
+ "tag": "@ms-cloudpack/bundler_v0.4.2",
7
+ "version": "0.4.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/bundler",
13
+ "comment": "Bump @ms-cloudpack/bundler-plugin-esbuild to v0.3.1",
14
+ "commit": "edaf39b3a641d469b5238c446b23e25399714ebd"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ms-cloudpack/bundler",
19
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.4.1",
20
+ "commit": "edaf39b3a641d469b5238c446b23e25399714ebd"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@ms-cloudpack/bundler",
25
+ "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.2.2",
26
+ "commit": "edaf39b3a641d469b5238c446b23e25399714ebd"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@ms-cloudpack/bundler",
31
+ "comment": "Bump @ms-cloudpack/package-utilities to v0.11.0",
32
+ "commit": "edaf39b3a641d469b5238c446b23e25399714ebd"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Wed, 07 Sep 2022 08:14:20 GMT",
39
+ "tag": "@ms-cloudpack/bundler_v0.4.1",
40
+ "version": "0.4.1",
41
+ "comments": {
42
+ "patch": [
43
+ {
44
+ "author": "beachball",
45
+ "package": "@ms-cloudpack/bundler",
46
+ "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.2.1",
47
+ "commit": "40594c97b5b9eb23dbcd763a6ea23cca9f6452f6"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Tue, 06 Sep 2022 08:17:50 GMT",
6
54
  "tag": "@ms-cloudpack/bundler_v0.4.0",
7
55
  "version": "0.4.0",
8
56
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @ms-cloudpack/bundler
2
2
 
3
- This log was last generated on Tue, 06 Sep 2022 08:17:21 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 Sep 2022 08:14:52 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.2
8
+
9
+ Wed, 21 Sep 2022 08:14:52 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler-plugin-esbuild to v0.3.1
14
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.4.1
15
+ - Bump @ms-cloudpack/bundler-plugin-rollup to v0.2.2
16
+ - Bump @ms-cloudpack/package-utilities to v0.11.0
17
+
18
+ ## 0.4.1
19
+
20
+ Wed, 07 Sep 2022 08:14:20 GMT
21
+
22
+ ### Patches
23
+
24
+ - Bump @ms-cloudpack/bundler-plugin-rollup to v0.2.1
25
+
7
26
  ## 0.4.0
8
27
 
9
- Tue, 06 Sep 2022 08:17:21 GMT
28
+ Tue, 06 Sep 2022 08:17:50 GMT
10
29
 
11
30
  ### Minor changes
12
31
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.30.0"
8
+ "packageVersion": "7.31.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.4.0",
3
+ "version": "0.4.2",
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.3.0",
17
- "@ms-cloudpack/bundler-plugin-ori": "^0.4.0",
18
- "@ms-cloudpack/bundler-plugin-rollup": "^0.2.0",
19
- "@ms-cloudpack/package-utilities": "^0.10.0"
16
+ "@ms-cloudpack/bundler-plugin-esbuild": "^0.3.1",
17
+ "@ms-cloudpack/bundler-plugin-ori": "^0.4.1",
18
+ "@ms-cloudpack/bundler-plugin-rollup": "^0.2.2",
19
+ "@ms-cloudpack/package-utilities": "^0.11.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@ms-cloudpack/scripts": "*",