@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/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.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
|
});
|