@ms-cloudpack/package-utilities 2.2.1 → 2.2.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,9 +2,9 @@
2
2
  "name": "@ms-cloudpack/package-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 19 Jan 2023 08:11:17 GMT",
6
- "tag": "@ms-cloudpack/package-utilities_v2.2.1",
7
- "version": "2.2.1",
5
+ "date": "Mon, 23 Jan 2023 21:05:38 GMT",
6
+ "tag": "@ms-cloudpack/package-utilities_v2.2.2",
7
+ "version": "2.2.2",
8
8
  "comments": {
9
9
  "patch": [
10
10
  {
@@ -16,8 +16,8 @@
16
16
  {
17
17
  "author": "beachball",
18
18
  "package": "@ms-cloudpack/package-utilities",
19
- "comment": "Bump @ms-cloudpack/package-overrides to v0.2.1",
20
- "commit": "74e563ba7406cd5849612fabc1c5f0270d777214"
19
+ "comment": "Bump @ms-cloudpack/package-overrides to v0.2.2",
20
+ "commit": "1ed762013d5e88b60b733f394033c6c91dd473f0"
21
21
  }
22
22
  ]
23
23
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # Change Log - @ms-cloudpack/package-utilities
2
2
 
3
- This log was last generated on Thu, 19 Jan 2023 08:11:17 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Jan 2023 21:05:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 2.2.1
7
+ ## 2.2.2
8
8
 
9
- Thu, 19 Jan 2023 08:11:17 GMT
9
+ Mon, 23 Jan 2023 21:05:38 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
13
  - Update type-only references to PackageDefinitions to use PackageDefinitionsCache type instead. **Small break:** remove `PackageDefinitionTransform` export (import from `@ms-cloudpack/bundler-types` instead). (elcraig@microsoft.com)
14
- - Bump @ms-cloudpack/package-overrides to v0.2.1
14
+ - Bump @ms-cloudpack/package-overrides to v0.2.2
15
15
 
16
16
  ## 2.2.0
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/package-utilities",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Utilities for resolving/parsing packages and their imports.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "@babel/parser": "^7.16.12",
17
17
  "@babel/traverse": "^7.16.10",
18
18
  "@ms-cloudpack/json-utilities": "^0.0.4",
19
- "@ms-cloudpack/package-overrides": "^0.2.1",
19
+ "@ms-cloudpack/package-overrides": "^0.2.2",
20
20
  "@ms-cloudpack/path-utilities": "^2.0.0",
21
21
  "@ms-cloudpack/path-string-parsing": "^1.0.0",
22
22
  "merge": "^2.1.1",