@ms-cloudpack/package-utilities 0.16.0 → 0.16.1

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/package-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 12 Oct 2022 21:49:36 GMT",
5
+ "date": "Thu, 13 Oct 2022 08:12:31 GMT",
6
+ "tag": "@ms-cloudpack/package-utilities_v0.16.1",
7
+ "version": "0.16.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "altinokd@microsoft.com",
12
+ "package": "@ms-cloudpack/package-utilities",
13
+ "commit": "db3591587dcc61f918685134376d74951bae5dad",
14
+ "comment": "Add merge to package.json"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 12 Oct 2022 21:49:54 GMT",
6
21
  "tag": "@ms-cloudpack/package-utilities_v0.16.0",
7
22
  "version": "0.16.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @ms-cloudpack/package-utilities
2
2
 
3
- This log was last generated on Wed, 12 Oct 2022 21:49:36 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Oct 2022 08:12:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.16.1
8
+
9
+ Thu, 13 Oct 2022 08:12:31 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add merge to package.json (altinokd@microsoft.com)
14
+
7
15
  ## 0.16.0
8
16
 
9
- Wed, 12 Oct 2022 21:49:36 GMT
17
+ Wed, 12 Oct 2022 21:49:54 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.32.0"
8
+ "packageVersion": "7.33.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/package-utilities",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Utilities for resolving/parsing packages and their imports.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,6 +18,7 @@
18
18
  "@ms-cloudpack/json-utilities": "^0.0.4",
19
19
  "@ms-cloudpack/package-overrides": "^0.2.0",
20
20
  "@ms-cloudpack/path-utilities": "^0.5.0",
21
+ "merge": "^2.1.1",
21
22
  "resolve": "^1.22.0"
22
23
  },
23
24
  "devDependencies": {