@contractspec/lib.example-shared-ui 4.0.4 → 5.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +28 -0
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
|
6
|
+
Bundled 26 modules in 51ms
|
|
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 77ms
|
|
|
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
|
|
36
|
+
Bundled 26 modules in 51ms
|
|
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 117ms
|
|
|
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
|
|
66
|
+
Bundled 26 modules in 47ms
|
|
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,33 @@
|
|
|
1
1
|
# @contractspec/lib.example-shared-ui
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ea320ea: feat: ai-chat tooling
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [6e3fe40]
|
|
12
|
+
- Updated dependencies [ea320ea]
|
|
13
|
+
- Updated dependencies [9d55d95]
|
|
14
|
+
- @contractspec/lib.contracts-spec@3.6.0
|
|
15
|
+
- @contractspec/lib.surface-runtime@0.4.0
|
|
16
|
+
- @contractspec/lib.design-system@3.6.0
|
|
17
|
+
- @contractspec/lib.ui-kit-web@3.6.0
|
|
18
|
+
|
|
19
|
+
## 4.0.5
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 693eedd: chore: improve ai models
|
|
24
|
+
- Updated dependencies [27b77db]
|
|
25
|
+
- Updated dependencies [693eedd]
|
|
26
|
+
- @contractspec/lib.contracts-spec@3.5.5
|
|
27
|
+
- @contractspec/lib.surface-runtime@0.3.5
|
|
28
|
+
- @contractspec/lib.design-system@3.5.5
|
|
29
|
+
- @contractspec/lib.ui-kit-web@3.5.5
|
|
30
|
+
|
|
3
31
|
## 4.0.4
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.example-shared-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.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.
|
|
435
|
+
"@contractspec/lib.surface-runtime": "0.4.0"
|
|
436
436
|
},
|
|
437
437
|
"peerDependenciesMeta": {
|
|
438
438
|
"@contractspec/lib.surface-runtime": {
|
|
@@ -441,9 +441,9 @@
|
|
|
441
441
|
},
|
|
442
442
|
"dependencies": {
|
|
443
443
|
"@apollo/client": "^4.1.6",
|
|
444
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
445
|
-
"@contractspec/lib.design-system": "3.
|
|
446
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
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",
|
|
447
447
|
"@tanstack/react-query": "^5.90.21",
|
|
448
448
|
"framer-motion": "^12.35.1",
|
|
449
449
|
"lucide-react": "^0.577.0",
|
|
@@ -451,15 +451,15 @@
|
|
|
451
451
|
"react-dom": "19.2.4"
|
|
452
452
|
},
|
|
453
453
|
"optionalDependencies": {
|
|
454
|
-
"@contractspec/lib.surface-runtime": "0.
|
|
454
|
+
"@contractspec/lib.surface-runtime": "0.4.0"
|
|
455
455
|
},
|
|
456
456
|
"devDependencies": {
|
|
457
|
-
"@contractspec/tool.typescript": "3.
|
|
457
|
+
"@contractspec/tool.typescript": "3.6.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.
|
|
462
|
+
"@contractspec/tool.bun": "3.6.0"
|
|
463
463
|
},
|
|
464
464
|
"types": "./dist/index.d.ts"
|
|
465
465
|
}
|