@tinycloud/node-sdk 2.6.2 → 2.6.3-beta.0

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/core.cjs CHANGED
@@ -3621,6 +3621,7 @@ var _TinyCloudNode = class _TinyCloudNode {
3621
3621
  const sql = new import_sdk_core8.SQLService({});
3622
3622
  const spaceScopedContext = new import_sdk_core8.ServiceContext({
3623
3623
  invoke: this._serviceContext.invoke,
3624
+ invokeAny: this._serviceContext.invokeAny,
3624
3625
  fetch: this._serviceContext.fetch,
3625
3626
  hosts: this._serviceContext.hosts,
3626
3627
  telemetry: this.config.telemetry
@@ -3650,6 +3651,7 @@ var _TinyCloudNode = class _TinyCloudNode {
3650
3651
  const kv = new import_sdk_core8.KVService({});
3651
3652
  const spaceScopedContext = new import_sdk_core8.ServiceContext({
3652
3653
  invoke: this._serviceContext.invoke,
3654
+ invokeAny: this._serviceContext.invokeAny,
3653
3655
  fetch: this._serviceContext.fetch,
3654
3656
  hosts: this._serviceContext.hosts
3655
3657
  });