@objectstack/types 4.0.3 → 4.0.5
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/package.json +27 -3
- package/.turbo/turbo-build.log +0 -22
- package/CHANGELOG.md +0 -539
- package/src/index.ts +0 -22
- package/tsconfig.json +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/types",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Shared interfaces describing the ObjectStack Runtime environment",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,10 +13,34 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@objectstack/spec": "4.0.
|
|
16
|
+
"@objectstack/spec": "4.0.5"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"typescript": "^6.0.
|
|
19
|
+
"typescript": "^6.0.3"
|
|
20
|
+
},
|
|
21
|
+
"keywords": [
|
|
22
|
+
"objectstack",
|
|
23
|
+
"typescript",
|
|
24
|
+
"types",
|
|
25
|
+
"utilities"
|
|
26
|
+
],
|
|
27
|
+
"author": "ObjectStack",
|
|
28
|
+
"repository": {
|
|
29
|
+
"type": "git",
|
|
30
|
+
"url": "https://github.com/objectstack-ai/framework.git",
|
|
31
|
+
"directory": "packages/types"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://objectstack.ai/docs",
|
|
34
|
+
"bugs": "https://github.com/objectstack-ai/framework/issues",
|
|
35
|
+
"publishConfig": {
|
|
36
|
+
"access": "public"
|
|
37
|
+
},
|
|
38
|
+
"files": [
|
|
39
|
+
"dist",
|
|
40
|
+
"README.md"
|
|
41
|
+
],
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": ">=18.0.0"
|
|
20
44
|
},
|
|
21
45
|
"scripts": {
|
|
22
46
|
"build": "tsup --config ../../tsup.config.ts"
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @objectstack/types@4.0.3 build /home/runner/work/framework/framework/packages/types
|
|
3
|
-
> tsup --config ../../tsup.config.ts
|
|
4
|
-
|
|
5
|
-
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.5.1
|
|
8
|
-
[34mCLI[39m Using tsup config: /home/runner/work/framework/framework/tsup.config.ts
|
|
9
|
-
[34mCLI[39m Target: es2020
|
|
10
|
-
[34mCLI[39m Cleaning output folder
|
|
11
|
-
[34mESM[39m Build start
|
|
12
|
-
[34mCJS[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m34.00 B[39m
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m71.00 B[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in 12ms
|
|
16
|
-
[32mCJS[39m [1mdist/index.js [22m[32m791.00 B[39m
|
|
17
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m922.00 B[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in 11ms
|
|
19
|
-
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in 338ms
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m363.00 B[39m
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m363.00 B[39m
|
package/CHANGELOG.md
DELETED
|
@@ -1,539 +0,0 @@
|
|
|
1
|
-
# @objectstack/types
|
|
2
|
-
|
|
3
|
-
## 4.0.3
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- @objectstack/spec@4.0.3
|
|
8
|
-
|
|
9
|
-
## 4.0.2
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- Updated dependencies [5f659e9]
|
|
14
|
-
- @objectstack/spec@4.0.2
|
|
15
|
-
|
|
16
|
-
## 4.0.0
|
|
17
|
-
|
|
18
|
-
### Patch Changes
|
|
19
|
-
|
|
20
|
-
- Updated dependencies [f08ffc3]
|
|
21
|
-
- Updated dependencies [e0b0a78]
|
|
22
|
-
- @objectstack/spec@4.0.0
|
|
23
|
-
|
|
24
|
-
## 3.3.1
|
|
25
|
-
|
|
26
|
-
### Patch Changes
|
|
27
|
-
|
|
28
|
-
- @objectstack/spec@3.3.1
|
|
29
|
-
|
|
30
|
-
## 3.3.0
|
|
31
|
-
|
|
32
|
-
### Patch Changes
|
|
33
|
-
|
|
34
|
-
- @objectstack/spec@3.3.0
|
|
35
|
-
|
|
36
|
-
## 3.2.9
|
|
37
|
-
|
|
38
|
-
### Patch Changes
|
|
39
|
-
|
|
40
|
-
- @objectstack/spec@3.2.9
|
|
41
|
-
|
|
42
|
-
## 3.2.8
|
|
43
|
-
|
|
44
|
-
### Patch Changes
|
|
45
|
-
|
|
46
|
-
- @objectstack/spec@3.2.8
|
|
47
|
-
|
|
48
|
-
## 3.2.7
|
|
49
|
-
|
|
50
|
-
### Patch Changes
|
|
51
|
-
|
|
52
|
-
- @objectstack/spec@3.2.7
|
|
53
|
-
|
|
54
|
-
## 3.2.6
|
|
55
|
-
|
|
56
|
-
### Patch Changes
|
|
57
|
-
|
|
58
|
-
- @objectstack/spec@3.2.6
|
|
59
|
-
|
|
60
|
-
## 3.2.5
|
|
61
|
-
|
|
62
|
-
### Patch Changes
|
|
63
|
-
|
|
64
|
-
- @objectstack/spec@3.2.5
|
|
65
|
-
|
|
66
|
-
## 3.2.4
|
|
67
|
-
|
|
68
|
-
### Patch Changes
|
|
69
|
-
|
|
70
|
-
- @objectstack/spec@3.2.4
|
|
71
|
-
|
|
72
|
-
## 3.2.3
|
|
73
|
-
|
|
74
|
-
### Patch Changes
|
|
75
|
-
|
|
76
|
-
- @objectstack/spec@3.2.3
|
|
77
|
-
|
|
78
|
-
## 3.2.2
|
|
79
|
-
|
|
80
|
-
### Patch Changes
|
|
81
|
-
|
|
82
|
-
- Updated dependencies [46defbb]
|
|
83
|
-
- @objectstack/spec@3.2.2
|
|
84
|
-
|
|
85
|
-
## 3.2.1
|
|
86
|
-
|
|
87
|
-
### Patch Changes
|
|
88
|
-
|
|
89
|
-
- Updated dependencies [850b546]
|
|
90
|
-
- @objectstack/spec@3.2.1
|
|
91
|
-
|
|
92
|
-
## 3.2.0
|
|
93
|
-
|
|
94
|
-
### Patch Changes
|
|
95
|
-
|
|
96
|
-
- Updated dependencies [5901c29]
|
|
97
|
-
- @objectstack/spec@3.2.0
|
|
98
|
-
|
|
99
|
-
## 3.1.1
|
|
100
|
-
|
|
101
|
-
### Patch Changes
|
|
102
|
-
|
|
103
|
-
- Updated dependencies [953d667]
|
|
104
|
-
- @objectstack/spec@3.1.1
|
|
105
|
-
|
|
106
|
-
## 3.1.0
|
|
107
|
-
|
|
108
|
-
### Patch Changes
|
|
109
|
-
|
|
110
|
-
- Updated dependencies [0088830]
|
|
111
|
-
- @objectstack/spec@3.1.0
|
|
112
|
-
|
|
113
|
-
## 3.0.11
|
|
114
|
-
|
|
115
|
-
### Patch Changes
|
|
116
|
-
|
|
117
|
-
- Updated dependencies [92d9d99]
|
|
118
|
-
- @objectstack/spec@3.0.11
|
|
119
|
-
|
|
120
|
-
## 3.0.10
|
|
121
|
-
|
|
122
|
-
### Patch Changes
|
|
123
|
-
|
|
124
|
-
- Updated dependencies [d1e5d31]
|
|
125
|
-
- @objectstack/spec@3.0.10
|
|
126
|
-
|
|
127
|
-
## 3.0.9
|
|
128
|
-
|
|
129
|
-
### Patch Changes
|
|
130
|
-
|
|
131
|
-
- Updated dependencies [15e0df6]
|
|
132
|
-
- @objectstack/spec@3.0.9
|
|
133
|
-
|
|
134
|
-
## 3.0.8
|
|
135
|
-
|
|
136
|
-
### Patch Changes
|
|
137
|
-
|
|
138
|
-
- Updated dependencies [5a968a2]
|
|
139
|
-
- @objectstack/spec@3.0.8
|
|
140
|
-
|
|
141
|
-
## 3.0.7
|
|
142
|
-
|
|
143
|
-
### Patch Changes
|
|
144
|
-
|
|
145
|
-
- Updated dependencies [0119bd7]
|
|
146
|
-
- Updated dependencies [5426bdf]
|
|
147
|
-
- @objectstack/spec@3.0.7
|
|
148
|
-
|
|
149
|
-
## 3.0.6
|
|
150
|
-
|
|
151
|
-
### Patch Changes
|
|
152
|
-
|
|
153
|
-
- Updated dependencies [5df254c]
|
|
154
|
-
- @objectstack/spec@3.0.6
|
|
155
|
-
|
|
156
|
-
## 3.0.5
|
|
157
|
-
|
|
158
|
-
### Patch Changes
|
|
159
|
-
|
|
160
|
-
- Updated dependencies [23a4a68]
|
|
161
|
-
- @objectstack/spec@3.0.5
|
|
162
|
-
|
|
163
|
-
## 3.0.4
|
|
164
|
-
|
|
165
|
-
### Patch Changes
|
|
166
|
-
|
|
167
|
-
- Updated dependencies [d738987]
|
|
168
|
-
- @objectstack/spec@3.0.4
|
|
169
|
-
|
|
170
|
-
## 3.0.3
|
|
171
|
-
|
|
172
|
-
### Patch Changes
|
|
173
|
-
|
|
174
|
-
- c7267f6: Patch release for maintenance updates and improvements.
|
|
175
|
-
- Updated dependencies [c7267f6]
|
|
176
|
-
- @objectstack/spec@3.0.3
|
|
177
|
-
|
|
178
|
-
## 3.0.2
|
|
179
|
-
|
|
180
|
-
### Patch Changes
|
|
181
|
-
|
|
182
|
-
- Updated dependencies [28985f5]
|
|
183
|
-
- @objectstack/spec@3.0.2
|
|
184
|
-
|
|
185
|
-
## 3.0.1
|
|
186
|
-
|
|
187
|
-
### Patch Changes
|
|
188
|
-
|
|
189
|
-
- Updated dependencies [389725a]
|
|
190
|
-
- @objectstack/spec@3.0.1
|
|
191
|
-
|
|
192
|
-
## 3.0.0
|
|
193
|
-
|
|
194
|
-
### Major Changes
|
|
195
|
-
|
|
196
|
-
- Release v3.0.0 — unified version bump for all ObjectStack packages.
|
|
197
|
-
|
|
198
|
-
### Patch Changes
|
|
199
|
-
|
|
200
|
-
- Updated dependencies
|
|
201
|
-
- @objectstack/spec@3.0.0
|
|
202
|
-
|
|
203
|
-
## 2.0.7
|
|
204
|
-
|
|
205
|
-
### Patch Changes
|
|
206
|
-
|
|
207
|
-
- Updated dependencies
|
|
208
|
-
- @objectstack/spec@2.0.7
|
|
209
|
-
|
|
210
|
-
## 2.0.6
|
|
211
|
-
|
|
212
|
-
### Patch Changes
|
|
213
|
-
|
|
214
|
-
- Patch release for maintenance and stability improvements
|
|
215
|
-
- Updated dependencies
|
|
216
|
-
- @objectstack/spec@2.0.6
|
|
217
|
-
|
|
218
|
-
## 2.0.5
|
|
219
|
-
|
|
220
|
-
### Patch Changes
|
|
221
|
-
|
|
222
|
-
- Updated dependencies
|
|
223
|
-
- @objectstack/spec@2.0.5
|
|
224
|
-
|
|
225
|
-
## 2.0.4
|
|
226
|
-
|
|
227
|
-
### Patch Changes
|
|
228
|
-
|
|
229
|
-
- Patch release for maintenance and stability improvements
|
|
230
|
-
- Updated dependencies
|
|
231
|
-
- @objectstack/spec@2.0.4
|
|
232
|
-
|
|
233
|
-
## 2.0.3
|
|
234
|
-
|
|
235
|
-
### Patch Changes
|
|
236
|
-
|
|
237
|
-
- Patch release for maintenance and stability improvements
|
|
238
|
-
- Updated dependencies
|
|
239
|
-
- @objectstack/spec@2.0.3
|
|
240
|
-
|
|
241
|
-
## 2.0.2
|
|
242
|
-
|
|
243
|
-
### Patch Changes
|
|
244
|
-
|
|
245
|
-
- Updated dependencies [1db8559]
|
|
246
|
-
- @objectstack/spec@2.0.2
|
|
247
|
-
|
|
248
|
-
## 2.0.1
|
|
249
|
-
|
|
250
|
-
### Patch Changes
|
|
251
|
-
|
|
252
|
-
- Patch release for maintenance and stability improvements
|
|
253
|
-
- Updated dependencies
|
|
254
|
-
- @objectstack/spec@2.0.1
|
|
255
|
-
|
|
256
|
-
## 2.0.0
|
|
257
|
-
|
|
258
|
-
### Patch Changes
|
|
259
|
-
|
|
260
|
-
- Updated dependencies [38e5dd5]
|
|
261
|
-
- Updated dependencies [38e5dd5]
|
|
262
|
-
- @objectstack/spec@2.0.0
|
|
263
|
-
|
|
264
|
-
## 1.0.12
|
|
265
|
-
|
|
266
|
-
### Patch Changes
|
|
267
|
-
|
|
268
|
-
- Updated dependencies
|
|
269
|
-
- @objectstack/spec@1.0.12
|
|
270
|
-
|
|
271
|
-
## 1.0.11
|
|
272
|
-
|
|
273
|
-
### Patch Changes
|
|
274
|
-
|
|
275
|
-
- @objectstack/spec@1.0.11
|
|
276
|
-
|
|
277
|
-
## 1.0.10
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- @objectstack/spec@1.0.10
|
|
282
|
-
|
|
283
|
-
## 1.0.9
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
|
-
|
|
287
|
-
- @objectstack/spec@1.0.9
|
|
288
|
-
|
|
289
|
-
## 1.0.8
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- @objectstack/spec@1.0.8
|
|
294
|
-
|
|
295
|
-
## 1.0.7
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- @objectstack/spec@1.0.7
|
|
300
|
-
|
|
301
|
-
## 1.0.6
|
|
302
|
-
|
|
303
|
-
### Patch Changes
|
|
304
|
-
|
|
305
|
-
- Updated dependencies [a7f7b9d]
|
|
306
|
-
- @objectstack/spec@1.0.6
|
|
307
|
-
|
|
308
|
-
## 1.0.5
|
|
309
|
-
|
|
310
|
-
### Patch Changes
|
|
311
|
-
|
|
312
|
-
- b1d24bd: refactor: migrate build system from tsc to tsup for faster builds
|
|
313
|
-
- Replaced `tsc` with `tsup` (using esbuild) across all packages
|
|
314
|
-
- Added shared `tsup.config.ts` in workspace root
|
|
315
|
-
- Added `tsup` as workspace dev dependency
|
|
316
|
-
- significantly improved build performance
|
|
317
|
-
- Updated dependencies [b1d24bd]
|
|
318
|
-
- @objectstack/spec@1.0.5
|
|
319
|
-
|
|
320
|
-
## 1.0.4
|
|
321
|
-
|
|
322
|
-
### Patch Changes
|
|
323
|
-
|
|
324
|
-
- @objectstack/spec@1.0.4
|
|
325
|
-
|
|
326
|
-
## 1.0.3
|
|
327
|
-
|
|
328
|
-
### Patch Changes
|
|
329
|
-
|
|
330
|
-
- @objectstack/spec@1.0.3
|
|
331
|
-
|
|
332
|
-
## 1.0.2
|
|
333
|
-
|
|
334
|
-
### Patch Changes
|
|
335
|
-
|
|
336
|
-
- a0a6c85: Infrastructure and development tooling improvements
|
|
337
|
-
|
|
338
|
-
- Add changeset configuration for automated version management
|
|
339
|
-
- Add comprehensive GitHub Actions workflows (CI, CodeQL, linting, releases)
|
|
340
|
-
- Add development configuration files (.cursorrules, .github/prompts)
|
|
341
|
-
- Add documentation files (ARCHITECTURE.md, CONTRIBUTING.md, workflows docs)
|
|
342
|
-
- Update test script configuration in package.json
|
|
343
|
-
- Add @objectstack/cli to devDependencies for better development experience
|
|
344
|
-
|
|
345
|
-
- 109fc5b: Unified patch release to align all package versions.
|
|
346
|
-
- Updated dependencies [a0a6c85]
|
|
347
|
-
- Updated dependencies [109fc5b]
|
|
348
|
-
- @objectstack/spec@1.0.2
|
|
349
|
-
|
|
350
|
-
## 1.0.1
|
|
351
|
-
|
|
352
|
-
### Patch Changes
|
|
353
|
-
|
|
354
|
-
- @objectstack/spec@1.0.1
|
|
355
|
-
|
|
356
|
-
## 1.0.0
|
|
357
|
-
|
|
358
|
-
### Major Changes
|
|
359
|
-
|
|
360
|
-
- Major version release for ObjectStack Protocol v1.0.
|
|
361
|
-
- Stabilized Protocol Definitions
|
|
362
|
-
- Enhanced Runtime Plugin Support
|
|
363
|
-
- Fixed Type Compliance across Monorepo
|
|
364
|
-
|
|
365
|
-
### Patch Changes
|
|
366
|
-
|
|
367
|
-
- Updated dependencies
|
|
368
|
-
- @objectstack/spec@1.0.0
|
|
369
|
-
|
|
370
|
-
## 0.9.2
|
|
371
|
-
|
|
372
|
-
### Patch Changes
|
|
373
|
-
|
|
374
|
-
- Updated dependencies
|
|
375
|
-
- @objectstack/spec@0.9.2
|
|
376
|
-
|
|
377
|
-
## 0.9.1
|
|
378
|
-
|
|
379
|
-
### Patch Changes
|
|
380
|
-
|
|
381
|
-
- Patch release for maintenance and stability improvements. All packages updated with unified versioning.
|
|
382
|
-
- Updated dependencies
|
|
383
|
-
- @objectstack/spec@0.9.1
|
|
384
|
-
|
|
385
|
-
## 0.8.2
|
|
386
|
-
|
|
387
|
-
### Patch Changes
|
|
388
|
-
|
|
389
|
-
- Updated dependencies [555e6a7]
|
|
390
|
-
- @objectstack/spec@0.8.2
|
|
391
|
-
|
|
392
|
-
## 0.8.1
|
|
393
|
-
|
|
394
|
-
### Patch Changes
|
|
395
|
-
|
|
396
|
-
- @objectstack/spec@0.8.1
|
|
397
|
-
|
|
398
|
-
## 1.0.0
|
|
399
|
-
|
|
400
|
-
### Minor Changes
|
|
401
|
-
|
|
402
|
-
- # Upgrade to Zod v4 and Protocol Improvements
|
|
403
|
-
|
|
404
|
-
This release includes a major upgrade to the core validation engine (Zod v4) and aligns all protocol definitions with stricter type safety.
|
|
405
|
-
|
|
406
|
-
### Patch Changes
|
|
407
|
-
|
|
408
|
-
- Updated dependencies
|
|
409
|
-
- @objectstack/spec@1.0.0
|
|
410
|
-
|
|
411
|
-
## 0.7.2
|
|
412
|
-
|
|
413
|
-
### Patch Changes
|
|
414
|
-
|
|
415
|
-
- fb41cc0: Patch release: Updated documentation and JSON schemas
|
|
416
|
-
- Updated dependencies [fb41cc0]
|
|
417
|
-
- @objectstack/spec@0.7.2
|
|
418
|
-
|
|
419
|
-
## 0.7.1
|
|
420
|
-
|
|
421
|
-
### Patch Changes
|
|
422
|
-
|
|
423
|
-
- Patch release for maintenance and stability improvements
|
|
424
|
-
- Updated dependencies
|
|
425
|
-
- @objectstack/spec@0.7.1
|
|
426
|
-
|
|
427
|
-
## 0.6.1
|
|
428
|
-
|
|
429
|
-
### Patch Changes
|
|
430
|
-
|
|
431
|
-
- Patch release for maintenance and stability improvements
|
|
432
|
-
- Updated dependencies
|
|
433
|
-
- @objectstack/spec@0.6.1
|
|
434
|
-
|
|
435
|
-
## 0.6.0
|
|
436
|
-
|
|
437
|
-
### Minor Changes
|
|
438
|
-
|
|
439
|
-
- b2df5f7: Unified version bump to 0.5.0
|
|
440
|
-
|
|
441
|
-
- Standardized all package versions to 0.5.0 across the monorepo
|
|
442
|
-
- Fixed driver-memory package.json paths for proper module resolution
|
|
443
|
-
- Ensured all packages are in sync for the 0.5.0 release
|
|
444
|
-
|
|
445
|
-
### Patch Changes
|
|
446
|
-
|
|
447
|
-
- Updated dependencies [b2df5f7]
|
|
448
|
-
- @objectstack/spec@0.6.0
|
|
449
|
-
|
|
450
|
-
## 0.4.2
|
|
451
|
-
|
|
452
|
-
### Patch Changes
|
|
453
|
-
|
|
454
|
-
- Unify all package versions to 0.4.2
|
|
455
|
-
- Updated dependencies
|
|
456
|
-
- @objectstack/spec@0.4.2
|
|
457
|
-
|
|
458
|
-
## 0.4.1
|
|
459
|
-
|
|
460
|
-
### Patch Changes
|
|
461
|
-
|
|
462
|
-
- Version synchronization and dependency updates
|
|
463
|
-
|
|
464
|
-
- Synchronized plugin-msw version to 0.4.1
|
|
465
|
-
- Updated runtime peer dependency versions to ^0.4.1
|
|
466
|
-
- Fixed internal dependency version mismatches
|
|
467
|
-
|
|
468
|
-
- Updated dependencies
|
|
469
|
-
- @objectstack/spec@0.4.1
|
|
470
|
-
|
|
471
|
-
## 0.4.0
|
|
472
|
-
|
|
473
|
-
### Minor Changes
|
|
474
|
-
|
|
475
|
-
- Release version 0.4.0
|
|
476
|
-
|
|
477
|
-
## 0.3.3
|
|
478
|
-
|
|
479
|
-
### Patch Changes
|
|
480
|
-
|
|
481
|
-
- Workflow and configuration improvements
|
|
482
|
-
|
|
483
|
-
- Enhanced GitHub workflows for CI, release, and PR automation
|
|
484
|
-
- Added comprehensive prompt templates for different protocol areas
|
|
485
|
-
- Improved project documentation and automation guides
|
|
486
|
-
- Updated changeset configuration
|
|
487
|
-
- Added cursor rules for better development experience
|
|
488
|
-
|
|
489
|
-
- Updated dependencies
|
|
490
|
-
- @objectstack/spec@0.3.3
|
|
491
|
-
|
|
492
|
-
## 0.3.2
|
|
493
|
-
|
|
494
|
-
### Patch Changes
|
|
495
|
-
|
|
496
|
-
- Patch release for maintenance and stability improvements
|
|
497
|
-
- Updated dependencies
|
|
498
|
-
- @objectstack/spec@0.3.2
|
|
499
|
-
|
|
500
|
-
## 0.3.1
|
|
501
|
-
|
|
502
|
-
### Patch Changes
|
|
503
|
-
|
|
504
|
-
- @objectstack/spec@0.3.1
|
|
505
|
-
|
|
506
|
-
## 0.3.0
|
|
507
|
-
|
|
508
|
-
### Patch Changes
|
|
509
|
-
|
|
510
|
-
- Updated dependencies
|
|
511
|
-
- @objectstack/spec@1.0.0
|
|
512
|
-
|
|
513
|
-
## 0.2.0
|
|
514
|
-
|
|
515
|
-
### Minor Changes
|
|
516
|
-
|
|
517
|
-
- Initial release of ObjectStack Protocol & Specification packages
|
|
518
|
-
|
|
519
|
-
This is the first public release of the ObjectStack ecosystem, providing:
|
|
520
|
-
|
|
521
|
-
- Core protocol definitions and TypeScript types
|
|
522
|
-
- ObjectQL query language and runtime
|
|
523
|
-
- Memory driver for in-memory data storage
|
|
524
|
-
- Client library for interacting with ObjectStack
|
|
525
|
-
- Hono server plugin for REST API endpoints
|
|
526
|
-
- Complete JSON schema generation for all specifications
|
|
527
|
-
|
|
528
|
-
### Patch Changes
|
|
529
|
-
|
|
530
|
-
- Updated dependencies
|
|
531
|
-
- @objectstack/spec@0.2.0
|
|
532
|
-
|
|
533
|
-
## 0.1.1
|
|
534
|
-
|
|
535
|
-
### Patch Changes
|
|
536
|
-
|
|
537
|
-
- Remove debug logs from registry and protocol modules
|
|
538
|
-
- Updated dependencies
|
|
539
|
-
- @objectstack/spec@0.1.2
|
package/src/index.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
|
|
2
|
-
|
|
3
|
-
// Placeholder for Kernel interface to avoid circular dependency
|
|
4
|
-
// The actual Kernel implementation will satisfy this interface.
|
|
5
|
-
export interface IKernel {
|
|
6
|
-
// We can add specific methods here that plugins are allowed to call
|
|
7
|
-
// forcing a stricter contract than exposing the whole class.
|
|
8
|
-
ql?: any; // ObjectQL instance (optional to support initialization phase)
|
|
9
|
-
start(): Promise<void>;
|
|
10
|
-
// ... expose other needed public methods
|
|
11
|
-
[key: string]: any;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export interface RuntimeContext {
|
|
15
|
-
engine: IKernel;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface RuntimePlugin {
|
|
19
|
-
name: string;
|
|
20
|
-
install?: (ctx: RuntimeContext) => void | Promise<void>;
|
|
21
|
-
onStart?: (ctx: RuntimeContext) => void | Promise<void>;
|
|
22
|
-
}
|