@lunora/runtime 1.0.0-alpha.68 → 1.0.0-alpha.69
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -2352,7 +2352,7 @@ interface ObservabilitySink {
|
|
|
2352
2352
|
*
|
|
2353
2353
|
* **Workerd-validated (partial).** The `tracing.enterSpan` bridge is confirmed
|
|
2354
2354
|
* available and side-effect-free inside a real Durable Object under
|
|
2355
|
-
* `@cloudflare/vitest-
|
|
2355
|
+
* `@cloudflare/vitest-plugin` — the body runs without throwing,
|
|
2356
2356
|
* `span.isTraced` is a real boolean, and `onSpan`'s recorded tree is byte-for-byte
|
|
2357
2357
|
* identical with the flag on vs off. Still EXPERIMENTAL because the harness is
|
|
2358
2358
|
* unsampled (`isTraced === false`), so CF's own EXPORTED parent-linking of the
|
package/dist/index.d.ts
CHANGED
|
@@ -2352,7 +2352,7 @@ interface ObservabilitySink {
|
|
|
2352
2352
|
*
|
|
2353
2353
|
* **Workerd-validated (partial).** The `tracing.enterSpan` bridge is confirmed
|
|
2354
2354
|
* available and side-effect-free inside a real Durable Object under
|
|
2355
|
-
* `@cloudflare/vitest-
|
|
2355
|
+
* `@cloudflare/vitest-plugin` — the body runs without throwing,
|
|
2356
2356
|
* `span.isTraced` is a real boolean, and `onSpan`'s recorded tree is byte-for-byte
|
|
2357
2357
|
* identical with the flag on vs off. Still EXPERIMENTAL because the harness is
|
|
2358
2358
|
* unsampled (`isTraced === false`), so CF's own EXPORTED parent-linking of the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/runtime",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.69",
|
|
4
4
|
"description": "Lunora Worker runtime: the RPC router, shard resolver, and query coordinator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@lunora/bindings": "1.0.0-alpha.
|
|
49
|
+
"@lunora/bindings": "1.0.0-alpha.33",
|
|
50
50
|
"@lunora/errors": "1.0.0-alpha.22",
|
|
51
|
-
"@lunora/platform": "1.0.0-alpha.
|
|
51
|
+
"@lunora/platform": "1.0.0-alpha.15"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": "^22.15.0 || >=24.11.0"
|