@ms-cloudpack/bundler 0.7.3 → 0.7.5

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,61 @@
2
2
  "name": "@ms-cloudpack/bundler",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 15 Nov 2022 08:12:36 GMT",
5
+ "date": "Sat, 19 Nov 2022 08:10:58 GMT",
6
+ "tag": "@ms-cloudpack/bundler_v0.7.5",
7
+ "version": "0.7.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/bundler",
13
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.7.5",
14
+ "commit": "30cf5ddb38dd947f73ac5ce5bf2562d2c31824c6"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ms-cloudpack/bundler",
19
+ "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.2",
20
+ "commit": "30cf5ddb38dd947f73ac5ce5bf2562d2c31824c6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@ms-cloudpack/bundler",
25
+ "comment": "Bump @ms-cloudpack/package-utilities to v2.1.0",
26
+ "commit": "30cf5ddb38dd947f73ac5ce5bf2562d2c31824c6"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 16 Nov 2022 08:11:39 GMT",
33
+ "tag": "@ms-cloudpack/bundler_v0.7.4",
34
+ "version": "0.7.4",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@ms-cloudpack/bundler",
40
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.7.4",
41
+ "commit": "2c3366621394619a908ffbfaf1db9eb99561dcbc"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@ms-cloudpack/bundler",
46
+ "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.1",
47
+ "commit": "2c3366621394619a908ffbfaf1db9eb99561dcbc"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@ms-cloudpack/bundler",
52
+ "comment": "Bump @ms-cloudpack/package-utilities to v2.0.0",
53
+ "commit": "2c3366621394619a908ffbfaf1db9eb99561dcbc"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Tue, 15 Nov 2022 08:13:12 GMT",
6
60
  "tag": "@ms-cloudpack/bundler_v0.7.3",
7
61
  "version": "0.7.3",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @ms-cloudpack/bundler
2
2
 
3
- This log was last generated on Tue, 15 Nov 2022 08:12:36 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 19 Nov 2022 08:10:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.5
8
+
9
+ Sat, 19 Nov 2022 08:10:58 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.7.5
14
+ - Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.2
15
+ - Bump @ms-cloudpack/package-utilities to v2.1.0
16
+
17
+ ## 0.7.4
18
+
19
+ Wed, 16 Nov 2022 08:11:39 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.7.4
24
+ - Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.1
25
+ - Bump @ms-cloudpack/package-utilities to v2.0.0
26
+
7
27
  ## 0.7.3
8
28
 
9
- Tue, 15 Nov 2022 08:12:36 GMT
29
+ Tue, 15 Nov 2022 08:13:12 GMT
10
30
 
11
31
  ### Patches
12
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/bundler",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "An abstraction to bundle source code.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@ms-cloudpack/json-utilities": "^0.0.4",
17
- "@ms-cloudpack/bundler-plugin-ori": "^0.7.3",
18
- "@ms-cloudpack/bundler-plugin-rollup": "^0.5.0",
19
- "@ms-cloudpack/package-utilities": "^1.2.1"
17
+ "@ms-cloudpack/bundler-plugin-ori": "^0.7.5",
18
+ "@ms-cloudpack/bundler-plugin-rollup": "^0.5.2",
19
+ "@ms-cloudpack/package-utilities": "^2.1.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@ms-cloudpack/scripts": "*",