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