@lunora/platform 1.0.0-alpha.17 → 1.0.0-alpha.18
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/dist/index.d.mts +9 -1
- package/dist/index.d.ts +9 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -648,7 +648,15 @@ interface PlatformCapabilities {
|
|
|
648
648
|
* which is a per-target fact.
|
|
649
649
|
*/
|
|
650
650
|
memoryTables?: Capability;
|
|
651
|
-
/**
|
|
651
|
+
/**
|
|
652
|
+
* Object storage (R2 / S3 / MinIO).
|
|
653
|
+
*
|
|
654
|
+
* `ctx.storage.deleteAfterCommit(key)` rides on this rating and gets no
|
|
655
|
+
* key of its own: it needs no host primitive beyond the bucket. The
|
|
656
|
+
* post-commit flush uses `ShardHost.waitUntil` where the host has one and
|
|
657
|
+
* is awaited inline where it does not, so a host that can serve
|
|
658
|
+
* `objectStorage` serves the deferral at the same level.
|
|
659
|
+
*/
|
|
652
660
|
objectStorage?: Capability;
|
|
653
661
|
/**
|
|
654
662
|
* Snapshot backups kept in object storage rather than on the machine
|
package/dist/index.d.ts
CHANGED
|
@@ -648,7 +648,15 @@ interface PlatformCapabilities {
|
|
|
648
648
|
* which is a per-target fact.
|
|
649
649
|
*/
|
|
650
650
|
memoryTables?: Capability;
|
|
651
|
-
/**
|
|
651
|
+
/**
|
|
652
|
+
* Object storage (R2 / S3 / MinIO).
|
|
653
|
+
*
|
|
654
|
+
* `ctx.storage.deleteAfterCommit(key)` rides on this rating and gets no
|
|
655
|
+
* key of its own: it needs no host primitive beyond the bucket. The
|
|
656
|
+
* post-commit flush uses `ShardHost.waitUntil` where the host has one and
|
|
657
|
+
* is awaited inline where it does not, so a host that can serve
|
|
658
|
+
* `objectStorage` serves the deferral at the same level.
|
|
659
|
+
*/
|
|
652
660
|
objectStorage?: Capability;
|
|
653
661
|
/**
|
|
654
662
|
* Snapshot backups kept in object storage rather than on the machine
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/platform",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.18",
|
|
4
4
|
"description": "Provider-neutral host contracts for Lunora: shard/socket/directory/scheduler interfaces, binding projections, and the platform capability matrix",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|