@contractspec/lib.example-shared-ui 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.
@@ -6,4 +6,4 @@ $ tsdown
6
6
  ℹ Cleaning 1 files
7
7
  ℹ dist/index.mjs 95.80 kB │ gzip: 21.10 kB
8
8
  ℹ 1 files, total: 95.80 kB
9
- ✔ Build complete in 136ms
9
+ ✔ Build complete in 128ms
@@ -8,4 +8,4 @@ $ tsdown
8
8
  ℹ Cleaning 1 files
9
9
  ℹ dist/index.mjs 95.80 kB │ gzip: 21.10 kB
10
10
  ℹ 1 files, total: 95.80 kB
11
- ✔ Build complete in 162ms
11
+ ✔ Build complete in 134ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # @contractspec/lib.example-shared-ui
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
+
12
+ ## 1.2.0
13
+
14
+ ### Minor Changes
15
+
16
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [b0444a4]
21
+ - @contractspec/lib.design-system@1.48.0
22
+ - @contractspec/lib.ui-kit-web@1.48.0
23
+ - @contractspec/lib.contracts@1.48.0
24
+
25
+ ## 1.1.0
4
26
 
5
27
  ### Minor Changes
6
28
 
@@ -19,9 +41,9 @@
19
41
  - Updated dependencies [c231a8b]
20
42
  - Updated dependencies [42b8d78]
21
43
  - Updated dependencies [fd38e85]
22
- - @contractspec/lib.design-system@0.0.0-canary-20260113173657
23
- - @contractspec/lib.ui-kit-web@0.0.0-canary-20260113173657
24
- - @contractspec/lib.contracts@0.0.0-canary-20260113173657
44
+ - @contractspec/lib.design-system@1.47.0
45
+ - @contractspec/lib.ui-kit-web@1.47.0
46
+ - @contractspec/lib.contracts@1.47.0
25
47
 
26
48
  ## 1.0.1
27
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "0.0.0-canary-20260113173657",
3
+ "version": "0.0.0-canary-20260119222405",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.ts"
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@apollo/client": "^4.0.12",
27
- "@contractspec/lib.contracts": "0.0.0-canary-20260113173657",
28
- "@contractspec/lib.design-system": "0.0.0-canary-20260113173657",
29
- "@contractspec/lib.ui-kit-web": "0.0.0-canary-20260113173657",
27
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119222405",
28
+ "@contractspec/lib.design-system": "0.0.0-canary-20260119222405",
29
+ "@contractspec/lib.ui-kit-web": "1.48.0",
30
30
  "@tanstack/react-query": "^5.90.16",
31
31
  "framer-motion": "^12.26.1",
32
32
  "lucide-react": "^0.300.0",
@@ -34,7 +34,7 @@
34
34
  "react-dom": "19.2.3"
35
35
  },
36
36
  "devDependencies": {
37
- "@contractspec/tool.typescript": "0.0.0-canary-20260113173657",
37
+ "@contractspec/tool.typescript": "1.48.0",
38
38
  "@types/react": "^19.2.8",
39
39
  "@types/react-dom": "^19.2.2",
40
40
  "eslint": "^9.39.2",