feat(listing): Add memory-efficient listing APIs: async generator, RxJS observable, and cursor pagination; export ListCursor and Minimatch; add minimatch dependency; bump to 4.2.0

This commit is contained in:
2025-11-20 15:14:11 +00:00
parent dd6efa4908
commit 65c7bcf12c
13 changed files with 1080 additions and 95 deletions

6
deno.lock generated
View File

@@ -14,7 +14,8 @@
"npm:@push.rocks/smartstring@^4.1.0": "4.1.0",
"npm:@push.rocks/smartunique@^3.0.9": "3.0.9",
"npm:@push.rocks/tapbundle@^6.0.3": "6.0.3",
"npm:@tsclass/tsclass@^9.3.0": "9.3.0"
"npm:@tsclass/tsclass@^9.3.0": "9.3.0",
"npm:minimatch@^10.1.1": "10.1.1"
},
"npm": {
"@api.global/typedrequest-interfaces@2.0.2": {
@@ -8113,7 +8114,8 @@
"npm:@push.rocks/smartstring@^4.1.0",
"npm:@push.rocks/smartunique@^3.0.9",
"npm:@push.rocks/tapbundle@^6.0.3",
"npm:@tsclass/tsclass@^9.3.0"
"npm:@tsclass/tsclass@^9.3.0",
"npm:minimatch@^10.1.1"
]
}
}