@zimtsui/typechat 0.0.107 → 0.0.108

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/build/assets.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- readonly xml: {
2
+ readonly Xml: {
3
3
  readonly instruction: string;
4
4
  readonly quotation: string;
5
5
  readonly system: string;
package/build/assets.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { loadtext } from '@zimtsui/node-loaders';
2
2
  import { fileURLToPath } from 'node:url';
3
3
  export default {
4
- xml: {
4
+ Xml: {
5
5
  instruction: loadtext(fileURLToPath(import.meta.resolve('../assets/xml/instruction.md'))),
6
6
  quotation: loadtext(fileURLToPath(import.meta.resolve('../assets/xml/quotation.handlebars'))),
7
7
  system: loadtext(fileURLToPath(import.meta.resolve('../assets/xml/system.handlebars'))),