@objectstack/plugin-dev 4.0.4 → 4.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-dev",
3
- "version": "4.0.4",
3
+ "version": "4.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Development Mode Plugin for ObjectStack — auto-enables all services with in-memory implementations",
6
6
  "main": "dist/index.js",
@@ -13,19 +13,18 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/spec": "4.0.4",
17
- "@objectstack/core": "4.0.4"
16
+ "@objectstack/core": "4.1.0",
17
+ "@objectstack/spec": "4.1.0"
18
18
  },
19
19
  "peerDependencies": {
20
- "@objectstack/objectql": "^4.0.4",
21
- "@objectstack/plugin-security": "^4.0.4",
22
- "@objectstack/plugin-auth": "^4.0.4",
23
- "@objectstack/plugin-setup": "^4.0.4",
24
- "@objectstack/rest": "^4.0.4",
25
- "@objectstack/driver-memory": "^4.0.4",
26
- "@objectstack/runtime": "^4.0.4",
27
- "@objectstack/plugin-hono-server": "^4.0.4",
28
- "@objectstack/service-i18n": "^4.0.4"
20
+ "@objectstack/driver-memory": "^4.1.0",
21
+ "@objectstack/objectql": "^4.1.0",
22
+ "@objectstack/plugin-auth": "^4.1.0",
23
+ "@objectstack/plugin-hono-server": "^4.1.0",
24
+ "@objectstack/plugin-security": "^4.1.0",
25
+ "@objectstack/rest": "^4.1.0",
26
+ "@objectstack/runtime": "^4.1.0",
27
+ "@objectstack/service-i18n": "^4.1.0"
29
28
  },
30
29
  "peerDependenciesMeta": {
31
30
  "@objectstack/driver-memory": {
@@ -46,9 +45,6 @@
46
45
  "@objectstack/plugin-security": {
47
46
  "optional": true
48
47
  },
49
- "@objectstack/plugin-setup": {
50
- "optional": true
51
- },
52
48
  "@objectstack/rest": {
53
49
  "optional": true
54
50
  },
@@ -57,18 +53,42 @@
57
53
  }
58
54
  },
59
55
  "devDependencies": {
60
- "@types/node": "^25.6.0",
61
- "typescript": "^6.0.2",
62
- "vitest": "^4.1.4",
63
- "@objectstack/driver-memory": "4.0.4",
64
- "@objectstack/plugin-auth": "4.0.4",
65
- "@objectstack/objectql": "4.0.4",
66
- "@objectstack/plugin-security": "4.0.4",
67
- "@objectstack/plugin-setup": "4.0.4",
68
- "@objectstack/plugin-hono-server": "4.0.4",
69
- "@objectstack/rest": "4.0.4",
70
- "@objectstack/service-i18n": "4.0.4",
71
- "@objectstack/runtime": "4.0.4"
56
+ "@types/node": "^25.9.1",
57
+ "typescript": "^6.0.3",
58
+ "vitest": "^4.1.7",
59
+ "@objectstack/driver-memory": "4.1.0",
60
+ "@objectstack/objectql": "4.1.0",
61
+ "@objectstack/plugin-auth": "4.1.0",
62
+ "@objectstack/plugin-hono-server": "4.1.0",
63
+ "@objectstack/plugin-security": "4.1.0",
64
+ "@objectstack/rest": "4.1.0",
65
+ "@objectstack/runtime": "4.1.0",
66
+ "@objectstack/service-i18n": "4.1.0"
67
+ },
68
+ "keywords": [
69
+ "objectstack",
70
+ "plugin",
71
+ "dev",
72
+ "developer-tools",
73
+ "hot-reload"
74
+ ],
75
+ "author": "ObjectStack",
76
+ "repository": {
77
+ "type": "git",
78
+ "url": "https://github.com/objectstack-ai/framework.git",
79
+ "directory": "packages/plugins/plugin-dev"
80
+ },
81
+ "homepage": "https://objectstack.ai/docs",
82
+ "bugs": "https://github.com/objectstack-ai/framework/issues",
83
+ "publishConfig": {
84
+ "access": "public"
85
+ },
86
+ "files": [
87
+ "dist",
88
+ "README.md"
89
+ ],
90
+ "engines": {
91
+ "node": ">=18.0.0"
72
92
  },
73
93
  "scripts": {
74
94
  "build": "tsup --config ../../../tsup.config.ts",
@@ -1,26 +0,0 @@
1
-
2
- > @objectstack/plugin-dev@4.0.4 build /home/runner/work/framework/framework/packages/plugins/plugin-dev
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 21.08 KB
14
- CJS dist/index.js.map 43.45 KB
15
- CJS ⚡️ Build success in 48ms
16
- ESM dist/index.mjs 19.50 KB
17
- ESM dist/index.mjs.map 42.03 KB
18
- ESM ⚡️ Build success in 49ms
19
- DTS Build start
20
- error TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["src"]' and 'exclude' paths were '["../../../node_modules","../../../packages","../../../apps","../../../examples"]'.
21
-
22
- error TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["src"]' and 'exclude' paths were '["../../../node_modules","../../../packages","../../../apps","../../../examples"]'.
23
-
24
- DTS ⚡️ Build success in 4967ms
25
- DTS dist/index.d.mts 5.68 KB
26
- DTS dist/index.d.ts 5.68 KB
package/CHANGELOG.md DELETED
@@ -1,489 +0,0 @@
1
- # @objectstack/plugin-dev
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
- - @objectstack/objectql@4.0.4
11
- - @objectstack/driver-memory@4.0.4
12
- - @objectstack/plugin-auth@4.0.4
13
- - @objectstack/plugin-hono-server@4.0.4
14
- - @objectstack/plugin-security@4.0.4
15
- - @objectstack/plugin-setup@4.0.4
16
- - @objectstack/rest@4.0.4
17
- - @objectstack/runtime@4.0.4
18
- - @objectstack/service-i18n@4.0.4
19
-
20
- ## 4.0.3
21
-
22
- ### Patch Changes
23
-
24
- - @objectstack/plugin-auth@4.0.3
25
- - @objectstack/spec@4.0.3
26
- - @objectstack/core@4.0.3
27
- - @objectstack/objectql@4.0.3
28
- - @objectstack/runtime@4.0.3
29
- - @objectstack/rest@4.0.3
30
- - @objectstack/driver-memory@4.0.3
31
- - @objectstack/plugin-hono-server@4.0.3
32
- - @objectstack/plugin-security@4.0.3
33
- - @objectstack/plugin-setup@4.0.3
34
- - @objectstack/service-i18n@4.0.3
35
-
36
- ## 4.0.2
37
-
38
- ### Patch Changes
39
-
40
- - Updated dependencies [5f659e9]
41
- - @objectstack/plugin-hono-server@4.0.2
42
- - @objectstack/driver-memory@4.0.2
43
- - @objectstack/spec@4.0.2
44
- - @objectstack/core@4.0.2
45
- - @objectstack/objectql@4.0.2
46
- - @objectstack/plugin-auth@4.0.2
47
- - @objectstack/plugin-security@4.0.2
48
- - @objectstack/plugin-setup@4.0.2
49
- - @objectstack/rest@4.0.2
50
- - @objectstack/runtime@4.0.2
51
- - @objectstack/service-i18n@4.0.2
52
-
53
- ## 4.0.0
54
-
55
- ### Patch Changes
56
-
57
- - Updated dependencies [f08ffc3]
58
- - Updated dependencies [e0b0a78]
59
- - @objectstack/spec@4.0.0
60
- - @objectstack/runtime@4.0.0
61
- - @objectstack/core@4.0.0
62
- - @objectstack/objectql@4.0.0
63
- - @objectstack/plugin-auth@4.0.0
64
- - @objectstack/driver-memory@4.0.0
65
- - @objectstack/plugin-hono-server@4.0.0
66
- - @objectstack/plugin-security@4.0.0
67
- - @objectstack/plugin-setup@4.0.0
68
- - @objectstack/rest@4.0.0
69
- - @objectstack/service-i18n@4.0.0
70
-
71
- ## 3.3.1
72
-
73
- ### Patch Changes
74
-
75
- - Updated dependencies [772dc3f]
76
- - @objectstack/service-i18n@3.3.1
77
- - @objectstack/spec@3.3.1
78
- - @objectstack/core@3.3.1
79
- - @objectstack/objectql@3.3.1
80
- - @objectstack/runtime@3.3.1
81
- - @objectstack/rest@3.3.1
82
- - @objectstack/driver-memory@3.3.1
83
- - @objectstack/plugin-auth@3.3.1
84
- - @objectstack/plugin-hono-server@3.3.1
85
- - @objectstack/plugin-security@3.3.1
86
-
87
- ## 3.3.0
88
-
89
- ### Patch Changes
90
-
91
- - Updated dependencies [814a6c4]
92
- - @objectstack/plugin-auth@3.3.0
93
- - @objectstack/spec@3.3.0
94
- - @objectstack/core@3.3.0
95
- - @objectstack/objectql@3.3.0
96
- - @objectstack/runtime@3.3.0
97
- - @objectstack/rest@3.3.0
98
- - @objectstack/driver-memory@3.3.0
99
- - @objectstack/plugin-hono-server@3.3.0
100
- - @objectstack/plugin-security@3.3.0
101
- - @objectstack/service-i18n@3.3.0
102
-
103
- ## 3.2.9
104
-
105
- ### Patch Changes
106
-
107
- - Updated dependencies [0bc7b0c]
108
- - Updated dependencies [c3065dd]
109
- - @objectstack/plugin-hono-server@3.2.9
110
- - @objectstack/objectql@3.2.9
111
- - @objectstack/plugin-auth@3.2.9
112
- - @objectstack/spec@3.2.9
113
- - @objectstack/core@3.2.9
114
- - @objectstack/runtime@3.2.9
115
- - @objectstack/rest@3.2.9
116
- - @objectstack/driver-memory@3.2.9
117
- - @objectstack/plugin-security@3.2.9
118
- - @objectstack/service-i18n@3.2.9
119
-
120
- ## 3.2.8
121
-
122
- ### Patch Changes
123
-
124
- - Updated dependencies [1fe5612]
125
- - @objectstack/plugin-auth@3.2.8
126
- - @objectstack/spec@3.2.8
127
- - @objectstack/core@3.2.8
128
- - @objectstack/objectql@3.2.8
129
- - @objectstack/runtime@3.2.8
130
- - @objectstack/rest@3.2.8
131
- - @objectstack/driver-memory@3.2.8
132
- - @objectstack/plugin-hono-server@3.2.8
133
- - @objectstack/plugin-security@3.2.8
134
- - @objectstack/service-i18n@3.2.8
135
-
136
- ## 3.2.7
137
-
138
- ### Patch Changes
139
-
140
- - Updated dependencies [35a1ebb]
141
- - @objectstack/plugin-auth@3.2.7
142
- - @objectstack/spec@3.2.7
143
- - @objectstack/core@3.2.7
144
- - @objectstack/objectql@3.2.7
145
- - @objectstack/runtime@3.2.7
146
- - @objectstack/rest@3.2.7
147
- - @objectstack/driver-memory@3.2.7
148
- - @objectstack/plugin-hono-server@3.2.7
149
- - @objectstack/plugin-security@3.2.7
150
- - @objectstack/service-i18n@3.2.7
151
-
152
- ## 3.2.6
153
-
154
- ### Patch Changes
155
-
156
- - Updated dependencies [83151bc]
157
- - @objectstack/service-i18n@3.2.6
158
- - @objectstack/spec@3.2.6
159
- - @objectstack/core@3.2.6
160
- - @objectstack/objectql@3.2.6
161
- - @objectstack/runtime@3.2.6
162
- - @objectstack/rest@3.2.6
163
- - @objectstack/driver-memory@3.2.6
164
- - @objectstack/plugin-auth@3.2.6
165
- - @objectstack/plugin-hono-server@3.2.6
166
- - @objectstack/plugin-security@3.2.6
167
-
168
- ## 3.2.5
169
-
170
- ### Patch Changes
171
-
172
- - Updated dependencies [e854538]
173
- - @objectstack/plugin-auth@3.2.5
174
- - @objectstack/spec@3.2.5
175
- - @objectstack/core@3.2.5
176
- - @objectstack/objectql@3.2.5
177
- - @objectstack/runtime@3.2.5
178
- - @objectstack/rest@3.2.5
179
- - @objectstack/driver-memory@3.2.5
180
- - @objectstack/plugin-hono-server@3.2.5
181
- - @objectstack/plugin-security@3.2.5
182
-
183
- ## 3.2.4
184
-
185
- ### Patch Changes
186
-
187
- - Updated dependencies [f490991]
188
- - @objectstack/plugin-auth@3.2.4
189
- - @objectstack/spec@3.2.4
190
- - @objectstack/core@3.2.4
191
- - @objectstack/objectql@3.2.4
192
- - @objectstack/runtime@3.2.4
193
- - @objectstack/rest@3.2.4
194
- - @objectstack/driver-memory@3.2.4
195
- - @objectstack/plugin-hono-server@3.2.4
196
- - @objectstack/plugin-security@3.2.4
197
-
198
- ## 3.2.3
199
-
200
- ### Patch Changes
201
-
202
- - Updated dependencies [0b1d7c9]
203
- - @objectstack/plugin-auth@3.2.3
204
- - @objectstack/spec@3.2.3
205
- - @objectstack/core@3.2.3
206
- - @objectstack/objectql@3.2.3
207
- - @objectstack/runtime@3.2.3
208
- - @objectstack/rest@3.2.3
209
- - @objectstack/driver-memory@3.2.3
210
- - @objectstack/plugin-hono-server@3.2.3
211
- - @objectstack/plugin-security@3.2.3
212
-
213
- ## 3.2.2
214
-
215
- ### Patch Changes
216
-
217
- - Updated dependencies [cfaabbb]
218
- - Updated dependencies [46defbb]
219
- - @objectstack/plugin-auth@3.2.2
220
- - @objectstack/spec@3.2.2
221
- - @objectstack/driver-memory@3.2.2
222
- - @objectstack/core@3.2.2
223
- - @objectstack/objectql@3.2.2
224
- - @objectstack/plugin-hono-server@3.2.2
225
- - @objectstack/plugin-security@3.2.2
226
- - @objectstack/rest@3.2.2
227
- - @objectstack/runtime@3.2.2
228
-
229
- ## 3.2.1
230
-
231
- ### Patch Changes
232
-
233
- - Updated dependencies [850b546]
234
- - @objectstack/spec@3.2.1
235
- - @objectstack/core@3.2.1
236
- - @objectstack/objectql@3.2.1
237
- - @objectstack/driver-memory@3.2.1
238
- - @objectstack/plugin-auth@3.2.1
239
- - @objectstack/plugin-hono-server@3.2.1
240
- - @objectstack/plugin-security@3.2.1
241
- - @objectstack/rest@3.2.1
242
- - @objectstack/runtime@3.2.1
243
-
244
- ## 3.2.0
245
-
246
- ### Patch Changes
247
-
248
- - Updated dependencies [5901c29]
249
- - @objectstack/spec@3.2.0
250
- - @objectstack/core@3.2.0
251
- - @objectstack/objectql@3.2.0
252
- - @objectstack/driver-memory@3.2.0
253
- - @objectstack/plugin-auth@3.2.0
254
- - @objectstack/plugin-hono-server@3.2.0
255
- - @objectstack/plugin-security@3.2.0
256
- - @objectstack/rest@3.2.0
257
- - @objectstack/runtime@3.2.0
258
-
259
- ## 3.1.1
260
-
261
- ### Patch Changes
262
-
263
- - Updated dependencies [953d667]
264
- - @objectstack/spec@3.1.1
265
- - @objectstack/core@3.1.1
266
- - @objectstack/objectql@3.1.1
267
- - @objectstack/driver-memory@3.1.1
268
- - @objectstack/plugin-auth@3.1.1
269
- - @objectstack/plugin-hono-server@3.1.1
270
- - @objectstack/plugin-security@3.1.1
271
- - @objectstack/rest@3.1.1
272
- - @objectstack/runtime@3.1.1
273
-
274
- ## 3.1.0
275
-
276
- ### Patch Changes
277
-
278
- - Updated dependencies [0088830]
279
- - @objectstack/spec@3.1.0
280
- - @objectstack/core@3.1.0
281
- - @objectstack/objectql@3.1.0
282
- - @objectstack/driver-memory@3.1.0
283
- - @objectstack/plugin-auth@3.1.0
284
- - @objectstack/plugin-hono-server@3.1.0
285
- - @objectstack/plugin-security@3.1.0
286
- - @objectstack/rest@3.1.0
287
- - @objectstack/runtime@3.1.0
288
-
289
- ## 3.0.11
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [92d9d99]
294
- - @objectstack/spec@3.0.11
295
- - @objectstack/core@3.0.11
296
- - @objectstack/objectql@3.0.11
297
- - @objectstack/driver-memory@3.0.11
298
- - @objectstack/plugin-auth@3.0.11
299
- - @objectstack/plugin-hono-server@3.0.11
300
- - @objectstack/plugin-security@3.0.11
301
- - @objectstack/rest@3.0.11
302
- - @objectstack/runtime@3.0.11
303
-
304
- ## 3.0.10
305
-
306
- ### Patch Changes
307
-
308
- - Updated dependencies [d1e5d31]
309
- - @objectstack/spec@3.0.10
310
- - @objectstack/core@3.0.10
311
- - @objectstack/objectql@3.0.10
312
- - @objectstack/driver-memory@3.0.10
313
- - @objectstack/plugin-auth@3.0.10
314
- - @objectstack/plugin-hono-server@3.0.10
315
- - @objectstack/plugin-security@3.0.10
316
- - @objectstack/rest@3.0.10
317
- - @objectstack/runtime@3.0.10
318
-
319
- ## 3.0.9
320
-
321
- ### Patch Changes
322
-
323
- - Updated dependencies [15e0df6]
324
- - @objectstack/spec@3.0.9
325
- - @objectstack/core@3.0.9
326
- - @objectstack/objectql@3.0.9
327
- - @objectstack/driver-memory@3.0.9
328
- - @objectstack/plugin-auth@3.0.9
329
- - @objectstack/plugin-hono-server@3.0.9
330
- - @objectstack/plugin-security@3.0.9
331
- - @objectstack/rest@3.0.9
332
- - @objectstack/runtime@3.0.9
333
-
334
- ## 3.0.8
335
-
336
- ### Patch Changes
337
-
338
- - Updated dependencies [5a968a2]
339
- - @objectstack/spec@3.0.8
340
- - @objectstack/core@3.0.8
341
- - @objectstack/objectql@3.0.8
342
- - @objectstack/driver-memory@3.0.8
343
- - @objectstack/plugin-auth@3.0.8
344
- - @objectstack/plugin-hono-server@3.0.8
345
- - @objectstack/plugin-security@3.0.8
346
- - @objectstack/rest@3.0.8
347
- - @objectstack/runtime@3.0.8
348
-
349
- ## 3.0.7
350
-
351
- ### Patch Changes
352
-
353
- - Updated dependencies [0119bd7]
354
- - Updated dependencies [5426bdf]
355
- - @objectstack/spec@3.0.7
356
- - @objectstack/core@3.0.7
357
- - @objectstack/objectql@3.0.7
358
- - @objectstack/driver-memory@3.0.7
359
- - @objectstack/plugin-auth@3.0.7
360
- - @objectstack/plugin-hono-server@3.0.7
361
- - @objectstack/plugin-security@3.0.7
362
- - @objectstack/rest@3.0.7
363
- - @objectstack/runtime@3.0.7
364
-
365
- ## 3.0.6
366
-
367
- ### Patch Changes
368
-
369
- - Updated dependencies [5df254c]
370
- - @objectstack/spec@3.0.6
371
- - @objectstack/core@3.0.6
372
- - @objectstack/objectql@3.0.6
373
- - @objectstack/driver-memory@3.0.6
374
- - @objectstack/plugin-auth@3.0.6
375
- - @objectstack/plugin-hono-server@3.0.6
376
- - @objectstack/plugin-security@3.0.6
377
- - @objectstack/rest@3.0.6
378
- - @objectstack/runtime@3.0.6
379
-
380
- ## 3.0.5
381
-
382
- ### Patch Changes
383
-
384
- - Updated dependencies [23a4a68]
385
- - @objectstack/spec@3.0.5
386
- - @objectstack/core@3.0.5
387
- - @objectstack/objectql@3.0.5
388
- - @objectstack/driver-memory@3.0.5
389
- - @objectstack/plugin-auth@3.0.5
390
- - @objectstack/plugin-hono-server@3.0.5
391
- - @objectstack/plugin-security@3.0.5
392
- - @objectstack/rest@3.0.5
393
- - @objectstack/runtime@3.0.5
394
-
395
- ## 3.0.4
396
-
397
- ### Patch Changes
398
-
399
- - Updated dependencies [d738987]
400
- - Updated dependencies [437b0b8]
401
- - @objectstack/spec@3.0.4
402
- - @objectstack/objectql@3.0.4
403
- - @objectstack/core@3.0.4
404
- - @objectstack/driver-memory@3.0.4
405
- - @objectstack/plugin-auth@3.0.4
406
- - @objectstack/plugin-hono-server@3.0.4
407
- - @objectstack/plugin-security@3.0.4
408
- - @objectstack/rest@3.0.4
409
- - @objectstack/runtime@3.0.4
410
-
411
- ## 3.0.3
412
-
413
- ### Patch Changes
414
-
415
- - c7267f6: Patch release for maintenance updates and improvements.
416
- - Updated dependencies [c7267f6]
417
- - @objectstack/spec@3.0.3
418
- - @objectstack/core@3.0.3
419
- - @objectstack/objectql@3.0.3
420
- - @objectstack/runtime@3.0.3
421
- - @objectstack/rest@3.0.3
422
- - @objectstack/driver-memory@3.0.3
423
- - @objectstack/plugin-auth@3.0.3
424
- - @objectstack/plugin-hono-server@3.0.3
425
- - @objectstack/plugin-security@3.0.3
426
-
427
- ## 3.0.2
428
-
429
- ### Patch Changes
430
-
431
- - Updated dependencies [28985f5]
432
- - @objectstack/spec@3.0.2
433
- - @objectstack/core@3.0.2
434
- - @objectstack/objectql@3.0.2
435
- - @objectstack/driver-memory@3.0.2
436
- - @objectstack/plugin-auth@3.0.2
437
- - @objectstack/plugin-hono-server@3.0.2
438
- - @objectstack/plugin-security@3.0.2
439
- - @objectstack/rest@3.0.2
440
- - @objectstack/runtime@3.0.2
441
-
442
- ## 3.0.1
443
-
444
- ### Patch Changes
445
-
446
- - Updated dependencies [389725a]
447
- - @objectstack/spec@3.0.1
448
- - @objectstack/core@3.0.1
449
- - @objectstack/objectql@3.0.1
450
- - @objectstack/driver-memory@3.0.1
451
- - @objectstack/plugin-auth@3.0.1
452
- - @objectstack/plugin-hono-server@3.0.1
453
- - @objectstack/plugin-security@3.0.1
454
- - @objectstack/rest@3.0.1
455
- - @objectstack/runtime@3.0.1
456
-
457
- ## 3.0.0
458
-
459
- ### Major Changes
460
-
461
- - Release v3.0.0 — unified version bump for all ObjectStack packages.
462
-
463
- ### Patch Changes
464
-
465
- - Updated dependencies
466
- - @objectstack/spec@3.0.0
467
- - @objectstack/core@3.0.0
468
- - @objectstack/objectql@3.0.0
469
- - @objectstack/runtime@3.0.0
470
- - @objectstack/rest@3.0.0
471
- - @objectstack/driver-memory@3.0.0
472
- - @objectstack/plugin-auth@3.0.0
473
- - @objectstack/plugin-hono-server@3.0.0
474
- - @objectstack/plugin-security@3.0.0
475
-
476
- ## 2.0.7
477
-
478
- ### Patch Changes
479
-
480
- - Updated dependencies
481
- - @objectstack/spec@2.0.7
482
- - @objectstack/core@2.0.7
483
- - @objectstack/objectql@2.0.7
484
- - @objectstack/driver-memory@2.0.7
485
- - @objectstack/plugin-auth@2.0.7
486
- - @objectstack/plugin-hono-server@2.0.7
487
- - @objectstack/plugin-security@2.0.7
488
- - @objectstack/rest@2.0.7
489
- - @objectstack/runtime@2.0.7