@contractspec/bundle.library 3.5.5 → 3.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 +2 -2
- package/CHANGELOG.md +33 -0
- package/package.json +23 -23
- package/src/bundles/LibraryBundle.ts +2 -4
- package/src/components/docs/generated/docs-index._common.json +504 -93
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +10 -0
- package/src/components/docs/generated/docs-index.manifest.json +9 -4
- package/src/components/docs/generated/docs-index.platform-docs.json +12 -4
- package/src/components/docs/generated/docs-index.unknown.json +4 -4
- package/src/components/shell/WorkspaceShellRenderer.tsx +4 -3
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=297 noBundle=false
|
|
6
|
-
Bundled 297 modules in
|
|
6
|
+
Bundled 297 modules in 164ms
|
|
7
7
|
|
|
8
8
|
application/context-storage/index.js 1.0 KB (entry point)
|
|
9
9
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
@@ -304,7 +304,7 @@ Bundled 297 modules in 138ms
|
|
|
304
304
|
application/mcp/contractsMcpTypes.js 8 bytes (entry point)
|
|
305
305
|
|
|
306
306
|
[contractspec-bun-build] transpile target=node root=src entries=297 noBundle=false
|
|
307
|
-
Bundled 297 modules in
|
|
307
|
+
Bundled 297 modules in 124ms
|
|
308
308
|
|
|
309
309
|
application/context-storage/index.js 0.99 KB (entry point)
|
|
310
310
|
presentation/features/templates/types.js 0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 3.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ea320ea: feat: ai-chat tooling
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [6e3fe40]
|
|
12
|
+
- Updated dependencies [44b46cd]
|
|
13
|
+
- Updated dependencies [ea320ea]
|
|
14
|
+
- Updated dependencies [9d55d95]
|
|
15
|
+
- @contractspec/lib.contracts-spec@3.6.0
|
|
16
|
+
- @contractspec/module.examples@3.6.0
|
|
17
|
+
- @contractspec/lib.contracts-runtime-server-graphql@3.6.0
|
|
18
|
+
- @contractspec/lib.contracts-runtime-server-rest@3.6.0
|
|
19
|
+
- @contractspec/lib.contracts-runtime-server-mcp@3.6.0
|
|
20
|
+
- @contractspec/lib.contracts-integrations@3.6.0
|
|
21
|
+
- @contractspec/module.context-storage@0.6.0
|
|
22
|
+
- @contractspec/lib.contracts-library@3.6.0
|
|
23
|
+
- @contractspec/lib.example-shared-ui@5.0.0
|
|
24
|
+
- @contractspec/lib.provider-ranking@0.6.0
|
|
25
|
+
- @contractspec/lib.runtime-sandbox@2.6.0
|
|
26
|
+
- @contractspec/lib.surface-runtime@0.4.0
|
|
27
|
+
- @contractspec/lib.design-system@3.6.0
|
|
28
|
+
- @contractspec/lib.ai-providers@3.6.0
|
|
29
|
+
- @contractspec/lib.content-gen@3.6.0
|
|
30
|
+
- @contractspec/lib.ui-kit-web@3.6.0
|
|
31
|
+
- @contractspec/lib.knowledge@3.6.0
|
|
32
|
+
- @contractspec/lib.ui-link@3.6.0
|
|
33
|
+
- @contractspec/lib.logger@3.6.0
|
|
34
|
+
- @contractspec/lib.schema@3.6.0
|
|
35
|
+
|
|
3
36
|
## 3.5.5
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.library",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -2161,23 +2161,23 @@
|
|
|
2161
2161
|
},
|
|
2162
2162
|
"dependencies": {
|
|
2163
2163
|
"@apollo/client": "^4.1.6",
|
|
2164
|
-
"@contractspec/lib.ai-providers": "3.
|
|
2165
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
2166
|
-
"@contractspec/lib.contracts-library": "3.
|
|
2167
|
-
"@contractspec/lib.content-gen": "3.
|
|
2168
|
-
"@contractspec/lib.contracts-runtime-server-mcp": "3.
|
|
2169
|
-
"@contractspec/lib.design-system": "3.
|
|
2170
|
-
"@contractspec/lib.surface-runtime": "0.
|
|
2171
|
-
"@contractspec/lib.provider-ranking": "0.
|
|
2172
|
-
"@contractspec/lib.example-shared-ui": "
|
|
2173
|
-
"@contractspec/lib.knowledge": "3.
|
|
2174
|
-
"@contractspec/lib.logger": "3.
|
|
2175
|
-
"@contractspec/lib.runtime-sandbox": "2.
|
|
2176
|
-
"@contractspec/lib.schema": "3.
|
|
2177
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
2178
|
-
"@contractspec/lib.ui-link": "3.
|
|
2179
|
-
"@contractspec/module.context-storage": "0.
|
|
2180
|
-
"@contractspec/module.examples": "3.
|
|
2164
|
+
"@contractspec/lib.ai-providers": "3.6.0",
|
|
2165
|
+
"@contractspec/lib.contracts-spec": "3.6.0",
|
|
2166
|
+
"@contractspec/lib.contracts-library": "3.6.0",
|
|
2167
|
+
"@contractspec/lib.content-gen": "3.6.0",
|
|
2168
|
+
"@contractspec/lib.contracts-runtime-server-mcp": "3.6.0",
|
|
2169
|
+
"@contractspec/lib.design-system": "3.6.0",
|
|
2170
|
+
"@contractspec/lib.surface-runtime": "0.4.0",
|
|
2171
|
+
"@contractspec/lib.provider-ranking": "0.6.0",
|
|
2172
|
+
"@contractspec/lib.example-shared-ui": "5.0.0",
|
|
2173
|
+
"@contractspec/lib.knowledge": "3.6.0",
|
|
2174
|
+
"@contractspec/lib.logger": "3.6.0",
|
|
2175
|
+
"@contractspec/lib.runtime-sandbox": "2.6.0",
|
|
2176
|
+
"@contractspec/lib.schema": "3.6.0",
|
|
2177
|
+
"@contractspec/lib.ui-kit-web": "3.6.0",
|
|
2178
|
+
"@contractspec/lib.ui-link": "3.6.0",
|
|
2179
|
+
"@contractspec/module.context-storage": "0.6.0",
|
|
2180
|
+
"@contractspec/module.examples": "3.6.0",
|
|
2181
2181
|
"@dnd-kit/core": "^6.1.0",
|
|
2182
2182
|
"@dnd-kit/sortable": "^10.0.0",
|
|
2183
2183
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -2192,16 +2192,16 @@
|
|
|
2192
2192
|
"posthog-react-native": "^4.37.1",
|
|
2193
2193
|
"react-hook-form": "^7.71.2",
|
|
2194
2194
|
"zod": "^4.3.5",
|
|
2195
|
-
"@contractspec/lib.contracts-integrations": "3.
|
|
2196
|
-
"@contractspec/lib.contracts-runtime-server-rest": "3.
|
|
2197
|
-
"@contractspec/lib.contracts-runtime-server-graphql": "3.
|
|
2195
|
+
"@contractspec/lib.contracts-integrations": "3.6.0",
|
|
2196
|
+
"@contractspec/lib.contracts-runtime-server-rest": "3.6.0",
|
|
2197
|
+
"@contractspec/lib.contracts-runtime-server-graphql": "3.6.0"
|
|
2198
2198
|
},
|
|
2199
2199
|
"devDependencies": {
|
|
2200
2200
|
"@types/react": "~19.2.14",
|
|
2201
|
-
"@contractspec/tool.typescript": "3.
|
|
2201
|
+
"@contractspec/tool.typescript": "3.6.0",
|
|
2202
2202
|
"typescript": "^5.9.3",
|
|
2203
2203
|
"@types/bun": "~1.3.10",
|
|
2204
|
-
"@contractspec/tool.bun": "3.
|
|
2204
|
+
"@contractspec/tool.bun": "3.6.0"
|
|
2205
2205
|
},
|
|
2206
2206
|
"publishConfig": {
|
|
2207
2207
|
"access": "public",
|
|
@@ -138,13 +138,11 @@ export const LibraryBundle = defineModuleBundle({
|
|
|
138
138
|
'Can select compact, balanced, or dense layouts for docs and templates.',
|
|
139
139
|
dataDepth:
|
|
140
140
|
'Controls content depth, pagination size, and inline expansion.',
|
|
141
|
-
control:
|
|
142
|
-
'Shows advanced commands and raw config only when allowed.',
|
|
141
|
+
control: 'Shows advanced commands and raw config only when allowed.',
|
|
143
142
|
media:
|
|
144
143
|
'Supports text-first docs, visual templates, and hybrid modes.',
|
|
145
144
|
pace: 'Maps to motion tokens and confirmation behavior.',
|
|
146
|
-
narrative:
|
|
147
|
-
'Can order summary before or after detail sections.',
|
|
145
|
+
narrative: 'Can order summary before or after detail sections.',
|
|
148
146
|
},
|
|
149
147
|
},
|
|
150
148
|
},
|