@ms-cloudpack/package-utilities 0.13.0 → 0.13.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": "Thu, 29 Sep 2022
|
|
5
|
+
"date": "Thu, 29 Sep 2022 17:46:14 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/package-utilities_v0.13.1",
|
|
7
|
+
"version": "0.13.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
13
|
+
"comment": "Bump @ms-cloudpack/json-utilities to v0.0.4",
|
|
14
|
+
"commit": "c80e6d3f2664fa15c9a8070b944ba660f206974f"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 29 Sep 2022 08:13:15 GMT",
|
|
6
21
|
"tag": "@ms-cloudpack/package-utilities_v0.13.0",
|
|
7
22
|
"version": "0.13.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 Thu, 29 Sep 2022
|
|
3
|
+
This log was last generated on Thu, 29 Sep 2022 17:46:14 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.13.1
|
|
8
|
+
|
|
9
|
+
Thu, 29 Sep 2022 17:46:14 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @ms-cloudpack/json-utilities to v0.0.4
|
|
14
|
+
|
|
7
15
|
## 0.13.0
|
|
8
16
|
|
|
9
|
-
Thu, 29 Sep 2022 08:
|
|
17
|
+
Thu, 29 Sep 2022 08:13:15 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.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "Utilities for resolving/parsing packages and their imports.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@babel/parser": "^7.16.12",
|
|
17
17
|
"@babel/traverse": "^7.16.10",
|
|
18
|
-
"@ms-cloudpack/json-utilities": "^0.0.
|
|
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
21
|
"resolve": "^1.22.0"
|