@hellocoop/fastify 1.14.1 → 1.14.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { auth, HelloConfig } from './auth';
2
2
  export default auth;
3
3
  export { auth as helloAuth, HelloConfig };
4
- export { LoginSyncResponse, LogoutSyncResponse } from '@hellocoop/api';
4
+ export { LoginSyncResponse, LogoutSyncResponse, LoginSyncParams } from '@hellocoop/api';
5
5
  export { redirect, unauthorized, setAuth } from './middleware';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAA;AAC1C,eAAe,IAAI,CAAA;AACnB,OAAO,EAAE,IAAI,IAAI,SAAS,EAAE,WAAW,EAAE,CAAA;AACzC,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AACtE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAA;AAC1C,eAAe,IAAI,CAAA;AACnB,OAAO,EAAE,IAAI,IAAI,SAAS,EAAE,WAAW,EAAE,CAAA;AACzC,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AACvF,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellocoop/fastify",
3
- "version": "1.14.1",
3
+ "version": "1.14.3",
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": "^4",
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.1",
59
+ "@hellocoop/api": "^2.2.4",
60
60
  "dotenv": "^16.3.1",
61
61
  "fastify-plugin": "^4.5.1"
62
62
  },
63
- "gitHead": "3d2e3dfbe982218f8abfce50126b2463fceb5831"
63
+ "gitHead": "b260ad4e60525d9700061b00a3403e6e3b68361a"
64
64
  }