@lssm/example.learning-journey-crm-onboarding 0.0.0-canary-20251217060433 → 0.0.0-canary-20251217060804
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.
- package/.turbo/turbo-build$colon$bundle.log +1 -1
- package/CHANGELOG.md +5 -5
- package/package.json +16 -16
|
@@ -26,4 +26,4 @@
|
|
|
26
26
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/crm-onboarding.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
27
27
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
28
28
|
[34mℹ[39m 18 files, total: 21.94 kB
|
|
29
|
-
[32m✔[39m Build complete in [
|
|
29
|
+
[32m✔[39m Build complete in [32m10415ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lssm/example.learning-journey-crm-onboarding
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20251217060804
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies [66a5dfd]
|
|
12
|
-
- @lssm/example.crm-pipeline@0.0.0-canary-
|
|
13
|
-
- @lssm/lib.contracts@0.0.0-canary-
|
|
14
|
-
- @lssm/lib.schema@0.0.0-canary-
|
|
15
|
-
- @lssm/module.learning-journey@0.0.0-canary-
|
|
12
|
+
- @lssm/example.crm-pipeline@0.0.0-canary-20251217060804
|
|
13
|
+
- @lssm/lib.contracts@0.0.0-canary-20251217060804
|
|
14
|
+
- @lssm/lib.schema@0.0.0-canary-20251217060804
|
|
15
|
+
- @lssm/module.learning-journey@0.0.0-canary-20251217060804
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.learning-journey-crm-onboarding",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251217060804",
|
|
4
4
|
"description": "Learning journey track that onboards users to the CRM pipeline example.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
|
-
".": "./
|
|
10
|
-
"./contracts": "./
|
|
11
|
-
"./docs": "./
|
|
12
|
-
"./docs/crm-onboarding.docblock": "./
|
|
13
|
-
"./example": "./
|
|
14
|
-
"./handlers/demo.handlers": "./
|
|
15
|
-
"./learning-journey-crm-onboarding.feature": "./
|
|
16
|
-
"./presentations": "./
|
|
17
|
-
"./track": "./
|
|
9
|
+
".": "./dist/index.js",
|
|
10
|
+
"./contracts": "./dist/contracts/index.js",
|
|
11
|
+
"./docs": "./dist/docs/index.js",
|
|
12
|
+
"./docs/crm-onboarding.docblock": "./dist/docs/crm-onboarding.docblock.js",
|
|
13
|
+
"./example": "./dist/example.js",
|
|
14
|
+
"./handlers/demo.handlers": "./dist/handlers/demo.handlers.js",
|
|
15
|
+
"./learning-journey-crm-onboarding.feature": "./dist/learning-journey-crm-onboarding.feature.js",
|
|
16
|
+
"./presentations": "./dist/presentations/index.js",
|
|
17
|
+
"./track": "./dist/track.js",
|
|
18
18
|
"./*": "./*"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"lint:check": "eslint src"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@lssm/lib.contracts": "0.0.0-canary-
|
|
34
|
-
"@lssm/lib.schema": "0.0.0-canary-
|
|
35
|
-
"@lssm/module.learning-journey": "0.0.0-canary-
|
|
36
|
-
"@lssm/example.crm-pipeline": "0.0.0-canary-
|
|
33
|
+
"@lssm/lib.contracts": "0.0.0-canary-20251217060804",
|
|
34
|
+
"@lssm/lib.schema": "0.0.0-canary-20251217060804",
|
|
35
|
+
"@lssm/module.learning-journey": "0.0.0-canary-20251217060804",
|
|
36
|
+
"@lssm/example.crm-pipeline": "0.0.0-canary-20251217060804"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
40
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
39
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251217060804",
|
|
40
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251217060804",
|
|
41
41
|
"tsdown": "^0.17.4",
|
|
42
42
|
"typescript": "^5.9.3"
|
|
43
43
|
},
|