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