@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 +2 -0
- package/dist/core.cjs.map +1 -1
- package/dist/core.js +2 -0
- package/dist/core.js.map +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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
|
});
|