@lunora/platform 1.0.0-alpha.28 → 1.0.0-alpha.29

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 CHANGED
@@ -163,6 +163,7 @@ interface AnalyticsEngineDataPointLike {
163
163
  }
164
164
  interface D1PreparedStatementLike {
165
165
  all: <T = unknown>() => Promise<{
166
+ meta?: Record<string, unknown>;
166
167
  results: T[];
167
168
  success: boolean;
168
169
  }>;
package/dist/index.d.ts CHANGED
@@ -163,6 +163,7 @@ interface AnalyticsEngineDataPointLike {
163
163
  }
164
164
  interface D1PreparedStatementLike {
165
165
  all: <T = unknown>() => Promise<{
166
+ meta?: Record<string, unknown>;
166
167
  results: T[];
167
168
  success: boolean;
168
169
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/platform",
3
- "version": "1.0.0-alpha.28",
3
+ "version": "1.0.0-alpha.29",
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",