@lssm/example.learning-journey-crm-onboarding 1.42.10 → 1.43.2

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.
@@ -38,4 +38,4 @@ $ tsdown
38
38
  ℹ dist/docs/crm-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
39
39
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
40
40
  ℹ 31 files, total: 48.46 kB
41
- ✔ Build complete in 13075ms
41
+ ✔ Build complete in 12777ms
@@ -26,7 +26,7 @@ $ tsdown
26
26
  ℹ dist/operations/index.d.ts.map 0.86 kB │ gzip: 0.32 kB
27
27
  ℹ dist/handlers/demo.handlers.d.ts.map 0.66 kB │ gzip: 0.35 kB
28
28
  ℹ dist/learning-journey-crm-onboarding.feature.d.ts.map 0.20 kB │ gzip: 0.14 kB
29
- ℹ dist/presentations/index.d.ts.map 0.19 kB │ gzip: 0.16 kB
29
+ ℹ dist/presentations/index.d.ts.map 0.19 kB │ gzip: 0.17 kB
30
30
  ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
31
31
  ℹ dist/track.d.ts.map 0.14 kB │ gzip: 0.13 kB
32
32
  ℹ dist/operations/index.d.ts 8.16 kB │ gzip: 0.91 kB
@@ -39,4 +39,4 @@ $ tsdown
39
39
  ℹ dist/docs/crm-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
40
40
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
41
41
  ℹ 31 files, total: 48.46 kB
42
- ✔ Build complete in 14170ms
42
+ ✔ Build complete in 13252ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @lssm/example.learning-journey-crm-onboarding
2
2
 
3
+ ## 1.43.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e147271: fix: improve stability
8
+ - Updated dependencies [e147271]
9
+ - @lssm/module.learning-journey@1.43.2
10
+ - @lssm/example.crm-pipeline@1.43.2
11
+ - @lssm/lib.contracts@1.43.2
12
+ - @lssm/lib.schema@1.43.1
13
+
14
+ ## 1.43.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [f28fdad]
19
+ - @lssm/lib.contracts@1.43.1
20
+ - @lssm/example.crm-pipeline@1.43.1
21
+ - @lssm/module.learning-journey@1.43.1
22
+
23
+ ## 1.43.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 042d072: feat: schema declaration using json schema, including zod
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [042d072]
32
+ - @lssm/module.learning-journey@1.43.0
33
+ - @lssm/example.crm-pipeline@1.43.0
34
+ - @lssm/lib.contracts@1.43.0
35
+ - @lssm/lib.schema@1.43.0
36
+
3
37
  ## 1.42.10
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-crm-onboarding",
3
- "version": "1.42.10",
3
+ "version": "1.43.2",
4
4
  "description": "Learning journey track that onboards users to the CRM pipeline example.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -30,14 +30,14 @@
30
30
  "lint:check": "eslint src"
31
31
  },
32
32
  "dependencies": {
33
- "@lssm/lib.contracts": "1.42.10",
34
- "@lssm/lib.schema": "1.42.10",
35
- "@lssm/module.learning-journey": "1.42.10",
36
- "@lssm/example.crm-pipeline": "1.42.10"
33
+ "@lssm/lib.contracts": "1.43.2",
34
+ "@lssm/lib.schema": "1.43.1",
35
+ "@lssm/module.learning-journey": "1.43.2",
36
+ "@lssm/example.crm-pipeline": "1.43.2"
37
37
  },
38
38
  "devDependencies": {
39
- "@lssm/tool.tsdown": "1.42.10",
40
- "@lssm/tool.typescript": "1.42.10",
39
+ "@lssm/tool.tsdown": "1.43.1",
40
+ "@lssm/tool.typescript": "1.43.1",
41
41
  "tsdown": "^0.18.3",
42
42
  "typescript": "^5.9.3"
43
43
  },
@@ -63,5 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "https://github.com/lssm-tech/contractspec.git",
65
65
  "directory": "packages/examples/learning-journey-crm-onboarding"
66
- }
66
+ },
67
+ "homepage": "https://contractspec.io"
67
68
  }