@lobb-js/lobb-ext-storage 0.8.4 → 0.9.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobb-js/lobb-ext-storage",
3
- "version": "0.8.4",
3
+ "version": "0.9.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -22,7 +22,7 @@
22
22
  "test:lobb": "bun test extensions/storage/tests",
23
23
  "test:studio": "bun --bun playwright test --config extensions/storage/studio/tests/playwright.config.cjs",
24
24
  "dev": "bun run lobb.ts",
25
- "start": "LOBB_MODE=prod bun run lobb.ts",
25
+ "start": "bun run lobb.ts",
26
26
  "prepare": "svelte-kit sync || echo ''",
27
27
  "preview": "vite preview",
28
28
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
@@ -34,14 +34,14 @@
34
34
  "build:studio": "vite build"
35
35
  },
36
36
  "dependencies": {
37
- "@lobb-js/core": "^0.13.3",
37
+ "@lobb-js/core": "^0.14.0",
38
38
  "browser-fs-access": "^0.35.0",
39
39
  "hono": "^4.7.0",
40
40
  "openapi-types": "^12.1.3",
41
41
  "path-browserify": "^1.0.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@lobb-js/studio": "^0.7.3",
44
+ "@lobb-js/studio": "^0.8.0",
45
45
  "@lucide/svelte": "^0.563.1",
46
46
  "@playwright/test": "^1.58.2",
47
47
  "@sveltejs/adapter-node": "^5.5.4",