@crossauth/fastify 0.0.2 → 0.0.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.
- package/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossauth/fastify",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"prisma": "^5.9.1",
|
|
59
59
|
"qrcode": "^1.5.3",
|
|
60
60
|
"sonic-boom": "^3.7.0",
|
|
61
|
-
"@crossauth/
|
|
62
|
-
"@crossauth/
|
|
61
|
+
"@crossauth/backend": "^0.0.3",
|
|
62
|
+
"@crossauth/common": "^0.0.3"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"dev": "vite",
|
|
@@ -68,8 +68,6 @@
|
|
|
68
68
|
"test": "dotenv -e .env.unittest vitest",
|
|
69
69
|
"testonce": "dotenv -e .env.unittest vitest run",
|
|
70
70
|
"doc": "typedoc",
|
|
71
|
-
"preinstall": "echo 'prisma not needed in this module'",
|
|
72
|
-
"postinstall": "echo 'prisma not needed in this module'",
|
|
73
71
|
"prisma": "echo 'prisma not needed in this module'"
|
|
74
72
|
}
|
|
75
73
|
}
|