@ms-cloudpack/bundler 0.7.11 → 0.7.12

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,22 @@
2
2
  "name": "@ms-cloudpack/bundler",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 17 Dec 2022 08:10:44 GMT",
5
+ "date": "Wed, 04 Jan 2023 08:11:09 GMT",
6
+ "tag": "@ms-cloudpack/bundler_v0.7.12",
7
+ "version": "0.7.12",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/bundler",
13
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.7.11",
14
+ "commit": "08c5a8d751866bc5a721a340c484636e07d84c58"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 17 Dec 2022 08:10:52 GMT",
6
21
  "tag": "@ms-cloudpack/bundler_v0.7.11",
7
22
  "version": "0.7.11",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @ms-cloudpack/bundler
2
2
 
3
- This log was last generated on Sat, 17 Dec 2022 08:10:44 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 Jan 2023 08:11:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.12
8
+
9
+ Wed, 04 Jan 2023 08:11:09 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.7.11
14
+
7
15
  ## 0.7.11
8
16
 
9
- Sat, 17 Dec 2022 08:10:44 GMT
17
+ Sat, 17 Dec 2022 08:10:52 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/bundler",
3
- "version": "0.7.11",
3
+ "version": "0.7.12",
4
4
  "description": "An abstraction to bundle source code.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@ms-cloudpack/json-utilities": "^0.0.4",
17
- "@ms-cloudpack/bundler-plugin-ori": "^0.7.10",
17
+ "@ms-cloudpack/bundler-plugin-ori": "^0.7.11",
18
18
  "@ms-cloudpack/bundler-plugin-rollup": "^0.5.5",
19
19
  "@ms-cloudpack/package-utilities": "^2.2.0"
20
20
  },