@contractspec/lib.example-shared-ui 1.5.0 → 1.7.0

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 176ms
9
+ ✔ Build complete in 115ms
@@ -1,11 +1,12 @@
1
- $ bun build:types && bun build:bundle
2
- $ tsc --noEmit
3
- $ tsdown
4
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
- ℹ entry: src/index.ts
6
- ℹ tsconfig: tsconfig.json
7
- ℹ Build start
8
- ℹ Cleaning 1 files
9
- ℹ dist/index.mjs 95.80 kB │ gzip: 21.10 kB
10
- ℹ 1 files, total: 95.80 kB
11
- ✔ Build complete in 190ms
1
+
2
+ $ bun build:types && bun build:bundle
3
+ $ tsc --noEmit
4
+ $ tsdown
5
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
+ ℹ entry: src/index.ts
7
+ ℹ tsconfig: tsconfig.json
8
+ ℹ Build start
9
+ ℹ Cleaning 2 files
10
+ ℹ dist/index.mjs 95.80 kB │ gzip: 21.10 kB
11
+ ℹ 1 files, total: 95.80 kB
12
+ ✔ Build complete in 105ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f4180d4: fix: performance improvement
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [eefeb1b]
12
+ - Updated dependencies [5b371b1]
13
+ - Updated dependencies [f4180d4]
14
+ - Updated dependencies [64d84e1]
15
+ - @contractspec/lib.design-system@1.53.0
16
+ - @contractspec/lib.contracts@1.53.0
17
+ - @contractspec/lib.ui-kit-web@1.53.0
18
+
19
+ ## 1.6.0
20
+
21
+ ### Minor Changes
22
+
23
+ - d93e6a9: fix: improve website
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [d93e6a9]
28
+ - @contractspec/lib.design-system@1.52.0
29
+ - @contractspec/lib.ui-kit-web@1.52.0
30
+ - @contractspec/lib.contracts@1.52.0
31
+
3
32
  ## 1.5.0
4
33
 
5
34
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "1.5.0",
3
+ "version": "1.7.0",
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": "1.51.0",
28
- "@contractspec/lib.design-system": "1.51.0",
29
- "@contractspec/lib.ui-kit-web": "1.51.0",
27
+ "@contractspec/lib.contracts": "1.53.0",
28
+ "@contractspec/lib.design-system": "1.53.0",
29
+ "@contractspec/lib.ui-kit-web": "1.53.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": "1.51.0",
37
+ "@contractspec/tool.typescript": "1.53.0",
38
38
  "@types/react": "^19.2.8",
39
39
  "@types/react-dom": "^19.2.2",
40
40
  "eslint": "^9.39.2",