@ms-cloudpack/bundler 0.7.10 → 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,37 @@
2
2
  "name": "@ms-cloudpack/bundler",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 08 Dec 2022 08:12:30 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",
21
+ "tag": "@ms-cloudpack/bundler_v0.7.11",
22
+ "version": "0.7.11",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@ms-cloudpack/bundler",
28
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.7.10",
29
+ "commit": "50612b0997f26620b9ad790693224d2977a5ba67"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 08 Dec 2022 08:12:47 GMT",
6
36
  "tag": "@ms-cloudpack/bundler_v0.7.10",
7
37
  "version": "0.7.10",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @ms-cloudpack/bundler
2
2
 
3
- This log was last generated on Thu, 08 Dec 2022 08:12:30 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
+
15
+ ## 0.7.11
16
+
17
+ Sat, 17 Dec 2022 08:10:52 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.7.10
22
+
7
23
  ## 0.7.10
8
24
 
9
- Thu, 08 Dec 2022 08:12:30 GMT
25
+ Thu, 08 Dec 2022 08:12:47 GMT
10
26
 
11
27
  ### Patches
12
28
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.33.6"
8
+ "packageVersion": "7.33.7"
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.7.10",
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.9",
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
  },