@lssm/example.learning-journey-ambient-coach 1.42.7 → 1.42.9

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 14664ms
25
+ ✔ Build complete in 15294ms
@@ -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 16523ms
26
+ ✔ Build complete in 15415ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @lssm/example.learning-journey-ambient-coach
2
2
 
3
+ ## 1.42.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 9281db7: fix ModelRegistry
8
+ - Updated dependencies [9281db7]
9
+ - @lssm/module.learning-journey@1.42.9
10
+ - @lssm/lib.contracts@1.42.9
11
+ - @lssm/lib.schema@1.42.9
12
+
13
+ ## 1.42.8
14
+
15
+ ### Patch Changes
16
+
17
+ - e07b5ac: fix
18
+ - Updated dependencies [e07b5ac]
19
+ - @lssm/module.learning-journey@1.42.8
20
+ - @lssm/lib.contracts@1.42.8
21
+ - @lssm/lib.schema@1.42.8
22
+
3
23
  ## 1.42.7
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.7",
3
+ "version": "1.42.9",
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.7",
31
- "@lssm/lib.schema": "1.42.7",
32
- "@lssm/lib.contracts": "1.42.7"
30
+ "@lssm/module.learning-journey": "1.42.9",
31
+ "@lssm/lib.schema": "1.42.9",
32
+ "@lssm/lib.contracts": "1.42.9"
33
33
  },
34
34
  "devDependencies": {
35
- "@lssm/tool.tsdown": "1.42.7",
36
- "@lssm/tool.typescript": "1.42.7",
35
+ "@lssm/tool.tsdown": "1.42.9",
36
+ "@lssm/tool.typescript": "1.42.9",
37
37
  "tsdown": "^0.18.3",
38
38
  "typescript": "^5.9.3"
39
39
  },