@lssm/example.learning-journey-platform-tour 0.0.0-canary-20251216030333 → 0.0.0-canary-20251216033905

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.
@@ -2,7 +2,7 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
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
- ℹ entry: src/example.ts, src/index.ts, src/track.ts, src/docs/index.ts, src/docs/platform-tour.docblock.ts, src/handlers/demo.handlers.ts, src/contracts/index.ts, src/presentations/index.ts
5
+ ℹ entry: src/example.ts, src/index.ts, src/track.ts, src/contracts/index.ts, src/handlers/demo.handlers.ts, src/docs/index.ts, src/docs/platform-tour.docblock.ts, src/presentations/index.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -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 58ms
18
+ ✔ Build complete in 64ms
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-20251216030333
3
+ ## 0.0.0-canary-20251216033905
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251216030333
9
- - @lssm/lib.schema@0.0.0-canary-20251216030333
10
- - @lssm/module.learning-journey@0.0.0-canary-20251216030333
8
+ - @lssm/lib.contracts@0.0.0-canary-20251216033905
9
+ - @lssm/lib.schema@0.0.0-canary-20251216033905
10
+ - @lssm/module.learning-journey@0.0.0-canary-20251216033905
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-20251216030333",
3
+ "version": "0.0.0-canary-20251216033905",
4
4
  "description": "Learning journey track covering ContractSpec platform primitives.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,6 +47,3 @@ describe('platform tour contracts', () => {
47
47
  );
48
48
  });
49
49
  });
50
-
51
-
52
-
@@ -120,6 +120,3 @@ export const platformTourContracts = {
120
120
  RecordPlatformTourEvent,
121
121
  track: platformPrimitivesTourTrack,
122
122
  };
123
-
124
-
125
-
@@ -48,6 +48,3 @@ export const emitAllPlatformTourEvents = (
48
48
  record?: RecordEvent
49
49
  ) =>
50
50
  platformTourEvents.map((name) => emitPlatformTourEvent(name, params, record));
51
-
52
-
53
-
@@ -45,6 +45,3 @@ export const platformTourPresentations = [
45
45
  PlatformTourTrackPresentation,
46
46
  PlatformTourWidgetPresentation,
47
47
  ];
48
-
49
-
50
-