@ms-cloudpack/package-utilities 0.1.0 → 0.1.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 +46 -1
- package/CHANGELOG.md +10 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,52 @@
|
|
|
2
2
|
"name": "@ms-cloudpack/package-utilities",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 29 Mar 2022 01:47:51 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/package-utilities_v0.1.1",
|
|
7
|
+
"version": "0.1.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "dzearing@microsoft.com",
|
|
12
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
13
|
+
"commit": "90c37c03e692d1e266bdcbdca8ae7d049fa70150",
|
|
14
|
+
"comment": "Removing dev only typings."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 22 Mar 2022 23:37:47 GMT",
|
|
21
|
+
"tag": "@ms-cloudpack/package-utilities_v0.1.0",
|
|
22
|
+
"version": "0.1.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "dzearing@microsoft.com",
|
|
27
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
28
|
+
"commit": "31d4438108b28ccdfb5394d2c22447e1a269f74f",
|
|
29
|
+
"comment": "Undoing prettier formatting."
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Sat, 05 Mar 2022 01:12:35 GMT",
|
|
36
|
+
"tag": "@ms-cloudpack/package-utilities_v0.1.0",
|
|
37
|
+
"version": "0.1.0",
|
|
38
|
+
"comments": {
|
|
39
|
+
"none": [
|
|
40
|
+
{
|
|
41
|
+
"author": "dzearing@microsoft.com",
|
|
42
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
43
|
+
"commit": "79be4c22d52cf32ff524147165d9f04acbedc3ad",
|
|
44
|
+
"comment": "Whitespace changes."
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Thu, 03 Mar 2022 23:26:03 GMT",
|
|
6
51
|
"tag": "@ms-cloudpack/package-utilities_v0.1.0",
|
|
7
52
|
"version": "0.1.0",
|
|
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
|
|
3
|
+
This log was last generated on Tue, 29 Mar 2022 01:47:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.1
|
|
8
|
+
|
|
9
|
+
Tue, 29 Mar 2022 01:47:51 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Removing dev only typings. (dzearing@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 0.1.0
|
|
8
16
|
|
|
9
|
-
Thu, 03 Mar 2022 23:
|
|
17
|
+
Thu, 03 Mar 2022 23:26:03 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.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Utilities for resolving/parsing packages and their imports.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"@babel/traverse": "^7.16.10",
|
|
17
17
|
"@ms-cloudpack/get-package": "^0.0.1",
|
|
18
18
|
"@ms-cloudpack/path-utilities": "^0.1.0",
|
|
19
|
-
"@types/resolve": "^1.20.1",
|
|
20
19
|
"resolve": "^1.22.0"
|
|
21
20
|
},
|
|
22
21
|
"devDependencies": {
|
|
23
22
|
"@ms-cloudpack/scripts": "*",
|
|
24
|
-
"@ms-cloudpack/eslint-config-base": "*"
|
|
23
|
+
"@ms-cloudpack/eslint-config-base": "*",
|
|
24
|
+
"@types/resolve": "^1.20.1"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "just-scripts build",
|