@contractspec/lib.example-shared-ui 5.0.0 → 6.0.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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=26 noBundle=false
6
- Bundled 26 modules in 51ms
6
+ Bundled 26 modules in 70ms
7
7
 
8
8
  ./EvolutionDashboard.js 31.40 KB (entry point)
9
9
  ./index.js 123.75 KB (entry point)
@@ -33,7 +33,7 @@ Bundled 26 modules in 51ms
33
33
  lib/runtime-context.js 430 bytes (entry point)
34
34
 
35
35
  [contractspec-bun-build] transpile target=node root=src entries=26 noBundle=false
36
- Bundled 26 modules in 51ms
36
+ Bundled 26 modules in 67ms
37
37
 
38
38
  ./EvolutionDashboard.js 31.38 KB (entry point)
39
39
  ./index.js 123.69 KB (entry point)
@@ -63,7 +63,7 @@ Bundled 26 modules in 51ms
63
63
  lib/runtime-context.js 422 bytes (entry point)
64
64
 
65
65
  [contractspec-bun-build] transpile target=browser root=src entries=26 noBundle=false
66
- Bundled 26 modules in 47ms
66
+ Bundled 26 modules in 78ms
67
67
 
68
68
  ./EvolutionDashboard.js 31.38 KB (entry point)
69
69
  ./index.js 123.69 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f88df2d: feat: add expo mobile app example
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [f88df2d]
12
+ - @contractspec/lib.surface-runtime@0.5.0
13
+ - @contractspec/lib.contracts-spec@3.7.0
14
+ - @contractspec/lib.design-system@3.7.0
15
+ - @contractspec/lib.ui-kit-web@3.7.0
16
+
3
17
  ## 5.0.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -432,7 +432,7 @@
432
432
  }
433
433
  },
434
434
  "peerDependencies": {
435
- "@contractspec/lib.surface-runtime": "0.4.0"
435
+ "@contractspec/lib.surface-runtime": "0.5.0"
436
436
  },
437
437
  "peerDependenciesMeta": {
438
438
  "@contractspec/lib.surface-runtime": {
@@ -441,25 +441,25 @@
441
441
  },
442
442
  "dependencies": {
443
443
  "@apollo/client": "^4.1.6",
444
- "@contractspec/lib.contracts-spec": "3.6.0",
445
- "@contractspec/lib.design-system": "3.6.0",
446
- "@contractspec/lib.ui-kit-web": "3.6.0",
444
+ "@contractspec/lib.contracts-spec": "3.7.0",
445
+ "@contractspec/lib.design-system": "3.7.0",
446
+ "@contractspec/lib.ui-kit-web": "3.7.0",
447
447
  "@tanstack/react-query": "^5.90.21",
448
448
  "framer-motion": "^12.35.1",
449
449
  "lucide-react": "^0.577.0",
450
- "react": "19.2.4",
451
- "react-dom": "19.2.4"
450
+ "react": "19.2.0",
451
+ "react-dom": "19.2.0"
452
452
  },
453
453
  "optionalDependencies": {
454
- "@contractspec/lib.surface-runtime": "0.4.0"
454
+ "@contractspec/lib.surface-runtime": "0.5.0"
455
455
  },
456
456
  "devDependencies": {
457
- "@contractspec/tool.typescript": "3.6.0",
457
+ "@contractspec/tool.typescript": "3.7.0",
458
458
  "@types/react": "^19.2.14",
459
459
  "@types/react-dom": "^19.2.2",
460
460
  "eslint": "^9.39.2",
461
461
  "typescript": "^5.9.3",
462
- "@contractspec/tool.bun": "3.6.0"
462
+ "@contractspec/tool.bun": "3.7.0"
463
463
  },
464
464
  "types": "./dist/index.d.ts"
465
465
  }