@rushstack/lookup-by-path 0.2.0 → 0.2.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 +12 -0
- package/CHANGELOG.md +6 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lookup-by-path",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.2.1",
|
|
6
|
+
"tag": "@rushstack/lookup-by-path_v0.2.1",
|
|
7
|
+
"date": "Tue, 10 Sep 2024 20:08:11 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.67.1`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "0.2.0",
|
|
6
18
|
"tag": "@rushstack/lookup-by-path_v0.2.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @rushstack/lookup-by-path
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 10 Sep 2024 20:08:11 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.2.1
|
|
6
|
+
Tue, 10 Sep 2024 20:08:11 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 0.2.0
|
|
6
11
|
Tue, 27 Aug 2024 15:12:33 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lookup-by-path",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Strongly typed trie data structure for path and URL-like strings.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "dist/lookup-by-path.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"directory": "libraries/lookup-by-path"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@rushstack/heft": "0.67.
|
|
21
|
+
"@rushstack/heft": "0.67.1",
|
|
22
22
|
"local-node-rig": "1.0.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|