@ms-cloudpack/package-utilities 0.4.0 → 0.4.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": "Thu, 26 May 2022 02:50:09 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/package-utilities_v0.4.1",
|
|
7
|
+
"version": "0.4.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bot@renovateapp.com",
|
|
12
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
13
|
+
"commit": "b50a4c1bf77e6c76ee8e148650ef2173df4a0ae2",
|
|
14
|
+
"comment": "Update babel monorepo to v7.18.2"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 25 May 2022 21:40:45 GMT",
|
|
6
21
|
"tag": "@ms-cloudpack/package-utilities_v0.4.0",
|
|
7
22
|
"version": "0.4.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 Thu, 26 May 2022 02:50:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.4.1
|
|
8
|
+
|
|
9
|
+
Thu, 26 May 2022 02:50:09 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update babel monorepo to v7.18.2 (bot@renovateapp.com)
|
|
14
|
+
|
|
7
15
|
## 0.4.0
|
|
8
16
|
|
|
9
|
-
Wed, 25 May 2022 21:40:
|
|
17
|
+
Wed, 25 May 2022 21:40:45 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.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Utilities for resolving/parsing packages and their imports.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@ms-cloudpack/scripts": "*",
|
|
23
23
|
"@ms-cloudpack/eslint-config-base": "*",
|
|
24
24
|
"@types/resolve": "1.20.2",
|
|
25
|
-
"@babel/types": "7.18.
|
|
25
|
+
"@babel/types": "7.18.2"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"api:update": "cloudpack-scripts api-update",
|