@lssm/example.learning-journey-crm-onboarding 0.0.0-canary-20251215234153 → 0.0.0-canary-20251216023757

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.41 kB │ gzip: 0.26 kB
16
16
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
17
  ℹ 8 files, total: 8.68 kB
18
- ✔ Build complete in 64ms
18
+ ✔ Build complete in 57ms
19
19
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @lssm/example.learning-journey-crm-onboarding
2
2
 
3
- ## 0.0.0-canary-20251215234153
3
+ ## 0.0.0-canary-20251216023757
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/example.crm-pipeline@0.0.0-canary-20251215234153
9
- - @lssm/lib.contracts@0.0.0-canary-20251215234153
10
- - @lssm/lib.schema@0.0.0-canary-20251215234153
11
- - @lssm/module.learning-journey@0.0.0-canary-20251215234153
8
+ - @lssm/example.crm-pipeline@0.0.0-canary-20251216023757
9
+ - @lssm/lib.contracts@0.0.0-canary-20251216023757
10
+ - @lssm/lib.schema@0.0.0-canary-20251216023757
11
+ - @lssm/module.learning-journey@0.0.0-canary-20251216023757
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-crm-onboarding",
3
- "version": "0.0.0-canary-20251215234153",
3
+ "version": "0.0.0-canary-20251216023757",
4
4
  "description": "Learning journey track that onboards users to the CRM pipeline example.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,3 +47,6 @@ describe('crm onboarding contracts', () => {
47
47
  );
48
48
  });
49
49
  });
50
+
51
+
52
+
@@ -120,3 +120,6 @@ export const crmOnboardingContracts = {
120
120
  RecordCrmOnboardingEvent,
121
121
  track: crmFirstWinTrack,
122
122
  };
123
+
124
+
125
+
@@ -49,3 +49,6 @@ export const emitAllCrmOnboardingEvents = (
49
49
  crmOnboardingEvents.map((name) =>
50
50
  emitCrmOnboardingEvent(name, params, record)
51
51
  );
52
+
53
+
54
+
@@ -45,3 +45,6 @@ export const crmOnboardingPresentations = [
45
45
  CrmOnboardingTrackPresentation,
46
46
  CrmOnboardingWidgetPresentation,
47
47
  ];
48
+
49
+
50
+