@hellocoop/fastify 1.14.2 → 1.14.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hellocoop/fastify",
|
3
|
-
"version": "1.14.
|
3
|
+
"version": "1.14.4",
|
4
4
|
"description": "Fastify SDK for Hellō https://hello.dev",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@tsconfig/node18": "^18.2.2",
|
50
|
-
"fastify": "^
|
50
|
+
"fastify": "^5",
|
51
51
|
"rimraf": "^5.0.1",
|
52
52
|
"typescript": "^5.2.2"
|
53
53
|
},
|
@@ -56,9 +56,9 @@
|
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
58
|
"@fastify/formbody": "^8.0.2",
|
59
|
-
"@hellocoop/api": "^2.2.
|
59
|
+
"@hellocoop/api": "^2.2.5",
|
60
60
|
"dotenv": "^16.3.1",
|
61
61
|
"fastify-plugin": "^4.5.1"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "aff11abe579d386dd74a446e216f2fe48729a9c4"
|
64
64
|
}
|