@hellocoop/fastify 1.14.1 → 1.14.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +3 -3
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
|
package/dist/index.d.ts.map
CHANGED
@@ -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;
|
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.
|
3
|
+
"version": "1.14.2",
|
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.3",
|
60
60
|
"dotenv": "^16.3.1",
|
61
61
|
"fastify-plugin": "^4.5.1"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "c6005d2c55712fb69f6c9d691c842c93c065736b"
|
64
64
|
}
|