@lssm/example.learning-journey-platform-tour 0.0.0-canary-20251213172311 → 0.0.0-canary-20251215231151

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-platform-tour/tsdown.config.js
5
5
  ℹ entry: src/example.ts, src/index.ts, src/track.ts, src/contracts/index.ts, src/docs/index.ts, src/docs/platform-tour.docblock.ts, src/handlers/demo.handlers.ts, src/presentations/index.ts
6
6
  ℹ target: esnext
@@ -15,5 +15,5 @@ $ tsdown
15
15
  ℹ dist/handlers/demo.handlers.js 0.45 kB │ gzip: 0.30 kB
16
16
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
17
  ℹ 8 files, total: 9.18 kB
18
- ✔ Build complete in 69ms
18
+ ✔ Build complete in 42ms
19
19
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @lssm/example.learning-journey-platform-tour
2
2
 
3
- ## 0.0.0-canary-20251213172311
3
+ ## 0.0.0-canary-20251215231151
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251213172311
9
- - @lssm/lib.schema@0.0.0-canary-20251213172311
10
- - @lssm/module.learning-journey@0.0.0-canary-20251213172311
8
+ - @lssm/lib.contracts@0.0.0-canary-20251215231151
9
+ - @lssm/lib.schema@0.0.0-canary-20251215231151
10
+ - @lssm/module.learning-journey@0.0.0-canary-20251215231151
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-platform-tour",
3
- "version": "0.0.0-canary-20251213172311",
3
+ "version": "0.0.0-canary-20251215231151",
4
4
  "description": "Learning journey track covering ContractSpec platform primitives.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "devDependencies": {
35
35
  "@lssm/tool.tsdown": "workspace:*",
36
36
  "@lssm/tool.typescript": "workspace:*",
37
- "tsdown": "^0.17.0",
37
+ "tsdown": "^0.17.4",
38
38
  "typescript": "^5.9.3"
39
39
  },
40
40
  "module": "./dist/index.js",
package/src/example.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  const example = {
2
2
  id: 'learning-journey-platform-tour',
3
3
  title: 'Learning Journey — Platform Tour',
4
- summary: 'Learning journey track + contracts + presentations for a platform tour.',
4
+ summary:
5
+ 'Learning journey track + contracts + presentations for a platform tour.',
5
6
  tags: ['learning', 'journey', 'platform-tour'],
6
7
  kind: 'template',
7
8
  visibility: 'public',
@@ -23,5 +24,3 @@ const example = {
23
24
  } as const;
24
25
 
25
26
  export default example;
26
-
27
-