@contractspec/example.ai-support-bot 1.51.0 → 1.53.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.
@@ -22,4 +22,4 @@ $ tsdown
22
22
  ℹ dist/docs/ai-support-bot.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
23
23
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
24
24
  ℹ 15 files, total: 10.90 kB
25
- ✔ Build complete in 17726ms
25
+ ✔ Build complete in 19407ms
@@ -1,26 +1,28 @@
1
- $ bun build:types && bun build:bundle
2
- $ tsc --noEmit
3
- $ tsdown
4
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
- ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/ai-support-bot/tsdown.config.js
6
- ℹ entry: src/example.ts, src/index.ts, src/setup.ts, src/docs/ai-support-bot.docblock.ts, src/docs/index.ts
7
- ℹ target: esnext
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ dist/setup.js 1.53 kB │ gzip: 0.75 kB
11
- ℹ dist/docs/ai-support-bot.docblock.js 1.35 kB │ gzip: 0.66 kB
12
- ℹ dist/example.js 1.00 kB │ gzip: 0.52 kB
13
- ℹ dist/index.js 0.19 kB │ gzip: 0.12 kB
14
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
15
- ℹ dist/setup.js.map 2.68 kB │ gzip: 1.18 kB
16
- ℹ dist/docs/ai-support-bot.docblock.js.map 1.84 kB │ gzip: 0.85 kB
17
- ℹ dist/example.js.map 1.44 kB │ gzip: 0.70 kB
18
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
19
- ℹ dist/setup.d.ts.map 0.13 kB │ gzip: 0.13 kB
20
- ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
21
- ℹ dist/setup.d.ts 0.17 kB │ gzip: 0.14 kB
22
- ℹ dist/index.d.ts 0.13 kB │ gzip: 0.09 kB
23
- ℹ dist/docs/ai-support-bot.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
24
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
25
- ℹ 15 files, total: 10.90 kB
26
- ✔ Build complete in 21820ms
1
+
2
+ $ bun build:types && bun build:bundle
3
+ $ tsc --noEmit
4
+ $ tsdown
5
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
+ ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/ai-support-bot/tsdown.config.js (unrun)
7
+ ℹ entry: src/example.ts, src/index.ts, src/setup.ts, src/docs/ai-support-bot.docblock.ts, src/docs/index.ts
8
+ ℹ target: esnext
9
+ ℹ tsconfig: tsconfig.json
10
+ ℹ Build start
11
+ ℹ Cleaning 16 files
12
+ ℹ dist/setup.js 1.53 kB │ gzip: 0.75 kB
13
+ ℹ dist/docs/ai-support-bot.docblock.js 1.35 kB │ gzip: 0.66 kB
14
+ ℹ dist/example.js 1.00 kB │ gzip: 0.52 kB
15
+ ℹ dist/index.js 0.19 kB │ gzip: 0.12 kB
16
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
+ ℹ dist/setup.js.map 2.68 kB │ gzip: 1.18 kB
18
+ ℹ dist/docs/ai-support-bot.docblock.js.map 1.84 kB │ gzip: 0.85 kB
19
+ ℹ dist/example.js.map 1.44 kB │ gzip: 0.70 kB
20
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
21
+ ℹ dist/setup.d.ts.map 0.13 kB │ gzip: 0.13 kB
22
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
23
+ ℹ dist/setup.d.ts 0.17 kB │ gzip: 0.14 kB
24
+ ℹ dist/index.d.ts 0.13 kB │ gzip: 0.09 kB
25
+ ℹ dist/docs/ai-support-bot.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
26
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
27
+ ℹ 15 files, total: 10.90 kB
28
+ ✔ Build complete in 3123ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @contractspec/example.ai-support-bot
2
2
 
3
+ ## 1.53.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f4180d4: fix: performance improvement
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5b371b1]
12
+ - Updated dependencies [f4180d4]
13
+ - Updated dependencies [64d84e1]
14
+ - @contractspec/lib.contracts@1.53.0
15
+ - @contractspec/lib.knowledge@1.53.0
16
+ - @contractspec/lib.logger@1.53.0
17
+ - @contractspec/lib.support-bot@1.53.0
18
+
19
+ ## 1.52.0
20
+
21
+ ### Minor Changes
22
+
23
+ - d93e6a9: fix: improve website
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [d93e6a9]
28
+ - @contractspec/lib.support-bot@1.52.0
29
+ - @contractspec/lib.contracts@1.52.0
30
+ - @contractspec/lib.knowledge@1.52.0
31
+ - @contractspec/lib.logger@1.52.0
32
+
3
33
  ## 1.51.0
4
34
 
5
35
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.ai-support-bot",
3
- "version": "1.51.0",
3
+ "version": "1.53.0",
4
4
  "description": "AI support bot example: classify and resolve a support ticket using @contractspec/lib.support-bot.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -26,14 +26,14 @@
26
26
  "test": "bun test"
27
27
  },
28
28
  "dependencies": {
29
- "@contractspec/lib.support-bot": "1.51.0",
30
- "@contractspec/lib.knowledge": "1.51.0",
31
- "@contractspec/lib.contracts": "1.51.0",
32
- "@contractspec/lib.logger": "1.51.0"
29
+ "@contractspec/lib.support-bot": "1.53.0",
30
+ "@contractspec/lib.knowledge": "1.53.0",
31
+ "@contractspec/lib.contracts": "1.53.0",
32
+ "@contractspec/lib.logger": "1.53.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@contractspec/tool.tsdown": "1.51.0",
36
- "@contractspec/tool.typescript": "1.51.0",
35
+ "@contractspec/tool.tsdown": "1.53.0",
36
+ "@contractspec/tool.typescript": "1.53.0",
37
37
  "tsdown": "^0.19.0",
38
38
  "typescript": "^5.9.3"
39
39
  },