@contractspec/lib.example-shared-ui 6.0.1 → 6.0.5

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 60ms
6
+ Bundled 26 modules in 68ms
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 60ms
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 61ms
36
+ Bundled 26 modules in 60ms
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 61ms
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 63ms
66
+ Bundled 26 modules in 71ms
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,50 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 6.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ecf195a: fix: release security
8
+ - Updated dependencies [ecf195a]
9
+ - @contractspec/lib.surface-runtime@0.5.5
10
+ - @contractspec/lib.contracts-spec@3.7.5
11
+ - @contractspec/lib.design-system@3.7.5
12
+ - @contractspec/lib.ui-kit-web@3.7.5
13
+
14
+ ## 6.0.4
15
+
16
+ ### Patch Changes
17
+
18
+ - fix: release security
19
+ - Updated dependencies
20
+ - @contractspec/lib.surface-runtime@0.5.4
21
+ - @contractspec/lib.contracts-spec@3.7.4
22
+ - @contractspec/lib.design-system@3.7.4
23
+ - @contractspec/lib.ui-kit-web@3.7.4
24
+
25
+ ## 6.0.3
26
+
27
+ ### Patch Changes
28
+
29
+ - fix: release
30
+ - Updated dependencies
31
+ - @contractspec/lib.surface-runtime@0.5.3
32
+ - @contractspec/lib.contracts-spec@3.7.3
33
+ - @contractspec/lib.design-system@3.7.3
34
+ - @contractspec/lib.ui-kit-web@3.7.3
35
+
36
+ ## 6.0.2
37
+
38
+ ### Patch Changes
39
+
40
+ - 8cd229b: fix: release
41
+ - Updated dependencies [8cd229b]
42
+ - Updated dependencies [04bc555]
43
+ - @contractspec/lib.surface-runtime@0.5.2
44
+ - @contractspec/lib.contracts-spec@3.7.2
45
+ - @contractspec/lib.design-system@3.7.2
46
+ - @contractspec/lib.ui-kit-web@3.7.2
47
+
3
48
  ## 6.0.1
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "6.0.1",
3
+ "version": "6.0.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -201,6 +201,11 @@
201
201
  "prebuild": "contractspec-bun-build prebuild",
202
202
  "typecheck": "tsc --noEmit"
203
203
  },
204
+ "repository": {
205
+ "type": "git",
206
+ "url": "https://github.com/lssm-tech/contractspec.git",
207
+ "directory": "packages/libs/example-shared-ui"
208
+ },
204
209
  "publishConfig": {
205
210
  "access": "public",
206
211
  "registry": "https://registry.npmjs.org/",
@@ -390,7 +395,7 @@
390
395
  }
391
396
  },
392
397
  "peerDependencies": {
393
- "@contractspec/lib.surface-runtime": "0.5.1"
398
+ "@contractspec/lib.surface-runtime": "0.5.5"
394
399
  },
395
400
  "peerDependenciesMeta": {
396
401
  "@contractspec/lib.surface-runtime": {
@@ -399,9 +404,9 @@
399
404
  },
400
405
  "dependencies": {
401
406
  "@apollo/client": "^4.1.6",
402
- "@contractspec/lib.contracts-spec": "3.7.1",
403
- "@contractspec/lib.design-system": "3.7.1",
404
- "@contractspec/lib.ui-kit-web": "3.7.1",
407
+ "@contractspec/lib.contracts-spec": "3.7.5",
408
+ "@contractspec/lib.design-system": "3.7.5",
409
+ "@contractspec/lib.ui-kit-web": "3.7.5",
405
410
  "@tanstack/react-query": "^5.90.21",
406
411
  "framer-motion": "^12.35.1",
407
412
  "lucide-react": "^0.577.0",
@@ -409,15 +414,15 @@
409
414
  "react-dom": "19.2.0"
410
415
  },
411
416
  "optionalDependencies": {
412
- "@contractspec/lib.surface-runtime": "0.5.1"
417
+ "@contractspec/lib.surface-runtime": "0.5.5"
413
418
  },
414
419
  "devDependencies": {
415
- "@contractspec/tool.typescript": "3.7.1",
420
+ "@contractspec/tool.typescript": "3.7.5",
416
421
  "@types/react": "^19.2.14",
417
422
  "@types/react-dom": "^19.2.2",
418
423
  "eslint": "^9.39.2",
419
424
  "typescript": "^5.9.3",
420
- "@contractspec/tool.bun": "3.7.1"
425
+ "@contractspec/tool.bun": "3.7.5"
421
426
  },
422
427
  "types": "./dist/index.d.ts"
423
428
  }