@lssm/example.learning-journey-ui-shared 0.0.0-canary-20251217060433 → 0.0.0-canary-20251217062139

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.
@@ -6,7 +6,6 @@
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
9
- ℹ Cleaning 15 files
10
9
  ℹ dist/index.mjs 127.71 kB │ gzip: 43.43 kB
11
10
  ℹ dist/components/index.mjs  0.17 kB │ gzip: 0.14 kB
12
11
  ℹ dist/hooks/index.mjs  0.10 kB │ gzip: 0.09 kB
@@ -21,4 +20,4 @@
21
20
  ℹ dist/index-EWErSKip.d.mts  0.95 kB │ gzip: 0.37 kB
22
21
  ℹ dist/index-D_7WU_xm.d.mts  0.68 kB │ gzip: 0.35 kB
23
22
  ℹ 13 files, total: 140.54 kB
24
- ✔ Build complete in 5014ms
23
+ ✔ Build complete in 6388ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.learning-journey-ui-shared
2
2
 
3
- ## 0.0.0-canary-20251217060433
3
+ ## 0.0.0-canary-20251217062139
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-20251217060433
13
- - @lssm/lib.ui-kit-web@0.0.0-canary-20251217060433
14
- - @lssm/module.learning-journey@0.0.0-canary-20251217060433
12
+ - @lssm/lib.design-system@0.0.0-canary-20251217062139
13
+ - @lssm/lib.ui-kit-web@0.0.0-canary-20251217062139
14
+ - @lssm/module.learning-journey@0.0.0-canary-20251217062139
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-20251217060433",
3
+ "version": "0.0.0-canary-20251217062139",
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-20251217060433",
32
- "@lssm/lib.design-system": "0.0.0-canary-20251217060433",
33
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251217060433",
31
+ "@lssm/module.learning-journey": "0.0.0-canary-20251217062139",
32
+ "@lssm/lib.design-system": "0.0.0-canary-20251217062139",
33
+ "@lssm/lib.ui-kit-web": "0.0.0-canary-20251217062139",
34
34
  "react": "^19.2.3"
35
35
  },
36
36
  "devDependencies": {
37
- "@lssm/tool.tsdown": "0.0.0-canary-20251217060433",
38
- "@lssm/tool.typescript": "0.0.0-canary-20251217060433",
37
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217062139",
38
+ "@lssm/tool.typescript": "0.0.0-canary-20251217062139",
39
39
  "@types/react": "^19.1.6",
40
40
  "tsdown": "^0.17.4",
41
41
  "typescript": "^5.9.3"