@lssm/example.learning-journey-registry 0.0.0-canary-20251216033905 → 0.0.0-canary-20251216035145
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.log +1 -1
- package/CHANGELOG.md +12 -12
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -47,5 +47,5 @@ $ tsdown
|
|
|
47
47
|
[34mℹ[39m [2mdist/[22mlibs/contracts/src/docs/tech/studio/sandbox-unlogged.docblock.js [2m 0.90 kB[22m [2m│ gzip: 0.56 kB[22m
|
|
48
48
|
[34mℹ[39m [2mdist/[22mlibs/contracts/src/docs/registry.js [2m 0.74 kB[22m [2m│ gzip: 0.42 kB[22m
|
|
49
49
|
[34mℹ[39m 40 files, total: 126.00 kB
|
|
50
|
-
[32m✔[39m Build complete in [
|
|
50
|
+
[32m✔[39m Build complete in [32m55ms[39m
|
|
51
51
|
$ tsc --noEmit
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# @lssm/example.learning-journey-registry
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20251216035145
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- @lssm/example.learning-journey-crm-onboarding@0.0.0-canary-
|
|
8
|
-
- @lssm/example.learning-journey-ui-coaching@0.0.0-canary-
|
|
9
|
-
- @lssm/example.learning-journey-ui-gamified@0.0.0-canary-
|
|
10
|
-
- @lssm/example.learning-journey-ui-onboarding@0.0.0-canary-
|
|
11
|
-
- @lssm/example.learning-journey-ui-shared@0.0.0-canary-
|
|
12
|
-
- @lssm/example.learning-journey-ambient-coach@0.0.0-canary-
|
|
13
|
-
- @lssm/example.learning-journey-duo-drills@0.0.0-canary-
|
|
14
|
-
- @lssm/example.learning-journey-platform-tour@0.0.0-canary-
|
|
15
|
-
- @lssm/example.learning-journey-quest-challenges@0.0.0-canary-
|
|
16
|
-
- @lssm/example.learning-journey-studio-onboarding@0.0.0-canary-
|
|
17
|
-
- @lssm/module.learning-journey@0.0.0-canary-
|
|
7
|
+
- @lssm/example.learning-journey-crm-onboarding@0.0.0-canary-20251216035145
|
|
8
|
+
- @lssm/example.learning-journey-ui-coaching@0.0.0-canary-20251216035145
|
|
9
|
+
- @lssm/example.learning-journey-ui-gamified@0.0.0-canary-20251216035145
|
|
10
|
+
- @lssm/example.learning-journey-ui-onboarding@0.0.0-canary-20251216035145
|
|
11
|
+
- @lssm/example.learning-journey-ui-shared@0.0.0-canary-20251216035145
|
|
12
|
+
- @lssm/example.learning-journey-ambient-coach@0.0.0-canary-20251216035145
|
|
13
|
+
- @lssm/example.learning-journey-duo-drills@0.0.0-canary-20251216035145
|
|
14
|
+
- @lssm/example.learning-journey-platform-tour@0.0.0-canary-20251216035145
|
|
15
|
+
- @lssm/example.learning-journey-quest-challenges@0.0.0-canary-20251216035145
|
|
16
|
+
- @lssm/example.learning-journey-studio-onboarding@0.0.0-canary-20251216035145
|
|
17
|
+
- @lssm/module.learning-journey@0.0.0-canary-20251216035145
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.learning-journey-registry",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251216035145",
|
|
4
4
|
"description": "Registry that aggregates learning journey example tracks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|