@lssm/example.learning-journey-ui-shared 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.
|
@@ -21,4 +21,4 @@
|
|
|
21
21
|
[34mℹ[39m [2mdist/[22m[32mindex-EWErSKip.d.mts[39m [2m 0.95 kB[22m [2m│ gzip: 0.37 kB[22m
|
|
22
22
|
[34mℹ[39m [2mdist/[22m[32mindex-D_7WU_xm.d.mts[39m [2m 0.68 kB[22m [2m│ gzip: 0.35 kB[22m
|
|
23
23
|
[34mℹ[39m 13 files, total: 140.54 kB
|
|
24
|
-
[32m✔[39m Build complete in [
|
|
24
|
+
[32m✔[39m Build complete in [32m8756ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lssm/example.learning-journey-ui-shared
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20251217060804
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies [66a5dfd]
|
|
12
|
-
- @lssm/lib.design-system@0.0.0-canary-
|
|
13
|
-
- @lssm/lib.ui-kit-web@0.0.0-canary-
|
|
14
|
-
- @lssm/module.learning-journey@0.0.0-canary-
|
|
12
|
+
- @lssm/lib.design-system@0.0.0-canary-20251217060804
|
|
13
|
+
- @lssm/lib.ui-kit-web@0.0.0-canary-20251217060804
|
|
14
|
+
- @lssm/module.learning-journey@0.0.0-canary-20251217060804
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.learning-journey-ui-shared",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251217060804",
|
|
4
4
|
"description": "Shared UI components and hooks for learning journey mini-apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"test": "bun test"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@lssm/module.learning-journey": "0.0.0-canary-
|
|
32
|
-
"@lssm/lib.design-system": "0.0.0-canary-
|
|
33
|
-
"@lssm/lib.ui-kit-web": "0.0.0-canary-
|
|
31
|
+
"@lssm/module.learning-journey": "0.0.0-canary-20251217060804",
|
|
32
|
+
"@lssm/lib.design-system": "0.0.0-canary-20251217060804",
|
|
33
|
+
"@lssm/lib.ui-kit-web": "0.0.0-canary-20251217060804",
|
|
34
34
|
"react": "^19.2.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
38
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
37
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251217060804",
|
|
38
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251217060804",
|
|
39
39
|
"@types/react": "^19.1.6",
|
|
40
40
|
"tsdown": "^0.17.4",
|
|
41
41
|
"typescript": "^5.9.3"
|