@hellocoop/fastify 1.13.10 → 1.13.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,4 +4,4 @@
4
4
 
5
5
  This [Fastify](https://fastify.dev/) package provides an endpoint that handles all protocol interactions and sets an encrypted cookie with the logged in user's information. The cookie contents are decrypted and available as `req.getAuth()`.
6
6
 
7
- See the [Fastify Quickstart documentation](https://www.hello.dev/docs/quickstarts/fastiify) for how to add Hellō to your Fastify app in minutes, and the [Fastify SDK documentation](https://www.hello.dev/docs/sdks/fastiify) for details.
7
+ See the [Fastify Quickstart documentation](https://www.hello.dev/docs/quickstarts/fastify) for how to add Hellō to your Fastify app in minutes, and the [Fastify SDK documentation](https://www.hello.dev/docs/sdks/fastify) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellocoop/fastify",
3
- "version": "1.13.10",
3
+ "version": "1.13.12",
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.11",
56
+ "@hellocoop/api": "^2.1.1",
57
57
  "dotenv": "^16.3.1",
58
58
  "fastify-plugin": "^4.5.1"
59
59
  },
60
- "gitHead": "5d81b85afd05a93a89d70ec74bbde12176e7f1d5"
60
+ "gitHead": "313660c6d341d486fb79b45c741ce8fda5acbb45"
61
61
  }