@lobb-js/lobb-ext-auth 0.2.3 → 0.3.1
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobb-js/lobb-ext-auth",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -21,24 +21,24 @@
|
|
|
21
21
|
"test": "bun run test:lobb && bun run test:studio",
|
|
22
22
|
"test:lobb": "bun test extensions/auth/tests",
|
|
23
23
|
"test:studio": "bun --bun playwright test --config extensions/auth/studio/tests/playwright.config.cjs",
|
|
24
|
-
"dev": "bun run lobb.ts",
|
|
25
|
-
"
|
|
24
|
+
"dev": "bun run --watch lobb.ts",
|
|
25
|
+
"dev:studio": "vite dev",
|
|
26
|
+
"build": "vite build",
|
|
27
|
+
"start": "bun run lobb.ts",
|
|
26
28
|
"prepare": "svelte-kit sync || echo ''",
|
|
27
29
|
"preview": "vite preview",
|
|
28
30
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
29
|
-
"prepublishOnly": "
|
|
30
|
-
"postpublish": "
|
|
31
|
-
"package": "svelte-package --input extensions/auth/studio"
|
|
32
|
-
"dev:studio": "vite dev",
|
|
33
|
-
"build:studio": "vite build"
|
|
31
|
+
"prepublishOnly": "lobb-ext-prepublish",
|
|
32
|
+
"postpublish": "lobb-ext-postpublish",
|
|
33
|
+
"package": "svelte-package --input extensions/auth/studio"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@lobb-js/core": "^0.
|
|
36
|
+
"@lobb-js/core": "^0.14.0",
|
|
37
37
|
"argon2": "^0.40.3",
|
|
38
38
|
"hono": "^4.7.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@lobb-js/studio": "^0.
|
|
41
|
+
"@lobb-js/studio": "^0.8.1",
|
|
42
42
|
"@lucide/svelte": "^0.563.1",
|
|
43
43
|
"@playwright/test": "^1.58.2",
|
|
44
44
|
"@sveltejs/adapter-node": "^5.5.4",
|