@contractspec/example.learning-journey-ui-shared 0.0.0-canary-20260113173657 → 0.0.0-canary-20260119222405

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.
@@ -45,4 +45,4 @@ $ tsdown
45
45
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
46
46
  ℹ dist/docs/learning-journey-ui-shared.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
47
47
  ℹ 38 files, total: 31.97 kB
48
- ✔ Build complete in 20747ms
48
+ ✔ Build complete in 22478ms
@@ -46,4 +46,4 @@ $ tsdown
46
46
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
47
47
  ℹ dist/docs/learning-journey-ui-shared.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
48
48
  ℹ 38 files, total: 31.97 kB
49
- ✔ Build complete in 24157ms
49
+ ✔ Build complete in 21501ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  # @contractspec/example.learning-journey-ui-shared
2
2
 
3
- ## 0.0.0-canary-20260113173657
3
+ ## 0.0.0-canary-20260119222405
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c560ee7]
8
+ - Updated dependencies [1536bf3]
9
+ - @contractspec/lib.design-system@0.0.0-canary-20260119222405
10
+ - @contractspec/lib.contracts@0.0.0-canary-20260119222405
11
+ - @contractspec/module.learning-journey@0.0.0-canary-20260119222405
12
+
13
+ ## 1.48.0
14
+
15
+ ### Minor Changes
16
+
17
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [b0444a4]
22
+ - @contractspec/module.learning-journey@1.48.0
23
+ - @contractspec/lib.design-system@1.48.0
24
+ - @contractspec/lib.ui-kit-web@1.48.0
25
+ - @contractspec/lib.contracts@1.48.0
26
+
27
+ ## 1.47.0
4
28
 
5
29
  ### Minor Changes
6
30
 
@@ -19,10 +43,10 @@
19
43
  - Updated dependencies [c231a8b]
20
44
  - Updated dependencies [42b8d78]
21
45
  - Updated dependencies [fd38e85]
22
- - @contractspec/module.learning-journey@0.0.0-canary-20260113173657
23
- - @contractspec/lib.design-system@0.0.0-canary-20260113173657
24
- - @contractspec/lib.ui-kit-web@0.0.0-canary-20260113173657
25
- - @contractspec/lib.contracts@0.0.0-canary-20260113173657
46
+ - @contractspec/module.learning-journey@1.47.0
47
+ - @contractspec/lib.design-system@1.47.0
48
+ - @contractspec/lib.ui-kit-web@1.47.0
49
+ - @contractspec/lib.contracts@1.47.0
26
50
 
27
51
  ## 1.46.2
28
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-shared",
3
- "version": "0.0.0-canary-20260113173657",
3
+ "version": "0.0.0-canary-20260119222405",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -33,15 +33,15 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@contractspec/lib.contracts": "0.0.0-canary-20260113173657",
37
- "@contractspec/module.learning-journey": "0.0.0-canary-20260113173657",
38
- "@contractspec/lib.design-system": "0.0.0-canary-20260113173657",
39
- "@contractspec/lib.ui-kit-web": "0.0.0-canary-20260113173657",
36
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119222405",
37
+ "@contractspec/module.learning-journey": "0.0.0-canary-20260119222405",
38
+ "@contractspec/lib.design-system": "0.0.0-canary-20260119222405",
39
+ "@contractspec/lib.ui-kit-web": "1.48.0",
40
40
  "react": "19.2.3"
41
41
  },
42
42
  "devDependencies": {
43
- "@contractspec/tool.tsdown": "0.0.0-canary-20260113173657",
44
- "@contractspec/tool.typescript": "0.0.0-canary-20260113173657",
43
+ "@contractspec/tool.tsdown": "1.48.0",
44
+ "@contractspec/tool.typescript": "1.48.0",
45
45
  "@types/react": "^19.2.8",
46
46
  "tsdown": "^0.19.0",
47
47
  "typescript": "^5.9.3"