@lssm/example.learning-journey-studio-onboarding 0.0.0-canary-20251215234340 → 0.0.0-canary-20251216024228

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.
@@ -15,5 +15,5 @@ $ tsdown
15
15
  ℹ dist/handlers/demo.handlers.js 0.44 kB │ gzip: 0.28 kB
16
16
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
17
  ℹ 8 files, total: 9.13 kB
18
- ✔ Build complete in 37ms
18
+ ✔ Build complete in 32ms
19
19
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @lssm/example.learning-journey-studio-onboarding
2
2
 
3
- ## 0.0.0-canary-20251215234340
3
+ ## 0.0.0-canary-20251216024228
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251215234340
9
- - @lssm/lib.schema@0.0.0-canary-20251215234340
10
- - @lssm/module.learning-journey@0.0.0-canary-20251215234340
8
+ - @lssm/lib.contracts@0.0.0-canary-20251216024228
9
+ - @lssm/lib.schema@0.0.0-canary-20251216024228
10
+ - @lssm/module.learning-journey@0.0.0-canary-20251216024228
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-studio-onboarding",
3
- "version": "0.0.0-canary-20251215234340",
3
+ "version": "0.0.0-canary-20251216024228",
4
4
  "description": "Learning journey track for first 30 minutes in ContractSpec Studio.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -120,3 +120,6 @@ export const studioOnboardingContracts = {
120
120
  RecordStudioOnboardingEvent,
121
121
  track: studioGettingStartedTrack,
122
122
  };
123
+
124
+
125
+
@@ -46,3 +46,6 @@ export const emitAllStudioOnboardingEvents = (
46
46
  studioOnboardingEvents.map((name) =>
47
47
  emitStudioOnboardingEvent(name, params, record)
48
48
  );
49
+
50
+
51
+