@contractspec/lib.example-shared-ui 4.0.2 → 4.0.4
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 +23 -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 77ms
|
|
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 32ms
|
|
|
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 117ms
|
|
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 40ms
|
|
|
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 69ms
|
|
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,28 @@
|
|
|
1
1
|
# @contractspec/lib.example-shared-ui
|
|
2
2
|
|
|
3
|
+
## 4.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c585fb1: fix: mcp tooling naming
|
|
8
|
+
- Updated dependencies [c585fb1]
|
|
9
|
+
- Updated dependencies [f5d4816]
|
|
10
|
+
- @contractspec/lib.surface-runtime@0.3.4
|
|
11
|
+
- @contractspec/lib.contracts-spec@3.5.4
|
|
12
|
+
- @contractspec/lib.design-system@3.5.4
|
|
13
|
+
- @contractspec/lib.ui-kit-web@3.5.4
|
|
14
|
+
|
|
15
|
+
## 4.0.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- b0b4da6: fix: release
|
|
20
|
+
- Updated dependencies [b0b4da6]
|
|
21
|
+
- @contractspec/lib.surface-runtime@0.3.3
|
|
22
|
+
- @contractspec/lib.contracts-spec@3.5.3
|
|
23
|
+
- @contractspec/lib.design-system@3.5.3
|
|
24
|
+
- @contractspec/lib.ui-kit-web@3.5.3
|
|
25
|
+
|
|
3
26
|
## 4.0.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.example-shared-ui",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
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.3.
|
|
435
|
+
"@contractspec/lib.surface-runtime": "0.3.4"
|
|
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.5.
|
|
445
|
-
"@contractspec/lib.design-system": "3.5.
|
|
446
|
-
"@contractspec/lib.ui-kit-web": "3.5.
|
|
444
|
+
"@contractspec/lib.contracts-spec": "3.5.4",
|
|
445
|
+
"@contractspec/lib.design-system": "3.5.4",
|
|
446
|
+
"@contractspec/lib.ui-kit-web": "3.5.4",
|
|
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.3.
|
|
454
|
+
"@contractspec/lib.surface-runtime": "0.3.4"
|
|
455
455
|
},
|
|
456
456
|
"devDependencies": {
|
|
457
|
-
"@contractspec/tool.typescript": "3.5.
|
|
457
|
+
"@contractspec/tool.typescript": "3.5.4",
|
|
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.5.
|
|
462
|
+
"@contractspec/tool.bun": "3.5.4"
|
|
463
463
|
},
|
|
464
464
|
"types": "./dist/index.d.ts"
|
|
465
465
|
}
|