@thru/sdk 0.2.22 → 0.2.23
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/README.abi.md +10 -0
- package/dist/abi/index.cjs +156 -7
- package/dist/abi/index.cjs.map +1 -1
- package/dist/abi/index.d.cts +38 -3
- package/dist/abi/index.d.ts +38 -3
- package/dist/abi/index.js +155 -8
- package/dist/abi/index.js.map +1 -1
- package/dist/abi/wasm/bundler/abi_reflect_wasm_bg.wasm +0 -0
- package/dist/abi/wasm/node/abi_reflect_wasm_bg.wasm +0 -0
- package/dist/abi/wasm/web/abi_reflect_wasm_bg.wasm +0 -0
- package/dist/{chunk-YQDWOMNO.js → chunk-7IYMAAGA.js} +2 -2
- package/dist/{chunk-YQDWOMNO.js.map → chunk-7IYMAAGA.js.map} +1 -1
- package/dist/{chunk-CVBQ4UPL.js → chunk-UFG6YDCG.js} +3 -3
- package/dist/{chunk-CVBQ4UPL.js.map → chunk-UFG6YDCG.js.map} +1 -1
- package/dist/{client-worIo0a3.d.ts → client-BmDvZzhb.d.ts} +1 -1
- package/dist/{client-Cfi7zRLm.d.cts → client-DjifFmSR.d.cts} +1 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +2 -2
- package/dist/client.d.ts +2 -2
- package/dist/client.js +2 -2
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/proto/index.cjs.map +1 -1
- package/dist/proto/index.d.cts +2 -2
- package/dist/proto/index.d.ts +2 -2
- package/dist/proto/index.js +1 -1
- package/dist/sdk.cjs.map +1 -1
- package/dist/sdk.d.cts +3 -3
- package/dist/sdk.d.ts +3 -3
- package/dist/sdk.js +2 -2
- package/dist/{streaming_service_pb-DvCdJiCr.d.ts → streaming_service_pb-CqoILI8i.d.cts} +10 -0
- package/dist/{streaming_service_pb-DvCdJiCr.d.cts → streaming_service_pb-CqoILI8i.d.ts} +10 -0
- package/package.json +1 -1
package/dist/client.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { ad as Thru, ae as ThruClientConfig, ay as createThruClient } from './client-
|
|
1
|
+
export { ad as Thru, ae as ThruClientConfig, ay as createThruClient } from './client-DjifFmSR.cjs';
|
|
2
2
|
import '@connectrpc/connect';
|
|
3
3
|
import '@connectrpc/connect-web';
|
|
4
|
-
import './streaming_service_pb-
|
|
4
|
+
import './streaming_service_pb-CqoILI8i.cjs';
|
|
5
5
|
import '@bufbuild/protobuf/codegenv2';
|
|
6
6
|
import '@bufbuild/protobuf/wkt';
|
|
7
7
|
import '@bufbuild/protobuf';
|
package/dist/client.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { ad as Thru, ae as ThruClientConfig, ay as createThruClient } from './client-
|
|
1
|
+
export { ad as Thru, ae as ThruClientConfig, ay as createThruClient } from './client-BmDvZzhb.js';
|
|
2
2
|
import '@connectrpc/connect';
|
|
3
3
|
import '@connectrpc/connect-web';
|
|
4
|
-
import './streaming_service_pb-
|
|
4
|
+
import './streaming_service_pb-CqoILI8i.js';
|
|
5
5
|
import '@bufbuild/protobuf/codegenv2';
|
|
6
6
|
import '@bufbuild/protobuf/wkt';
|
|
7
7
|
import '@bufbuild/protobuf';
|
package/dist/client.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { createThruClient } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { createThruClient } from './chunk-UFG6YDCG.js';
|
|
2
|
+
import './chunk-7IYMAAGA.js';
|
|
3
3
|
import './chunk-RL3Q6FDE.js';
|
|
4
4
|
import './chunk-UDIXYJXC.js';
|
|
5
5
|
import './chunk-NSBPE2FW.js';
|