@contractspec/bundle.library 2.6.0 → 2.6.1

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=281
6
- Bundled 281 modules in 125ms
6
+ Bundled 281 modules in 240ms
7
7
 
8
8
  application/index.js 23.85 KB (entry point)
9
9
  presentation/features/templates/types.js 8 bytes (entry point)
@@ -288,7 +288,7 @@ Bundled 281 modules in 125ms
288
288
  components/docs/advanced/AdvancedMCPPage.js 15.27 KB (entry point)
289
289
 
290
290
  [contractspec-bun-build] transpile target=node root=src entries=281
291
- Bundled 281 modules in 94ms
291
+ Bundled 281 modules in 242ms
292
292
 
293
293
  application/index.js 23.85 KB (entry point)
294
294
  presentation/features/templates/types.js 0 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @contractspec/bundle.library
2
2
 
3
+ ## 2.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f8dc3ad]
8
+ - @contractspec/lib.design-system@2.6.1
9
+ - @contractspec/lib.example-shared-ui@2.6.1
10
+ - @contractspec/module.examples@2.6.1
11
+
3
12
  ## 2.6.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.library",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -2052,32 +2052,31 @@
2052
2052
  "react": "19.2.4"
2053
2053
  },
2054
2054
  "dependencies": {
2055
- "@apollo/client": "^4.1.4",
2055
+ "@apollo/client": "^4.1.6",
2056
2056
  "@contractspec/lib.contracts-spec": "2.6.0",
2057
2057
  "@contractspec/lib.contracts-library": "2.6.0",
2058
2058
  "@contractspec/lib.contracts-runtime-server-mcp": "2.6.0",
2059
- "@contractspec/lib.design-system": "2.6.0",
2060
- "@contractspec/lib.example-shared-ui": "2.6.0",
2059
+ "@contractspec/lib.design-system": "2.6.1",
2060
+ "@contractspec/lib.example-shared-ui": "2.6.1",
2061
2061
  "@contractspec/lib.logger": "2.6.0",
2062
2062
  "@contractspec/lib.runtime-sandbox": "1.6.0",
2063
2063
  "@contractspec/lib.schema": "2.6.0",
2064
2064
  "@contractspec/lib.ui-kit-web": "2.6.0",
2065
2065
  "@contractspec/lib.ui-link": "2.6.0",
2066
- "@contractspec/module.examples": "2.6.0",
2066
+ "@contractspec/module.examples": "2.6.1",
2067
2067
  "@dnd-kit/core": "^6.1.0",
2068
2068
  "@dnd-kit/sortable": "^10.0.0",
2069
2069
  "@dnd-kit/utilities": "^3.2.2",
2070
2070
  "@electric-sql/pglite": "^0.3.14",
2071
- "@scaleway/sdk": "^3.2.0",
2071
+ "@scaleway/sdk": "^3.2.1",
2072
2072
  "@scaleway/sdk-client": "^2.1.0",
2073
2073
  "drizzle-orm": "^0.45.1",
2074
- "elysia-mcp": "^0.1.0",
2075
- "framer-motion": "^12.34.0",
2076
- "lucide-react": "^0.564.0",
2077
- "posthog-js": "^1.347.2",
2078
- "posthog-node": "^5.24.15",
2074
+ "framer-motion": "^12.34.3",
2075
+ "lucide-react": "^0.575.0",
2076
+ "posthog-js": "^1.353.0",
2077
+ "posthog-node": "^5.25.0",
2079
2078
  "posthog-react-native": "^4.34.0",
2080
- "react-hook-form": "^7.70.0",
2079
+ "react-hook-form": "^7.71.2",
2081
2080
  "zod": "^4.3.5",
2082
2081
  "@contractspec/lib.contracts-integrations": "2.6.0",
2083
2082
  "@contractspec/lib.contracts-runtime-server-rest": "2.6.0",