@ms-cloudpack/package-utilities 0.0.2 → 0.1.0
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 +39 -3
- package/CHANGELOG.md +12 -3
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,45 @@
|
|
|
2
2
|
"name": "@ms-cloudpack/package-utilities",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@ms-cloudpack/package-utilities_v0.0
|
|
7
|
-
"version": "0.0
|
|
5
|
+
"date": "Thu, 03 Mar 2022 23:25:53 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/package-utilities_v0.1.0",
|
|
7
|
+
"version": "0.1.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "dzearing@microsoft.com",
|
|
12
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
13
|
+
"commit": "1c7acb6d46873686e56a8402d279045cf861324c",
|
|
14
|
+
"comment": "Removing isFile and isFolder methods from package utilities."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
19
|
+
"comment": "Bump @ms-cloudpack/path-utilities to v0.1.0",
|
|
20
|
+
"commit": "a1e3984d92814f4ada3363277b916aa11f28a8e8"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Tue, 22 Feb 2022 23:11:02 GMT",
|
|
27
|
+
"tag": "@ms-cloudpack/package-utilities_v0.0.4",
|
|
28
|
+
"version": "0.0.4",
|
|
29
|
+
"comments": {
|
|
30
|
+
"none": [
|
|
31
|
+
{
|
|
32
|
+
"author": "czearing@outlook.com",
|
|
33
|
+
"package": "@ms-cloudpack/package-utilities",
|
|
34
|
+
"commit": "ded403b520efd59f660d674d56e46c286242beab",
|
|
35
|
+
"comment": "Running prettier."
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Sat, 19 Feb 2022 00:27:41 GMT",
|
|
42
|
+
"tag": "@ms-cloudpack/package-utilities_v0.0.4",
|
|
43
|
+
"version": "0.0.4",
|
|
8
44
|
"comments": {
|
|
9
45
|
"none": [
|
|
10
46
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
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, 03 Mar 2022 23:25:53 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.0
|
|
7
|
+
## 0.1.0
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Thu, 03 Mar 2022 23:25:53 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Removing isFile and isFolder methods from package utilities. (dzearing@microsoft.com)
|
|
14
|
+
- Bump @ms-cloudpack/path-utilities to v0.1.0
|
|
15
|
+
|
|
16
|
+
## 0.0.4
|
|
17
|
+
|
|
18
|
+
Sat, 19 Feb 2022 00:27:41 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/package-utilities",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Utilities for resolving/parsing packages and their imports.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@babel/parser": "^7.16.12",
|
|
16
16
|
"@babel/traverse": "^7.16.10",
|
|
17
17
|
"@ms-cloudpack/get-package": "^0.0.1",
|
|
18
|
-
"@ms-cloudpack/path-utilities": "^0.0
|
|
18
|
+
"@ms-cloudpack/path-utilities": "^0.1.0",
|
|
19
19
|
"@types/resolve": "^1.20.1",
|
|
20
20
|
"resolve": "^1.22.0"
|
|
21
21
|
},
|