@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/core.js CHANGED
@@ -3606,6 +3606,7 @@ var _TinyCloudNode = class _TinyCloudNode {
3606
3606
  const sql = new SQLService2({});
3607
3607
  const spaceScopedContext = new ServiceContext2({
3608
3608
  invoke: this._serviceContext.invoke,
3609
+ invokeAny: this._serviceContext.invokeAny,
3609
3610
  fetch: this._serviceContext.fetch,
3610
3611
  hosts: this._serviceContext.hosts,
3611
3612
  telemetry: this.config.telemetry
@@ -3635,6 +3636,7 @@ var _TinyCloudNode = class _TinyCloudNode {
3635
3636
  const kv = new KVService2({});
3636
3637
  const spaceScopedContext = new ServiceContext2({
3637
3638
  invoke: this._serviceContext.invoke,
3639
+ invokeAny: this._serviceContext.invokeAny,
3638
3640
  fetch: this._serviceContext.fetch,
3639
3641
  hosts: this._serviceContext.hosts
3640
3642
  });