@tinycloud/node-sdk 2.6.2 → 2.6.3

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.js CHANGED
@@ -20610,6 +20610,7 @@ var _TinyCloudNode = class _TinyCloudNode {
20610
20610
  const sql = new SQLService2({});
20611
20611
  const spaceScopedContext = new ServiceContext2({
20612
20612
  invoke: this._serviceContext.invoke,
20613
+ invokeAny: this._serviceContext.invokeAny,
20613
20614
  fetch: this._serviceContext.fetch,
20614
20615
  hosts: this._serviceContext.hosts,
20615
20616
  telemetry: this.config.telemetry
@@ -20639,6 +20640,7 @@ var _TinyCloudNode = class _TinyCloudNode {
20639
20640
  const kv = new KVService2({});
20640
20641
  const spaceScopedContext = new ServiceContext2({
20641
20642
  invoke: this._serviceContext.invoke,
20643
+ invokeAny: this._serviceContext.invokeAny,
20642
20644
  fetch: this._serviceContext.fetch,
20643
20645
  hosts: this._serviceContext.hosts
20644
20646
  });