@lssm/example.learning-journey-crm-onboarding 0.0.0-canary-20251216062412 → 0.0.0-canary-20251217023603

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-crm-onboarding/tsdown.config.js
5
- ℹ entry: src/example.ts, src/index.ts, src/learning-journey-crm-onboarding.feature.ts, src/track.ts, src/docs/crm-onboarding.docblock.ts, src/docs/index.ts, src/handlers/demo.handlers.ts, src/contracts/index.ts, src/presentations/index.ts
5
+ ℹ entry: src/example.ts, src/index.ts, src/learning-journey-crm-onboarding.feature.ts, src/track.ts, src/contracts/index.ts, src/docs/crm-onboarding.docblock.ts, src/docs/index.ts, src/handlers/demo.handlers.ts, src/presentations/index.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -16,5 +16,5 @@ $ tsdown
16
16
  ℹ dist/handlers/demo.handlers.js 0.41 kB │ gzip: 0.26 kB
17
17
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
18
18
  ℹ 9 files, total: 9.82 kB
19
- ✔ Build complete in 46ms
19
+ ✔ Build complete in 58ms
20
20
  $ 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-20251216062412
3
+ ## 0.0.0-canary-20251217023603
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/example.crm-pipeline@0.0.0-canary-20251216062412
9
- - @lssm/lib.contracts@0.0.0-canary-20251216062412
10
- - @lssm/lib.schema@0.0.0-canary-20251216062412
11
- - @lssm/module.learning-journey@0.0.0-canary-20251216062412
8
+ - @lssm/example.crm-pipeline@0.0.0-canary-20251217023603
9
+ - @lssm/lib.contracts@0.0.0-canary-20251217023603
10
+ - @lssm/lib.schema@0.0.0-canary-20251217023603
11
+ - @lssm/module.learning-journey@0.0.0-canary-20251217023603
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-20251216062412",
3
+ "version": "0.0.0-canary-20251217023603",
4
4
  "description": "Learning journey track that onboards users to the CRM pipeline example.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",