@hellocoop/fastify 1.13.4 → 1.13.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellocoop/fastify",
3
- "version": "1.13.4",
3
+ "version": "1.13.5",
4
4
  "description": "Fastify SDK for Hellō https://hello.dev",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,9 +53,9 @@
53
53
  "node": ">=18"
54
54
  },
55
55
  "dependencies": {
56
- "@hellocoop/api": "^2.0.4",
56
+ "@hellocoop/api": "^2.0.5",
57
57
  "dotenv": "^16.3.1",
58
58
  "fastify-plugin": "^4.5.1"
59
59
  },
60
- "gitHead": "b418b4e249a7fe7025d467688e52132848b465a2"
60
+ "gitHead": "2890e885168a5a0333b7ef610536fb8ad15703a5"
61
61
  }