@rushstack/lookup-by-path 0.5.9 → 0.5.11

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
@@ -1,6 +1,30 @@
1
1
  {
2
2
  "name": "@rushstack/lookup-by-path",
3
3
  "entries": [
4
+ {
5
+ "version": "0.5.11",
6
+ "tag": "@rushstack/lookup-by-path_v0.5.11",
7
+ "date": "Tue, 11 Mar 2025 00:11:25 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.69.3`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.5.10",
18
+ "tag": "@rushstack/lookup-by-path_v0.5.10",
19
+ "date": "Sat, 01 Mar 2025 05:00:09 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.69.2`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.5.9",
6
30
  "tag": "@rushstack/lookup-by-path_v0.5.9",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/lookup-by-path
2
2
 
3
- This log was last generated on Thu, 27 Feb 2025 01:10:39 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Mar 2025 00:11:25 GMT and should not be manually modified.
4
+
5
+ ## 0.5.11
6
+ Tue, 11 Mar 2025 00:11:25 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.5.10
11
+ Sat, 01 Mar 2025 05:00:09 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.5.9
6
16
  Thu, 27 Feb 2025 01:10:39 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.50.1"
8
+ "packageVersion": "7.51.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/lookup-by-path",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
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.69.1",
21
+ "@rushstack/heft": "0.69.3",
22
22
  "local-node-rig": "1.0.0"
23
23
  },
24
24
  "peerDependencies": {