@lssm/example.learning-journey-ambient-coach 1.42.8 → 1.42.10

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/ambient-coach.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: 11.63 kB
25
- ✔ Build complete in 13910ms
25
+ ✔ Build complete in 13267ms
@@ -23,4 +23,4 @@ $ tsdown
23
23
  ℹ dist/docs/ambient-coach.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
24
24
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
25
25
  ℹ 15 files, total: 11.63 kB
26
- ✔ Build complete in 15357ms
26
+ ✔ Build complete in 16346ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @lssm/example.learning-journey-ambient-coach
2
2
 
3
+ ## 1.42.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 1e6a0f1: fix: mcp server
8
+ - Updated dependencies [1e6a0f1]
9
+ - @lssm/module.learning-journey@1.42.10
10
+ - @lssm/lib.contracts@1.42.10
11
+ - @lssm/lib.schema@1.42.10
12
+
13
+ ## 1.42.9
14
+
15
+ ### Patch Changes
16
+
17
+ - 9281db7: fix ModelRegistry
18
+ - Updated dependencies [9281db7]
19
+ - @lssm/module.learning-journey@1.42.9
20
+ - @lssm/lib.contracts@1.42.9
21
+ - @lssm/lib.schema@1.42.9
22
+
3
23
  ## 1.42.8
4
24
 
5
25
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.learning-journey-ambient-coach
2
2
 
3
- Website: https://contractspec.lssm.tech/
3
+ Website: https://contractspec.io/
4
4
 
5
5
 
6
6
  Ambient coach learning journey example that surfaces contextual tips based on user behavior and marks completion when acknowledged or acted upon.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ambient-coach",
3
- "version": "1.42.8",
3
+ "version": "1.42.10",
4
4
  "description": "Ambient coach learning journey example with contextual tips and follow-up actions.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,13 +27,13 @@
27
27
  "test": "bun test"
28
28
  },
29
29
  "dependencies": {
30
- "@lssm/module.learning-journey": "1.42.8",
31
- "@lssm/lib.schema": "1.42.8",
32
- "@lssm/lib.contracts": "1.42.8"
30
+ "@lssm/module.learning-journey": "1.42.10",
31
+ "@lssm/lib.schema": "1.42.10",
32
+ "@lssm/lib.contracts": "1.42.10"
33
33
  },
34
34
  "devDependencies": {
35
- "@lssm/tool.tsdown": "1.42.8",
36
- "@lssm/tool.typescript": "1.42.8",
35
+ "@lssm/tool.tsdown": "1.42.10",
36
+ "@lssm/tool.typescript": "1.42.10",
37
37
  "tsdown": "^0.18.3",
38
38
  "typescript": "^5.9.3"
39
39
  },