@contractspec/bundle.library 3.9.9 → 3.9.10

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.
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=327 noBundle=false
5
- Bundled 327 modules in 152ms
5
+ Bundled 327 modules in 132ms
6
6
 
7
7
  application/context-storage/index.js 0.85 KB (entry point)
8
8
  presentation/features/templates/types.js 8 bytes (entry point)
@@ -333,7 +333,7 @@ Bundled 327 modules in 152ms
333
333
  application/mcp/contractsMcpResources.js 3.47 KB (entry point)
334
334
 
335
335
  [contractspec-bun-build] transpile target=node root=src entries=327 noBundle=false
336
- Bundled 327 modules in 121ms
336
+ Bundled 327 modules in 103ms
337
337
 
338
338
  application/context-storage/index.js 0.85 KB (entry point)
339
339
  presentation/features/templates/types.js 0 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @contractspec/bundle.library
2
2
 
3
+ ## 3.9.10
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of Fix AppShell desktop sidebar collapse/layout and web notification dismissal behavior.
9
+ - Updated dependencies because of chore: auto-bump internal dependents
10
+ - Updated dependencies because of Fix FormSpec phone country-select rendering to remove duplicated country adornments.
11
+ - @contractspec/lib.design-system@4.4.1
12
+ - @contractspec/example.data-grid-showcase@3.8.22
13
+ - @contractspec/lib.example-shared-ui@7.0.7
14
+ - @contractspec/module.examples@4.0.7
15
+
3
16
  ## 3.9.9
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.library",
3
- "version": "3.9.9",
3
+ "version": "3.9.10",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -1989,16 +1989,16 @@
1989
1989
  "@contractspec/bundle.workspace": "4.6.0",
1990
1990
  "@apollo/client": "^4.1.7",
1991
1991
  "@modelcontextprotocol/sdk": "^1.29.0",
1992
- "@contractspec/example.data-grid-showcase": "3.8.21",
1992
+ "@contractspec/example.data-grid-showcase": "3.8.22",
1993
1993
  "@contractspec/lib.ai-providers": "3.7.20",
1994
1994
  "@contractspec/lib.contracts-spec": "6.2.0",
1995
1995
  "@contractspec/lib.contracts-library": "3.7.27",
1996
1996
  "@contractspec/lib.content-gen": "3.7.27",
1997
1997
  "@contractspec/lib.contracts-runtime-server-mcp": "3.8.7",
1998
- "@contractspec/lib.design-system": "4.4.0",
1998
+ "@contractspec/lib.design-system": "4.4.1",
1999
1999
  "@contractspec/lib.surface-runtime": "0.5.27",
2000
2000
  "@contractspec/lib.provider-ranking": "0.7.20",
2001
- "@contractspec/lib.example-shared-ui": "7.0.6",
2001
+ "@contractspec/lib.example-shared-ui": "7.0.7",
2002
2002
  "@contractspec/lib.knowledge": "3.8.3",
2003
2003
  "@contractspec/lib.logger": "3.7.20",
2004
2004
  "@contractspec/lib.runtime-sandbox": "3.0.6",
@@ -2006,7 +2006,7 @@
2006
2006
  "@contractspec/lib.ui-kit-web": "3.13.2",
2007
2007
  "@contractspec/lib.ui-link": "3.7.22",
2008
2008
  "@contractspec/module.context-storage": "0.7.26",
2009
- "@contractspec/module.examples": "4.0.6",
2009
+ "@contractspec/module.examples": "4.0.7",
2010
2010
  "@dnd-kit/core": "^6.1.0",
2011
2011
  "@dnd-kit/sortable": "^10.0.0",
2012
2012
  "@dnd-kit/utilities": "^3.2.2",