void 0.7.2 → 0.7.3

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.
Files changed (1) hide show
  1. package/package.json +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "void",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/voidzero-dev/void.git",
@@ -261,15 +261,10 @@
261
261
  "require": "./dist/runtime/db-pg.mjs"
262
262
  }
263
263
  },
264
- "scripts": {
265
- "build": "node scripts/sync-skill-docs.mjs && vp pack",
266
- "dev": "vp pack --watch",
267
- "typecheck": "tsgo --noEmit"
268
- },
269
264
  "dependencies": {
270
265
  "@cloudflare/sandbox": "^0.10.0",
271
266
  "@cloudflare/vite-plugin": "^1.36.3",
272
- "@cloudflare/workers-types": "catalog:",
267
+ "@cloudflare/workers-types": "^4.20260508.1",
273
268
  "@hono/oauth-providers": "^0.8.5",
274
269
  "@napi-rs/keyring": "1.3.0",
275
270
  "better-auth": "^1.6.9",
@@ -284,35 +279,35 @@
284
279
  "ignore": "^7.0.5",
285
280
  "jsonc-parser": "3.3.1",
286
281
  "pg": "^8.20.0",
287
- "wrangler": "catalog:"
282
+ "wrangler": "^4.90.0"
288
283
  },
289
284
  "devDependencies": {
290
- "@clack/prompts": "catalog:",
285
+ "@clack/prompts": "^1.3.0",
291
286
  "@electric-sql/pglite": "0.4.5",
292
287
  "@types/better-sqlite3": "^7.6.13",
293
- "@types/node": "catalog:",
288
+ "@types/node": "^25.6.2",
294
289
  "@types/pg": "^8.20.0",
295
- "@typescript/native-preview": "catalog:",
290
+ "@typescript/native-preview": "7.0.0-dev.20260507.1",
296
291
  "arktype": "^2.2.0",
297
292
  "es-module-lexer": "^2.1.0",
298
293
  "estree-walker": "^3.0.3",
299
294
  "magic-string": "^0.30.21",
300
295
  "ofetch": "2.0.0-alpha.3",
301
- "pathe": "catalog:",
296
+ "pathe": "^2.0.3",
302
297
  "pglite-server": "0.1.5",
303
298
  "picocolors": "^1.1.1",
304
299
  "tinyglobby": "^0.2.16",
305
300
  "valibot": "^1.4.0",
306
- "vite": "catalog:",
307
- "vite-plus": "catalog:",
301
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.1.20",
302
+ "vite-plus": "^0.1.20",
308
303
  "zod": "^4.4.3"
309
304
  },
310
305
  "peerDependencies": {
311
- "@void/md": "workspace:*",
312
306
  "arktype": ">=2.0.0",
313
307
  "valibot": ">=1.0.0-beta.7",
314
308
  "vite": "^8.0.0",
315
- "zod": "^3.25.0 || ^4.0.0"
309
+ "zod": "^3.25.0 || ^4.0.0",
310
+ "@void/md": "0.7.3"
316
311
  },
317
312
  "peerDependenciesMeta": {
318
313
  "@void/md": {
@@ -327,5 +322,10 @@
327
322
  "zod": {
328
323
  "optional": true
329
324
  }
325
+ },
326
+ "scripts": {
327
+ "build": "node scripts/sync-skill-docs.mjs && vp pack",
328
+ "dev": "vp pack --watch",
329
+ "typecheck": "tsgo --noEmit"
330
330
  }
331
- }
331
+ }