@tinycloud/node-sdk 2.6.2-beta.0 → 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/index.cjs CHANGED
@@ -20638,6 +20638,7 @@ var _TinyCloudNode = class _TinyCloudNode {
20638
20638
  const sql = new import_sdk_core7.SQLService({});
20639
20639
  const spaceScopedContext = new import_sdk_core7.ServiceContext({
20640
20640
  invoke: this._serviceContext.invoke,
20641
+ invokeAny: this._serviceContext.invokeAny,
20641
20642
  fetch: this._serviceContext.fetch,
20642
20643
  hosts: this._serviceContext.hosts,
20643
20644
  telemetry: this.config.telemetry
@@ -20667,6 +20668,7 @@ var _TinyCloudNode = class _TinyCloudNode {
20667
20668
  const kv = new import_sdk_core7.KVService({});
20668
20669
  const spaceScopedContext = new import_sdk_core7.ServiceContext({
20669
20670
  invoke: this._serviceContext.invoke,
20671
+ invokeAny: this._serviceContext.invokeAny,
20670
20672
  fetch: this._serviceContext.fetch,
20671
20673
  hosts: this._serviceContext.hosts
20672
20674
  });