@ms-cloudpack/package-utilities 0.1.6 → 0.1.7

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,52 @@
2
2
  "name": "@ms-cloudpack/package-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 14 May 2022 04:35:56 GMT",
5
+ "date": "Thu, 19 May 2022 21:03:49 GMT",
6
+ "tag": "@ms-cloudpack/package-utilities_v0.1.7",
7
+ "version": "0.1.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "bot@renovateapp.com",
12
+ "package": "@ms-cloudpack/package-utilities",
13
+ "commit": "d701b1fd3997bfb2f2c67f06a94bd79fadbcac6d",
14
+ "comment": "Update babel monorepo to v7.18.0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 18 May 2022 03:18:06 GMT",
21
+ "tag": "@ms-cloudpack/package-utilities_v0.1.6",
22
+ "version": "0.1.6",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "bot@renovateapp.com",
27
+ "package": "@ms-cloudpack/package-utilities",
28
+ "commit": "not available",
29
+ "comment": "Update `@babel/types` to v7.17.12"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 18 May 2022 03:16:26 GMT",
36
+ "tag": "@ms-cloudpack/package-utilities_v0.1.6",
37
+ "version": "0.1.6",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "bot@renovateapp.com",
42
+ "package": "@ms-cloudpack/package-utilities",
43
+ "commit": "907f44c1dc2779dcbfa2714be29719c41b91dc50",
44
+ "comment": "Update `@babel/types` to v7.17.12"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Sat, 14 May 2022 04:36:11 GMT",
6
51
  "tag": "@ms-cloudpack/package-utilities_v0.1.6",
7
52
  "version": "0.1.6",
8
53
  "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 Sat, 14 May 2022 04:35:56 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 19 May 2022 21:03:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.7
8
+
9
+ Thu, 19 May 2022 21:03:49 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update babel monorepo to v7.18.0 (bot@renovateapp.com)
14
+
7
15
  ## 0.1.6
8
16
 
9
- Sat, 14 May 2022 04:35:56 GMT
17
+ Sat, 14 May 2022 04:36:11 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/package-utilities",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
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.17.10"
25
+ "@babel/types": "7.18.0"
26
26
  },
27
27
  "scripts": {
28
28
  "api:update": "cloudpack-scripts api-update",