@contractspec/tool.typescript 1.44.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/CHANGELOG.md ADDED
@@ -0,0 +1,218 @@
1
+ # @contractspec/tool.typescript
2
+
3
+ ## 1.44.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5f3a868: chore: isolate branding to contractspec.io
8
+
9
+ ## 1.43.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 9216062: fix: cross-platform compatibility
14
+
15
+ ## 1.43.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 24d9759: improve documentation
20
+
21
+ ## 1.43.1
22
+
23
+ ### Patch Changes
24
+
25
+ - e147271: fix: improve stability
26
+
27
+ ## 1.43.0
28
+
29
+ ### Minor Changes
30
+
31
+ - 042d072: feat: schema declaration using json schema, including zod
32
+
33
+ ## 1.42.10
34
+
35
+ ### Patch Changes
36
+
37
+ - 1e6a0f1: fix: mcp server
38
+
39
+ ## 1.42.9
40
+
41
+ ### Patch Changes
42
+
43
+ - 9281db7: fix ModelRegistry
44
+
45
+ ## 1.42.8
46
+
47
+ ### Patch Changes
48
+
49
+ - e07b5ac: fix
50
+
51
+ ## 1.42.7
52
+
53
+ ### Patch Changes
54
+
55
+ - e9b575d: fix release
56
+
57
+ ## 1.42.6
58
+
59
+ ### Patch Changes
60
+
61
+ - 1500242: fix tooling
62
+
63
+ ## 1.42.5
64
+
65
+ ### Patch Changes
66
+
67
+ - 1299719: fix vscode
68
+
69
+ ## 1.42.4
70
+
71
+ ### Patch Changes
72
+
73
+ - ac28b99: fix: generate from openapi
74
+
75
+ ## 1.42.3
76
+
77
+ ### Patch Changes
78
+
79
+ - 3f5d015: fix(tooling): cicd
80
+
81
+ ## 1.42.2
82
+
83
+ ### Patch Changes
84
+
85
+ - 1f9ac4c: fix
86
+
87
+ ## 1.42.1
88
+
89
+ ### Patch Changes
90
+
91
+ - f043995: Fix release
92
+
93
+ ## 1.42.0
94
+
95
+ ### Minor Changes
96
+
97
+ - 8eefd9c: initial release
98
+
99
+ ## 0.12.0
100
+
101
+ ### Minor Changes
102
+
103
+ - Refactor to be compatible with ai-sdk v6
104
+
105
+ ## 0.11.1
106
+
107
+ ### Patch Changes
108
+
109
+ - Fix dependencies
110
+
111
+ ## 0.11.0
112
+
113
+ ### Minor Changes
114
+
115
+ - b7621d3: Fix version
116
+
117
+ ## 0.10.0
118
+
119
+ ### Minor Changes
120
+
121
+ - fix
122
+
123
+ ## 0.9.2
124
+
125
+ ### Patch Changes
126
+
127
+ - fix dependencies
128
+
129
+ ## 0.9.1
130
+
131
+ ### Patch Changes
132
+
133
+ - fix
134
+
135
+ ## 0.9.0
136
+
137
+ ### Minor Changes
138
+
139
+ - b1d0876: Managed platform
140
+
141
+ ## 0.8.0
142
+
143
+ ### Minor Changes
144
+
145
+ - f1f4ddd: Foundation Hardening
146
+
147
+ ## 0.7.4
148
+
149
+ ### Patch Changes
150
+
151
+ - fix typing
152
+
153
+ ## 0.7.3
154
+
155
+ ### Patch Changes
156
+
157
+ - add right-sidebar
158
+
159
+ ## 0.7.2
160
+
161
+ ### Patch Changes
162
+
163
+ - fix typing
164
+
165
+ ## 0.7.1
166
+
167
+ ### Patch Changes
168
+
169
+ - fix typing
170
+
171
+ ## 0.7.0
172
+
173
+ ### Minor Changes
174
+
175
+ - fixii
176
+
177
+ ## 0.6.0
178
+
179
+ ### Minor Changes
180
+
181
+ - fix versionnnn
182
+
183
+ ## 0.5.0
184
+
185
+ ### Minor Changes
186
+
187
+ - fix
188
+
189
+ ## 0.4.0
190
+
191
+ ### Minor Changes
192
+
193
+ - fix exports
194
+
195
+ ## 0.3.0
196
+
197
+ ### Minor Changes
198
+
199
+ - fix it
200
+
201
+ ## 0.2.0
202
+
203
+ ### Minor Changes
204
+
205
+ - fix
206
+
207
+ ## 0.1.0
208
+
209
+ ### Minor Changes
210
+
211
+ - fix
212
+ - 748b3a2: fix publish
213
+
214
+ ## 0.1.0
215
+
216
+ ### Minor Changes
217
+
218
+ - 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": "1.44.0",
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
+ }