@contractspec/tool.typescript 0.0.0-canary-20260113162409

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/CHANGELOG.md ADDED
@@ -0,0 +1,312 @@
1
+ # @contractspec/tool.typescript
2
+
3
+ ## 0.0.0-canary-20260113162409
4
+
5
+ ### Minor Changes
6
+
7
+ - caf8701: feat: add cli vibe command to run workflow
8
+ - c69b849: feat: add api web services (mcp & website)
9
+ - 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
10
+ - fd38e85: feat: auto-fix contractspec issues
11
+
12
+ ### Patch Changes
13
+
14
+ - e7ded36: feat: improve stability (adding ts-morph)
15
+ - c231a8b: test: improve workspace stability
16
+
17
+ ## 1.46.2
18
+
19
+ ### Patch Changes
20
+
21
+ - 7e21625: feat: library services (landing page & api)
22
+
23
+ ## 1.46.1
24
+
25
+ ### Patch Changes
26
+
27
+ - 2d8a72b: fix: mcp for presentation
28
+
29
+ ## 1.46.0
30
+
31
+ ### Minor Changes
32
+
33
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
34
+
35
+ ## 1.45.6
36
+
37
+ ### Patch Changes
38
+
39
+ - a913074: feat: improve ai agents rules management"
40
+
41
+ ## 1.45.5
42
+
43
+ ### Patch Changes
44
+
45
+ - 9ddd7fa: feat: improve versioning
46
+
47
+ ## 1.45.4
48
+
49
+ ### Patch Changes
50
+
51
+ - fix: github action
52
+
53
+ ## 1.45.3
54
+
55
+ ### Patch Changes
56
+
57
+ - e74ea9e: feat: version management
58
+
59
+ ## 1.45.2
60
+
61
+ ### Patch Changes
62
+
63
+ - 39ca241: code cleaning
64
+
65
+ ## 1.45.1
66
+
67
+ ### Patch Changes
68
+
69
+ - feat: improve app config and examples contracts
70
+
71
+ ## 1.45.0
72
+
73
+ ### Minor Changes
74
+
75
+ - e73ca1d: feat: improve app config and examples contracts
76
+ feat: Contract layers support (features, examples, app-configs)
77
+
78
+ ### New CLI Commands
79
+ - `contractspec list layers` - List all contract layers with filtering
80
+
81
+ ### Enhanced Commands
82
+ - `contractspec ci` - New `layers` check category validates features/examples/config
83
+ - `contractspec doctor` - New `layers` health checks
84
+ - `contractspec integrity` - Now shows layer statistics
85
+
86
+ ### New APIs
87
+ - `discoverLayers()` - Scan workspace for all layer files
88
+ - `scanExampleSource()` - Parse ExampleSpec from source code
89
+ - `isExampleFile()` - Check if file is an example spec
90
+
91
+ ## 1.44.1
92
+
93
+ ### Patch Changes
94
+
95
+ - 3c594fb: fix
96
+
97
+ ## 1.44.0
98
+
99
+ ### Minor Changes
100
+
101
+ - 5f3a868: chore: isolate branding to contractspec.io
102
+
103
+ ## 1.43.3
104
+
105
+ ### Patch Changes
106
+
107
+ - 9216062: fix: cross-platform compatibility
108
+
109
+ ## 1.43.2
110
+
111
+ ### Patch Changes
112
+
113
+ - 24d9759: improve documentation
114
+
115
+ ## 1.43.1
116
+
117
+ ### Patch Changes
118
+
119
+ - e147271: fix: improve stability
120
+
121
+ ## 1.43.0
122
+
123
+ ### Minor Changes
124
+
125
+ - 042d072: feat: schema declaration using json schema, including zod
126
+
127
+ ## 1.42.10
128
+
129
+ ### Patch Changes
130
+
131
+ - 1e6a0f1: fix: mcp server
132
+
133
+ ## 1.42.9
134
+
135
+ ### Patch Changes
136
+
137
+ - 9281db7: fix ModelRegistry
138
+
139
+ ## 1.42.8
140
+
141
+ ### Patch Changes
142
+
143
+ - e07b5ac: fix
144
+
145
+ ## 1.42.7
146
+
147
+ ### Patch Changes
148
+
149
+ - e9b575d: fix release
150
+
151
+ ## 1.42.6
152
+
153
+ ### Patch Changes
154
+
155
+ - 1500242: fix tooling
156
+
157
+ ## 1.42.5
158
+
159
+ ### Patch Changes
160
+
161
+ - 1299719: fix vscode
162
+
163
+ ## 1.42.4
164
+
165
+ ### Patch Changes
166
+
167
+ - ac28b99: fix: generate from openapi
168
+
169
+ ## 1.42.3
170
+
171
+ ### Patch Changes
172
+
173
+ - 3f5d015: fix(tooling): cicd
174
+
175
+ ## 1.42.2
176
+
177
+ ### Patch Changes
178
+
179
+ - 1f9ac4c: fix
180
+
181
+ ## 1.42.1
182
+
183
+ ### Patch Changes
184
+
185
+ - f043995: Fix release
186
+
187
+ ## 1.42.0
188
+
189
+ ### Minor Changes
190
+
191
+ - 8eefd9c: initial release
192
+
193
+ ## 0.12.0
194
+
195
+ ### Minor Changes
196
+
197
+ - Refactor to be compatible with ai-sdk v6
198
+
199
+ ## 0.11.1
200
+
201
+ ### Patch Changes
202
+
203
+ - Fix dependencies
204
+
205
+ ## 0.11.0
206
+
207
+ ### Minor Changes
208
+
209
+ - b7621d3: Fix version
210
+
211
+ ## 0.10.0
212
+
213
+ ### Minor Changes
214
+
215
+ - fix
216
+
217
+ ## 0.9.2
218
+
219
+ ### Patch Changes
220
+
221
+ - fix dependencies
222
+
223
+ ## 0.9.1
224
+
225
+ ### Patch Changes
226
+
227
+ - fix
228
+
229
+ ## 0.9.0
230
+
231
+ ### Minor Changes
232
+
233
+ - b1d0876: Managed platform
234
+
235
+ ## 0.8.0
236
+
237
+ ### Minor Changes
238
+
239
+ - f1f4ddd: Foundation Hardening
240
+
241
+ ## 0.7.4
242
+
243
+ ### Patch Changes
244
+
245
+ - fix typing
246
+
247
+ ## 0.7.3
248
+
249
+ ### Patch Changes
250
+
251
+ - add right-sidebar
252
+
253
+ ## 0.7.2
254
+
255
+ ### Patch Changes
256
+
257
+ - fix typing
258
+
259
+ ## 0.7.1
260
+
261
+ ### Patch Changes
262
+
263
+ - fix typing
264
+
265
+ ## 0.7.0
266
+
267
+ ### Minor Changes
268
+
269
+ - fixii
270
+
271
+ ## 0.6.0
272
+
273
+ ### Minor Changes
274
+
275
+ - fix versionnnn
276
+
277
+ ## 0.5.0
278
+
279
+ ### Minor Changes
280
+
281
+ - fix
282
+
283
+ ## 0.4.0
284
+
285
+ ### Minor Changes
286
+
287
+ - fix exports
288
+
289
+ ## 0.3.0
290
+
291
+ ### Minor Changes
292
+
293
+ - fix it
294
+
295
+ ## 0.2.0
296
+
297
+ ### Minor Changes
298
+
299
+ - fix
300
+
301
+ ## 0.1.0
302
+
303
+ ### Minor Changes
304
+
305
+ - fix
306
+ - 748b3a2: fix publish
307
+
308
+ ## 0.1.0
309
+
310
+ ### Minor Changes
311
+
312
+ - eeba130: fix publish
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Chaman Ventures, SASU
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/base.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "compilerOptions": {
4
+ "noEmit": false,
5
+ "declaration": true,
6
+ "emitDeclarationOnly": true,
7
+ "declarationMap": true,
8
+ "esModuleInterop": true,
9
+ "incremental": true,
10
+ "isolatedModules": true,
11
+ "lib": ["esnext", "DOM", "DOM.Iterable"],
12
+ "module": "Preserve",
13
+ "moduleDetection": "force",
14
+ "moduleResolution": "bundler",
15
+ "noUncheckedIndexedAccess": true,
16
+ "resolveJsonModule": true,
17
+ "verbatimModuleSyntax": true,
18
+ "skipLibCheck": true,
19
+ "strict": true,
20
+ "target": "esnext",
21
+ "experimentalDecorators": true,
22
+ "strictPropertyInitialization": false,
23
+ "plugins": [{ "name": "next" }]
24
+ }
25
+ }
package/nextjs.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "extends": "./base.json",
4
+ "compilerOptions": {
5
+ "plugins": [{ "name": "next" }],
6
+ "module": "ESNext",
7
+ "moduleResolution": "Bundler",
8
+ "allowJs": true,
9
+ "jsx": "react-jsx",
10
+ "noEmit": true
11
+ }
12
+ }
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@contractspec/tool.typescript",
3
+ "version": "0.0.0-canary-20260113162409",
4
+ "scripts": {
5
+ "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
6
+ "publish:pkg:canary": "bun publish:pkg --tag canary"
7
+ },
8
+ "devDependencies": {
9
+ "typescript": "^5.9.3"
10
+ },
11
+ "type": "module",
12
+ "publishConfig": {
13
+ "access": "public",
14
+ "registry": "https://registry.npmjs.org/"
15
+ },
16
+ "license": "MIT",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/lssm-tech/contractspec.git",
20
+ "directory": "packages/tools/typescript"
21
+ },
22
+ "homepage": "https://contractspec.io"
23
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "extends": "./base.json",
4
+ "compilerOptions": {
5
+ "jsx": "react-jsx"
6
+ }
7
+ }