@lssm/example.ai-support-bot 0.0.0-canary-20251217034842 → 0.0.0-canary-20251217060433

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.
@@ -0,0 +1,21 @@
1
+
2
+ $ tsdown
3
+ ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
+ ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/ai-support-bot/tsdown.config.js (unrun)
5
+ ℹ entry: src/example.ts, src/index.ts, src/setup.ts, src/docs/ai-support-bot.docblock.ts, src/docs/index.ts
6
+ ℹ target: esnext
7
+ ℹ tsconfig: tsconfig.json
8
+ ℹ Build start
9
+ ℹ Cleaning 11 files
10
+ ℹ dist/docs/ai-support-bot.docblock.js 1.14 kB │ gzip: 0.59 kB
11
+ ℹ dist/setup.js 1.01 kB │ gzip: 0.61 kB
12
+ ℹ dist/example.js 0.55 kB │ gzip: 0.34 kB
13
+ ℹ dist/index.js 0.15 kB │ gzip: 0.11 kB
14
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.05 kB
15
+ ℹ dist/example.d.ts 1.01 kB │ gzip: 0.41 kB
16
+ ℹ dist/index.d.ts 0.13 kB │ gzip: 0.09 kB
17
+ ℹ dist/setup.d.ts 0.13 kB │ gzip: 0.12 kB
18
+ ℹ dist/docs/ai-support-bot.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
19
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
20
+ ℹ 10 files, total: 4.18 kB
21
+ ✔ Build complete in 4357ms
@@ -1,16 +1,18 @@
1
- $ bun build:bundle && bun build:types
2
- $ tsdown
3
- ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
- ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/ai-support-bot/tsdown.config.js
5
- ℹ entry: src/example.ts, src/index.ts, src/setup.ts, src/docs/ai-support-bot.docblock.ts, src/docs/index.ts
6
- ℹ target: esnext
7
- ℹ tsconfig: tsconfig.json
8
- ℹ Build start
9
- ℹ dist/docs/ai-support-bot.docblock.js 1.14 kB │ gzip: 0.59 kB
10
- ℹ dist/setup.js 1.01 kB │ gzip: 0.61 kB
11
- ℹ dist/example.js 0.55 kB │ gzip: 0.34 kB
12
- ℹ dist/index.js 0.15 kB │ gzip: 0.11 kB
13
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.05 kB
14
- ℹ 5 files, total: 2.89 kB
15
- ✔ Build complete in 46ms
16
- $ tsc --noEmit
1
+
2
+ $ bun build:bundle && bun build:types
3
+ $ tsdown
4
+ ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
5
+ ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/ai-support-bot/tsdown.config.js (unrun)
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
+ ℹ Cleaning 6 files
11
+ ℹ dist/docs/ai-support-bot.docblock.js 1.14 kB │ gzip: 0.59 kB
12
+ ℹ dist/setup.js 1.01 kB │ gzip: 0.61 kB
13
+ ℹ dist/example.js 0.55 kB │ gzip: 0.34 kB
14
+ ℹ dist/index.js 0.15 kB │ gzip: 0.11 kB
15
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.05 kB
16
+ ℹ 5 files, total: 2.89 kB
17
+ ✔ Build complete in 87ms
18
+ $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # @lssm/example.ai-support-bot
2
2
 
3
- ## 0.0.0-canary-20251217034842
3
+ ## 0.0.0-canary-20251217060433
4
+
5
+ ### Minor Changes
6
+
7
+ - 66a5dfd: initial release
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies [3086383]
8
- - @lssm/lib.support-bot@0.0.0-canary-20251217034842
9
- - @lssm/lib.contracts@0.0.0-canary-20251217034842
10
- - @lssm/lib.knowledge@0.0.0-canary-20251217034842
11
- - @lssm/lib.logger@0.0.0-canary-20251217034842
11
+ - Updated dependencies [66a5dfd]
12
+ - @lssm/lib.contracts@0.0.0-canary-20251217060433
13
+ - @lssm/lib.knowledge@0.0.0-canary-20251217060433
14
+ - @lssm/lib.logger@0.0.0-canary-20251217060433
15
+ - @lssm/lib.support-bot@0.0.0-canary-20251217060433
@@ -0,0 +1 @@
1
+ export { };
@@ -0,0 +1 @@
1
+ export { };
@@ -0,0 +1,33 @@
1
+ //#region src/example.d.ts
2
+ declare const example: {
3
+ readonly id: "ai-support-bot";
4
+ readonly title: "AI Support Bot";
5
+ readonly summary: "Classify and resolve a support ticket (with a drafted response) using the support-bot and knowledge libraries.";
6
+ readonly tags: readonly ["support", "ai", "tickets", "knowledge"];
7
+ readonly kind: "script";
8
+ readonly visibility: "public";
9
+ readonly docs: {
10
+ readonly rootDocId: "docs.examples.ai-support-bot";
11
+ readonly usageDocId: "docs.examples.ai-support-bot.usage";
12
+ };
13
+ readonly entrypoints: {
14
+ readonly packageName: "@lssm/example.ai-support-bot";
15
+ readonly docs: "./docs";
16
+ };
17
+ readonly surfaces: {
18
+ readonly templates: true;
19
+ readonly sandbox: {
20
+ readonly enabled: true;
21
+ readonly modes: readonly ["markdown"];
22
+ };
23
+ readonly studio: {
24
+ readonly enabled: true;
25
+ readonly installable: true;
26
+ };
27
+ readonly mcp: {
28
+ readonly enabled: true;
29
+ };
30
+ };
31
+ };
32
+ //#endregion
33
+ export { example as default };
@@ -0,0 +1,3 @@
1
+ import example from "./example.js";
2
+ import { runAiSupportBotExample } from "./setup.js";
3
+ export { example, runAiSupportBotExample };
@@ -0,0 +1,4 @@
1
+ //#region src/setup.d.ts
2
+ declare function runAiSupportBotExample(): Promise<void>;
3
+ //#endregion
4
+ export { runAiSupportBotExample };
package/package.json CHANGED
@@ -1,19 +1,21 @@
1
1
  {
2
2
  "name": "@lssm/example.ai-support-bot",
3
- "version": "0.0.0-canary-20251217034842",
3
+ "version": "0.0.0-canary-20251217060433",
4
4
  "description": "AI support bot example: classify and resolve a support ticket using @lssm/lib.support-bot.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
8
  "exports": {
9
- ".": "./src/index.ts",
10
- "./docs": "./src/docs/index.ts",
11
- "./docs/ai-support-bot.docblock": "./src/docs/ai-support-bot.docblock.ts",
12
- "./example": "./src/example.ts",
13
- "./setup": "./src/setup.ts",
9
+ ".": "./dist/index.js",
10
+ "./docs": "./dist/docs/index.js",
11
+ "./docs/ai-support-bot.docblock": "./dist/docs/ai-support-bot.docblock.js",
12
+ "./example": "./dist/example.js",
13
+ "./setup": "./dist/setup.js",
14
14
  "./*": "./*"
15
15
  },
16
16
  "scripts": {
17
+ "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
18
+ "publish:pkg:canary": "bun publish:pkg --tag canary",
17
19
  "build": "bun build:bundle && bun build:types",
18
20
  "build:bundle": "tsdown",
19
21
  "build:types": "tsc --noEmit",
@@ -25,14 +27,14 @@
25
27
  "test": "bun test"
26
28
  },
27
29
  "dependencies": {
28
- "@lssm/lib.support-bot": "workspace:*",
29
- "@lssm/lib.knowledge": "workspace:*",
30
- "@lssm/lib.contracts": "workspace:*",
31
- "@lssm/lib.logger": "workspace:*"
30
+ "@lssm/lib.support-bot": "0.0.0-canary-20251217060433",
31
+ "@lssm/lib.knowledge": "0.0.0-canary-20251217060433",
32
+ "@lssm/lib.contracts": "0.0.0-canary-20251217060433",
33
+ "@lssm/lib.logger": "0.0.0-canary-20251217060433"
32
34
  },
33
35
  "devDependencies": {
34
- "@lssm/tool.tsdown": "workspace:*",
35
- "@lssm/tool.typescript": "workspace:*",
36
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217060433",
37
+ "@lssm/tool.typescript": "0.0.0-canary-20251217060433",
36
38
  "tsdown": "^0.17.4",
37
39
  "typescript": "^5.9.3"
38
40
  },