@lssm/example.learning-journey-ambient-coach 0.0.0-canary-20251213172311 → 0.0.0-canary-20251215220103

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.
@@ -1,6 +1,6 @@
1
1
  $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
- ℹ tsdown v0.17.0 powered by rolldown v1.0.0-beta.53
3
+ ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ambient-coach/tsdown.config.js
5
5
  ℹ entry: src/index.ts, src/track.ts, src/docs/index.ts, src/docs/ambient-coach.docblock.ts
6
6
  ℹ target: esnext
@@ -19,5 +19,5 @@ $ tsdown
19
19
  ℹ dist/track-CUfQ_9U0.d.mts 0.41 kB │ gzip: 0.19 kB
20
20
  ℹ dist/ambient-coach.docblock-aAZZ2R4Y.d.mts 0.01 kB │ gzip: 0.03 kB
21
21
  ℹ 12 files, total: 6.03 kB
22
- ✔ Build complete in 6322ms
22
+ ✔ Build complete in 6377ms
23
23
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @lssm/example.learning-journey-ambient-coach
2
2
 
3
- ## 0.0.0-canary-20251213172311
3
+ ## 0.0.0-canary-20251215220103
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251213172311
9
- - @lssm/module.learning-journey@0.0.0-canary-20251213172311
8
+ - @lssm/lib.contracts@0.0.0-canary-20251215220103
9
+ - @lssm/module.learning-journey@0.0.0-canary-20251215220103
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ambient-coach",
3
- "version": "0.0.0-canary-20251213172311",
3
+ "version": "0.0.0-canary-20251215220103",
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",
@@ -31,7 +31,7 @@
31
31
  "devDependencies": {
32
32
  "@lssm/tool.tsdown": "workspace:*",
33
33
  "@lssm/tool.typescript": "workspace:*",
34
- "tsdown": "^0.17.0",
34
+ "tsdown": "^0.17.4",
35
35
  "typescript": "^5.9.3"
36
36
  },
37
37
  "module": "./dist/index.js",
package/src/example.ts CHANGED
@@ -22,5 +22,3 @@ const example = {
22
22
  } as const;
23
23
 
24
24
  export default example;
25
-
26
-