@zimtsui/typechat 0.0.90 → 0.0.92
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/assets/verbatim/meta.handlebars +1 -0
- package/build/api-types/google/billing.js +1 -1
- package/build/api-types/google/billing.js.map +1 -1
- package/build/assets.d.ts +1 -0
- package/build/assets.js +1 -0
- package/build/assets.js.map +1 -1
- package/build/compatible-engine/validation.d.ts +4 -4
- package/build/compatible-engine/validation.js +45 -31
- package/build/compatible-engine/validation.js.map +1 -1
- package/build/compatible-engine.d/anthropic/transport.js +3 -3
- package/build/compatible-engine.d/anthropic/transport.js.map +1 -1
- package/build/compatible-engine.d/google/transport.js +2 -2
- package/build/compatible-engine.d/google/transport.js.map +1 -1
- package/build/compatible-engine.d/openai-chatcompletions/transport.d/monolith.js +3 -3
- package/build/compatible-engine.d/openai-chatcompletions/transport.d/monolith.js.map +1 -1
- package/build/compatible-engine.d/openai-chatcompletions/transport.d/stream.js +3 -3
- package/build/compatible-engine.d/openai-chatcompletions/transport.d/stream.js.map +1 -1
- package/build/compatible-engine.d/openai-responses/transport.js +3 -3
- package/build/compatible-engine.d/openai-responses/transport.js.map +1 -1
- package/build/engine/validation.d.ts +4 -6
- package/build/engine.d.ts +8 -4
- package/build/engine.js +47 -11
- package/build/engine.js.map +1 -1
- package/build/native-engines.d/google/transport.js +2 -2
- package/build/native-engines.d/google/transport.js.map +1 -1
- package/build/native-engines.d/google/validation.d.ts +4 -3
- package/build/native-engines.d/google/validation.js +8 -3
- package/build/native-engines.d/google/validation.js.map +1 -1
- package/build/native-engines.d/openai-responses/transport.js +4 -4
- package/build/native-engines.d/openai-responses/transport.js.map +1 -1
- package/build/native-engines.d/openai-responses/validation.d.ts +3 -3
- package/build/native-engines.d/openai-responses/validation.js +41 -26
- package/build/native-engines.d/openai-responses/validation.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/verbatim/codec/meta.d.ts +2 -0
- package/build/verbatim/codec/meta.js +8 -0
- package/build/verbatim/codec/meta.js.map +1 -0
- package/build/verbatim/codec.d.ts +1 -0
- package/build/verbatim/codec.js +1 -0
- package/build/verbatim/codec.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/verbatim/codec/meta.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,aAAa,CAAC;AAGrB,MAAM,QAAQ,GAAG,UAAU,CAAC,OAAO,CAAiB,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;AAO1E,MAAM,UAAU,MAAM,CAAC,IAAY;IAC/B,OAAO,QAAQ,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;AAC9B,CAAC"}
|
package/build/verbatim/codec.js
CHANGED
|
@@ -2,4 +2,5 @@ export * as Declarations from "./codec/declarations.js";
|
|
|
2
2
|
export * as Request from "./codec/request.js";
|
|
3
3
|
export * as Quotation from "./codec/quotation.js";
|
|
4
4
|
export * as Response from "./codec/response.js";
|
|
5
|
+
export * as Meta from "./codec/meta.js";
|
|
5
6
|
//# sourceMappingURL=codec.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codec.js","sourceRoot":"","sources":["../../src/verbatim/codec.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,OAAO,MAAM,oBAAoB,CAAC;AAC9C,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"codec.js","sourceRoot":"","sources":["../../src/verbatim/codec.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,OAAO,MAAM,oBAAoB,CAAC;AAC9C,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,iBAAiB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zimtsui/typechat",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.92",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": "./build/exports.js",
|
|
6
6
|
"./assets": "./build/assets.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@sinclair/typebox": "^0.34.40",
|
|
38
38
|
"@types/node": "^22.17.2",
|
|
39
39
|
"@types/whatwg-mimetype": "^5.0.0",
|
|
40
|
-
"@zimtsui/typelemetry": "^0.0.
|
|
40
|
+
"@zimtsui/typelemetry": "^0.0.48",
|
|
41
41
|
"@zimtsui/typelocks": "^0.0.28",
|
|
42
42
|
"whatwg-mimetype": "^5.0.0"
|
|
43
43
|
},
|