@ms-cloudpack/package-utilities 0.12.0 → 0.12.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 +16 -1
- package/CHANGELOG.md +10 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@ms-cloudpack/package-utilities",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 23 Sep 2022 08:12:48 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/package-utilities_v0.12.1",
|
|
7
|
+
"version": "0.12.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
13
|
+
"comment": "Bump @ms-cloudpack/package-overrides to v0.1.1",
|
|
14
|
+
"commit": "3d217e7c8066aafe28eee7826506f66be3506aae"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 22 Sep 2022 08:15:14 GMT",
|
|
6
21
|
"tag": "@ms-cloudpack/package-utilities_v0.12.0",
|
|
7
22
|
"version": "0.12.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
|
|
3
|
+
This log was last generated on Fri, 23 Sep 2022 08:12:48 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.12.1
|
|
8
|
+
|
|
9
|
+
Fri, 23 Sep 2022 08:12:48 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @ms-cloudpack/package-overrides to v0.1.1
|
|
14
|
+
|
|
7
15
|
## 0.12.0
|
|
8
16
|
|
|
9
|
-
Thu, 22 Sep 2022 08:14
|
|
17
|
+
Thu, 22 Sep 2022 08:15:14 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/package-utilities",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1",
|
|
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.3",
|
|
19
|
-
"@ms-cloudpack/package-overrides": "^0.1.
|
|
19
|
+
"@ms-cloudpack/package-overrides": "^0.1.1",
|
|
20
20
|
"@ms-cloudpack/path-utilities": "^0.5.0",
|
|
21
21
|
"resolve": "^1.22.0"
|
|
22
22
|
},
|