@lssm/module.contractspec-examples 0.0.0-canary-20251217073102 → 0.0.0-canary-20251217083314
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/dist/builtins.js +7 -7
- package/dist/examples/learning-journey-ambient-coach/{src → dist}/example.js +3 -4
- package/dist/examples/learning-journey-duo-drills/{src → dist}/example.js +3 -4
- package/dist/examples/learning-journey-quest-challenges/{src → dist}/example.js +3 -4
- package/dist/examples/learning-journey-ui-coaching/{src → dist}/example.js +3 -4
- package/dist/examples/learning-journey-ui-gamified/{src → dist}/example.js +3 -4
- package/dist/examples/learning-journey-ui-onboarding/{src → dist}/example.js +3 -4
- package/dist/examples/learning-journey-ui-shared/{src → dist}/example.js +3 -4
- package/package.json +37 -37
package/dist/builtins.js
CHANGED
|
@@ -8,17 +8,17 @@ import { example_default as example_default$6 } from "./examples/integration-str
|
|
|
8
8
|
import { example_default as example_default$7 } from "./examples/kb-update-pipeline/dist/example.js";
|
|
9
9
|
import { example_default as example_default$8 } from "./examples/knowledge-canon/dist/example.js";
|
|
10
10
|
import { example_default as example_default$9 } from "./examples/learning-patterns/dist/example.js";
|
|
11
|
-
import example_default$10 from "./examples/learning-journey-ambient-coach/
|
|
11
|
+
import { example_default as example_default$10 } from "./examples/learning-journey-ambient-coach/dist/example.js";
|
|
12
12
|
import { example_default as example_default$11 } from "./examples/learning-journey-crm-onboarding/dist/example.js";
|
|
13
|
-
import example_default$12 from "./examples/learning-journey-duo-drills/
|
|
13
|
+
import { example_default as example_default$12 } from "./examples/learning-journey-duo-drills/dist/example.js";
|
|
14
14
|
import { example_default as example_default$13 } from "./examples/learning-journey-platform-tour/dist/example.js";
|
|
15
|
-
import example_default$14 from "./examples/learning-journey-quest-challenges/
|
|
15
|
+
import { example_default as example_default$14 } from "./examples/learning-journey-quest-challenges/dist/example.js";
|
|
16
16
|
import { example_default as example_default$15 } from "./examples/learning-journey-registry/dist/example.js";
|
|
17
17
|
import { example_default as example_default$16 } from "./examples/learning-journey-studio-onboarding/dist/example.js";
|
|
18
|
-
import example_default$17 from "./examples/learning-journey-ui-coaching/
|
|
19
|
-
import example_default$18 from "./examples/learning-journey-ui-gamified/
|
|
20
|
-
import example_default$19 from "./examples/learning-journey-ui-onboarding/
|
|
21
|
-
import example_default$20 from "./examples/learning-journey-ui-shared/
|
|
18
|
+
import { example_default as example_default$17 } from "./examples/learning-journey-ui-coaching/dist/example.js";
|
|
19
|
+
import { example_default as example_default$18 } from "./examples/learning-journey-ui-gamified/dist/example.js";
|
|
20
|
+
import { example_default as example_default$19 } from "./examples/learning-journey-ui-onboarding/dist/example.js";
|
|
21
|
+
import { example_default as example_default$20 } from "./examples/learning-journey-ui-shared/dist/example.js";
|
|
22
22
|
import { example_default as example_default$21 } from "./examples/lifecycle-cli/dist/example.js";
|
|
23
23
|
import { example_default as example_default$22 } from "./examples/lifecycle-dashboard/dist/example.js";
|
|
24
24
|
import { example_default as example_default$23 } from "./examples/locale-jurisdiction-gate/dist/example.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//#region ../../examples/learning-journey-ambient-coach/
|
|
2
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-ambient-coach/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
3
|
id: "learning-journey-ambient-coach",
|
|
4
4
|
title: "Learning Journey — Ambient Coach",
|
|
5
5
|
summary: "Ambient coaching pattern: lightweight nudges driven by context and recent progress.",
|
|
@@ -28,7 +28,6 @@ const example = {
|
|
|
28
28
|
mcp: { enabled: true }
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
var example_default = example;
|
|
32
31
|
|
|
33
32
|
//#endregion
|
|
34
|
-
export { example_default
|
|
33
|
+
export { example_default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//#region ../../examples/learning-journey-duo-drills/
|
|
2
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-duo-drills/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
3
|
id: "learning-journey-duo-drills",
|
|
4
4
|
title: "Learning Journey — Duo Drills",
|
|
5
5
|
summary: "Short drill/SRS example with XP and streak hooks for language, finance, or ContractSpec concept drills.",
|
|
@@ -29,7 +29,6 @@ const example = {
|
|
|
29
29
|
mcp: { enabled: true }
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
|
-
var example_default = example;
|
|
33
32
|
|
|
34
33
|
//#endregion
|
|
35
|
-
export { example_default
|
|
34
|
+
export { example_default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//#region ../../examples/learning-journey-quest-challenges/
|
|
2
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-quest-challenges/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
3
|
id: "learning-journey-quest-challenges",
|
|
4
4
|
title: "Learning Journey — Quest Challenges",
|
|
5
5
|
summary: "Quest/challenge pattern: multi-step goals with progress events, rewards, and streak hooks.",
|
|
@@ -28,7 +28,6 @@ const example = {
|
|
|
28
28
|
mcp: { enabled: true }
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
var example_default = example;
|
|
32
31
|
|
|
33
32
|
//#endregion
|
|
34
|
-
export { example_default
|
|
33
|
+
export { example_default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//#region ../../examples/learning-journey-ui-coaching/
|
|
2
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-ui-coaching/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
3
|
id: "learning-journey-ui-coaching",
|
|
4
4
|
title: "Learning Journey UI — Coaching",
|
|
5
5
|
summary: "UI mini-app for coaching patterns: tips, engagement meter, progress.",
|
|
@@ -28,7 +28,6 @@ const example = {
|
|
|
28
28
|
mcp: { enabled: true }
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
var example_default = example;
|
|
32
31
|
|
|
33
32
|
//#endregion
|
|
34
|
-
export { example_default
|
|
33
|
+
export { example_default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//#region ../../examples/learning-journey-ui-gamified/
|
|
2
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-ui-gamified/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
3
|
id: "learning-journey-ui-gamified",
|
|
4
4
|
title: "Learning Journey UI — Gamified",
|
|
5
5
|
summary: "UI mini-app for gamified learning: flashcards, mastery ring, calendar.",
|
|
@@ -28,7 +28,6 @@ const example = {
|
|
|
28
28
|
mcp: { enabled: true }
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
var example_default = example;
|
|
32
31
|
|
|
33
32
|
//#endregion
|
|
34
|
-
export { example_default
|
|
33
|
+
export { example_default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//#region ../../examples/learning-journey-ui-onboarding/
|
|
2
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-ui-onboarding/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
3
|
id: "learning-journey-ui-onboarding",
|
|
4
4
|
title: "Learning Journey UI — Onboarding",
|
|
5
5
|
summary: "UI mini-app for onboarding patterns: checklists, code snippets, journey map.",
|
|
@@ -28,7 +28,6 @@ const example = {
|
|
|
28
28
|
mcp: { enabled: true }
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
var example_default = example;
|
|
32
31
|
|
|
33
32
|
//#endregion
|
|
34
|
-
export { example_default
|
|
33
|
+
export { example_default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//#region ../../examples/learning-journey-ui-shared/
|
|
2
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-ui-shared/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
3
|
id: "learning-journey-ui-shared",
|
|
4
4
|
title: "Learning Journey UI — Shared",
|
|
5
5
|
summary: "Shared UI components and hooks for learning journey mini-apps.",
|
|
@@ -28,7 +28,6 @@ const example = {
|
|
|
28
28
|
mcp: { enabled: true }
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
var example_default = example;
|
|
32
31
|
|
|
33
32
|
//#endregion
|
|
34
|
-
export { example_default
|
|
33
|
+
export { example_default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/module.contractspec-examples",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251217083314",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -23,45 +23,45 @@
|
|
|
23
23
|
"test": "bun run"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@lssm/example.agent-console": "0.0.0-canary-
|
|
27
|
-
"@lssm/example.ai-support-bot": "0.0.0-canary-
|
|
28
|
-
"@lssm/example.analytics-dashboard": "0.0.0-canary-
|
|
29
|
-
"@lssm/example.content-generation": "0.0.0-canary-
|
|
30
|
-
"@lssm/example.crm-pipeline": "0.0.0-canary-
|
|
31
|
-
"@lssm/example.integration-hub": "0.0.0-canary-
|
|
32
|
-
"@lssm/example.integration-stripe": "0.0.0-canary-
|
|
33
|
-
"@lssm/example.kb-update-pipeline": "0.0.0-canary-
|
|
34
|
-
"@lssm/example.knowledge-canon": "0.0.0-canary-
|
|
35
|
-
"@lssm/example.learning-patterns": "0.0.0-canary-
|
|
36
|
-
"@lssm/example.learning-journey-ambient-coach": "0.0.0-canary-
|
|
37
|
-
"@lssm/example.learning-journey-crm-onboarding": "0.0.0-canary-
|
|
38
|
-
"@lssm/example.learning-journey-duo-drills": "0.0.0-canary-
|
|
39
|
-
"@lssm/example.learning-journey-platform-tour": "0.0.0-canary-
|
|
40
|
-
"@lssm/example.learning-journey-quest-challenges": "0.0.0-canary-
|
|
41
|
-
"@lssm/example.learning-journey-registry": "0.0.0-canary-
|
|
42
|
-
"@lssm/example.learning-journey-studio-onboarding": "0.0.0-canary-
|
|
43
|
-
"@lssm/example.learning-journey-ui-coaching": "0.0.0-canary-
|
|
44
|
-
"@lssm/example.learning-journey-ui-gamified": "0.0.0-canary-
|
|
45
|
-
"@lssm/example.learning-journey-ui-onboarding": "0.0.0-canary-
|
|
46
|
-
"@lssm/example.learning-journey-ui-shared": "0.0.0-canary-
|
|
47
|
-
"@lssm/example.lifecycle-cli": "0.0.0-canary-
|
|
48
|
-
"@lssm/example.lifecycle-dashboard": "0.0.0-canary-
|
|
49
|
-
"@lssm/example.locale-jurisdiction-gate": "0.0.0-canary-
|
|
50
|
-
"@lssm/example.marketplace": "0.0.0-canary-
|
|
51
|
-
"@lssm/example.openbanking-powens": "0.0.0-canary-
|
|
52
|
-
"@lssm/example.personalization": "0.0.0-canary-
|
|
53
|
-
"@lssm/example.policy-safe-knowledge-assistant": "0.0.0-canary-
|
|
54
|
-
"@lssm/example.saas-boilerplate": "0.0.0-canary-
|
|
55
|
-
"@lssm/example.service-business-os": "0.0.0-canary-
|
|
56
|
-
"@lssm/example.versioned-knowledge-base": "0.0.0-canary-
|
|
57
|
-
"@lssm/example.team-hub": "0.0.0-canary-
|
|
58
|
-
"@lssm/example.wealth-snapshot": "0.0.0-canary-
|
|
59
|
-
"@lssm/example.workflow-system": "0.0.0-canary-
|
|
26
|
+
"@lssm/example.agent-console": "0.0.0-canary-20251217083314",
|
|
27
|
+
"@lssm/example.ai-support-bot": "0.0.0-canary-20251217083314",
|
|
28
|
+
"@lssm/example.analytics-dashboard": "0.0.0-canary-20251217083314",
|
|
29
|
+
"@lssm/example.content-generation": "0.0.0-canary-20251217083314",
|
|
30
|
+
"@lssm/example.crm-pipeline": "0.0.0-canary-20251217083314",
|
|
31
|
+
"@lssm/example.integration-hub": "0.0.0-canary-20251217083314",
|
|
32
|
+
"@lssm/example.integration-stripe": "0.0.0-canary-20251217083314",
|
|
33
|
+
"@lssm/example.kb-update-pipeline": "0.0.0-canary-20251217083314",
|
|
34
|
+
"@lssm/example.knowledge-canon": "0.0.0-canary-20251217083314",
|
|
35
|
+
"@lssm/example.learning-patterns": "0.0.0-canary-20251217083314",
|
|
36
|
+
"@lssm/example.learning-journey-ambient-coach": "0.0.0-canary-20251217083314",
|
|
37
|
+
"@lssm/example.learning-journey-crm-onboarding": "0.0.0-canary-20251217083314",
|
|
38
|
+
"@lssm/example.learning-journey-duo-drills": "0.0.0-canary-20251217083314",
|
|
39
|
+
"@lssm/example.learning-journey-platform-tour": "0.0.0-canary-20251217083314",
|
|
40
|
+
"@lssm/example.learning-journey-quest-challenges": "0.0.0-canary-20251217083314",
|
|
41
|
+
"@lssm/example.learning-journey-registry": "0.0.0-canary-20251217083314",
|
|
42
|
+
"@lssm/example.learning-journey-studio-onboarding": "0.0.0-canary-20251217083314",
|
|
43
|
+
"@lssm/example.learning-journey-ui-coaching": "0.0.0-canary-20251217083314",
|
|
44
|
+
"@lssm/example.learning-journey-ui-gamified": "0.0.0-canary-20251217083314",
|
|
45
|
+
"@lssm/example.learning-journey-ui-onboarding": "0.0.0-canary-20251217083314",
|
|
46
|
+
"@lssm/example.learning-journey-ui-shared": "0.0.0-canary-20251217083314",
|
|
47
|
+
"@lssm/example.lifecycle-cli": "0.0.0-canary-20251217083314",
|
|
48
|
+
"@lssm/example.lifecycle-dashboard": "0.0.0-canary-20251217083314",
|
|
49
|
+
"@lssm/example.locale-jurisdiction-gate": "0.0.0-canary-20251217083314",
|
|
50
|
+
"@lssm/example.marketplace": "0.0.0-canary-20251217083314",
|
|
51
|
+
"@lssm/example.openbanking-powens": "0.0.0-canary-20251217083314",
|
|
52
|
+
"@lssm/example.personalization": "0.0.0-canary-20251217083314",
|
|
53
|
+
"@lssm/example.policy-safe-knowledge-assistant": "0.0.0-canary-20251217083314",
|
|
54
|
+
"@lssm/example.saas-boilerplate": "0.0.0-canary-20251217083314",
|
|
55
|
+
"@lssm/example.service-business-os": "0.0.0-canary-20251217083314",
|
|
56
|
+
"@lssm/example.versioned-knowledge-base": "0.0.0-canary-20251217083314",
|
|
57
|
+
"@lssm/example.team-hub": "0.0.0-canary-20251217083314",
|
|
58
|
+
"@lssm/example.wealth-snapshot": "0.0.0-canary-20251217083314",
|
|
59
|
+
"@lssm/example.workflow-system": "0.0.0-canary-20251217083314",
|
|
60
60
|
"zod": "^4.1.13"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
64
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
63
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251217083314",
|
|
64
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251217083314",
|
|
65
65
|
"tsdown": "^0.17.4",
|
|
66
66
|
"typescript": "^5.9.3"
|
|
67
67
|
},
|