@ms-cloudpack/package-utilities 0.1.2 → 0.1.3
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 +24 -1
- package/CHANGELOG.md +10 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,30 @@
|
|
|
2
2
|
"name": "@ms-cloudpack/package-utilities",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 09 May 2022 23:39:20 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/package-utilities_v0.1.3",
|
|
7
|
+
"version": "0.1.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bot@renovateapp.com",
|
|
12
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
13
|
+
"commit": "e68680ba160469e2aad19a0c1ef20de03bced434",
|
|
14
|
+
"comment": "Cleaning up problems found with depcheck"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"none": [
|
|
18
|
+
{
|
|
19
|
+
"author": "dzearing@microsoft.com",
|
|
20
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
21
|
+
"commit": "e68680ba160469e2aad19a0c1ef20de03bced434",
|
|
22
|
+
"comment": "removing changes."
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "Wed, 04 May 2022 22:53:26 GMT",
|
|
6
29
|
"tag": "@ms-cloudpack/package-utilities_v0.1.2",
|
|
7
30
|
"version": "0.1.2",
|
|
8
31
|
"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 Mon, 09 May 2022 23:39:20 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.3
|
|
8
|
+
|
|
9
|
+
Mon, 09 May 2022 23:39:20 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Cleaning up problems found with depcheck (bot@renovateapp.com)
|
|
14
|
+
|
|
7
15
|
## 0.1.2
|
|
8
16
|
|
|
9
|
-
Wed, 04 May 2022 22:53:
|
|
17
|
+
Wed, 04 May 2022 22:53:26 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.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Utilities for resolving/parsing packages and their imports.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@babel/parser": "^7.16.12",
|
|
16
16
|
"@babel/traverse": "^7.16.10",
|
|
17
|
-
"@ms-cloudpack/get-package": "^0.0.2",
|
|
18
17
|
"@ms-cloudpack/path-utilities": "^0.1.0",
|
|
19
18
|
"resolve": "^1.22.0"
|
|
20
19
|
},
|
|
21
20
|
"devDependencies": {
|
|
22
21
|
"@ms-cloudpack/scripts": "*",
|
|
23
22
|
"@ms-cloudpack/eslint-config-base": "*",
|
|
24
|
-
"@types/resolve": "1.20.2"
|
|
23
|
+
"@types/resolve": "1.20.2",
|
|
24
|
+
"@babel/types": "7.17.10"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "just-scripts build",
|