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