@ms-cloudpack/package-utilities 0.0.3 → 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 CHANGED
@@ -2,9 +2,90 @@
2
2
  "name": "@ms-cloudpack/package-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 18 Feb 2022 16:23:48 GMT",
6
- "tag": "@ms-cloudpack/package-utilities_v0.0.3",
7
- "version": "0.0.3",
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",
51
+ "tag": "@ms-cloudpack/package-utilities_v0.1.0",
52
+ "version": "0.1.0",
53
+ "comments": {
54
+ "minor": [
55
+ {
56
+ "author": "dzearing@microsoft.com",
57
+ "package": "@ms-cloudpack/package-utilities",
58
+ "commit": "1c7acb6d46873686e56a8402d279045cf861324c",
59
+ "comment": "Removing isFile and isFolder methods from package utilities."
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@ms-cloudpack/package-utilities",
64
+ "comment": "Bump @ms-cloudpack/path-utilities to v0.1.0",
65
+ "commit": "a1e3984d92814f4ada3363277b916aa11f28a8e8"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Tue, 22 Feb 2022 23:11:02 GMT",
72
+ "tag": "@ms-cloudpack/package-utilities_v0.0.4",
73
+ "version": "0.0.4",
74
+ "comments": {
75
+ "none": [
76
+ {
77
+ "author": "czearing@outlook.com",
78
+ "package": "@ms-cloudpack/package-utilities",
79
+ "commit": "ded403b520efd59f660d674d56e46c286242beab",
80
+ "comment": "Running prettier."
81
+ }
82
+ ]
83
+ }
84
+ },
85
+ {
86
+ "date": "Sat, 19 Feb 2022 00:27:41 GMT",
87
+ "tag": "@ms-cloudpack/package-utilities_v0.0.4",
88
+ "version": "0.0.4",
8
89
  "comments": {
9
90
  "none": [
10
91
  {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @ms-cloudpack/package-utilities
2
2
 
3
- This log was last generated on Fri, 18 Feb 2022 16:23:48 GMT and should not be manually modified.
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.0.3
7
+ ## 0.1.1
8
8
 
9
- Fri, 18 Feb 2022 16:23:48 GMT
9
+ Tue, 29 Mar 2022 01:47:51 GMT
10
+
11
+ ### Patches
12
+
13
+ - Removing dev only typings. (dzearing@microsoft.com)
14
+
15
+ ## 0.1.0
16
+
17
+ Thu, 03 Mar 2022 23:26:03 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Removing isFile and isFolder methods from package utilities. (dzearing@microsoft.com)
22
+ - Bump @ms-cloudpack/path-utilities to v0.1.0
23
+
24
+ ## 0.0.4
25
+
26
+ Sat, 19 Feb 2022 00:27:41 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/package-utilities",
3
- "version": "0.0.3",
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",
@@ -15,13 +15,13 @@
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.1",
19
- "@types/resolve": "^1.20.1",
18
+ "@ms-cloudpack/path-utilities": "^0.1.0",
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",