@hellocoop/fastify 1.14.3 → 1.14.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hellocoop/fastify",
|
3
|
-
"version": "1.14.
|
3
|
+
"version": "1.14.5",
|
4
4
|
"description": "Fastify SDK for Hellō https://hello.dev",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -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.6",
|
60
60
|
"dotenv": "^16.3.1",
|
61
61
|
"fastify-plugin": "^4.5.1"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "d00d1de9ebd90c4fe1b5ef99f888efc9ebc979f4"
|
64
64
|
}
|