@contractspec/lib.example-shared-ui 2.4.0 → 2.6.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 +29 -0
- package/package.json +6 -6
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=23
|
|
6
|
-
Bundled 23 modules in
|
|
6
|
+
Bundled 23 modules in 34ms
|
|
7
7
|
|
|
8
8
|
./EvolutionDashboard.js 31.40 KB (entry point)
|
|
9
9
|
./index.js 120.97 KB (entry point)
|
|
@@ -30,7 +30,7 @@ Bundled 23 modules in 38ms
|
|
|
30
30
|
lib/runtime-context.js 430 bytes (entry point)
|
|
31
31
|
|
|
32
32
|
[contractspec-bun-build] transpile target=node root=src entries=23
|
|
33
|
-
Bundled 23 modules in
|
|
33
|
+
Bundled 23 modules in 32ms
|
|
34
34
|
|
|
35
35
|
./EvolutionDashboard.js 31.38 KB (entry point)
|
|
36
36
|
./index.js 120.92 KB (entry point)
|
|
@@ -57,7 +57,7 @@ Bundled 23 modules in 42ms
|
|
|
57
57
|
lib/runtime-context.js 422 bytes (entry point)
|
|
58
58
|
|
|
59
59
|
[contractspec-bun-build] transpile target=browser root=src entries=23
|
|
60
|
-
Bundled 23 modules in
|
|
60
|
+
Bundled 23 modules in 50ms
|
|
61
61
|
|
|
62
62
|
./EvolutionDashboard.js 31.38 KB (entry point)
|
|
63
63
|
./index.js 120.92 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @contractspec/lib.example-shared-ui
|
|
2
2
|
|
|
3
|
+
## 2.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bae3db1: fix: build issues
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [bae3db1]
|
|
12
|
+
- @contractspec/lib.contracts-spec@2.6.0
|
|
13
|
+
- @contractspec/lib.design-system@2.6.0
|
|
14
|
+
- @contractspec/lib.ui-kit-web@2.6.0
|
|
15
|
+
|
|
16
|
+
## 2.5.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- c83c323: feat: major change to content generation
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [4fa3bd4]
|
|
25
|
+
- Updated dependencies [63eee9b]
|
|
26
|
+
- Updated dependencies [284cbe2]
|
|
27
|
+
- Updated dependencies [c83c323]
|
|
28
|
+
- @contractspec/lib.contracts-spec@2.5.0
|
|
29
|
+
- @contractspec/lib.design-system@2.5.0
|
|
30
|
+
- @contractspec/lib.ui-kit-web@2.5.0
|
|
31
|
+
|
|
3
32
|
## 2.4.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": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -377,9 +377,9 @@
|
|
|
377
377
|
},
|
|
378
378
|
"dependencies": {
|
|
379
379
|
"@apollo/client": "^4.1.4",
|
|
380
|
-
"@contractspec/lib.contracts-spec": "2.
|
|
381
|
-
"@contractspec/lib.design-system": "2.
|
|
382
|
-
"@contractspec/lib.ui-kit-web": "2.
|
|
380
|
+
"@contractspec/lib.contracts-spec": "2.6.0",
|
|
381
|
+
"@contractspec/lib.design-system": "2.6.0",
|
|
382
|
+
"@contractspec/lib.ui-kit-web": "2.6.0",
|
|
383
383
|
"@tanstack/react-query": "^5.90.21",
|
|
384
384
|
"framer-motion": "^12.34.0",
|
|
385
385
|
"lucide-react": "^0.564.0",
|
|
@@ -387,12 +387,12 @@
|
|
|
387
387
|
"react-dom": "19.2.4"
|
|
388
388
|
},
|
|
389
389
|
"devDependencies": {
|
|
390
|
-
"@contractspec/tool.typescript": "2.
|
|
390
|
+
"@contractspec/tool.typescript": "2.6.0",
|
|
391
391
|
"@types/react": "^19.2.14",
|
|
392
392
|
"@types/react-dom": "^19.2.2",
|
|
393
393
|
"eslint": "^9.39.2",
|
|
394
394
|
"typescript": "^5.9.3",
|
|
395
|
-
"@contractspec/tool.bun": "2.
|
|
395
|
+
"@contractspec/tool.bun": "2.6.0"
|
|
396
396
|
},
|
|
397
397
|
"types": "./dist/index.d.ts"
|
|
398
398
|
}
|