@peable/services
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -0,3 +1,5 @@ | ||
import dotenv from "dotenv"; | ||
dotenv.config(); | ||
import usePeableSession from "./hooks/usePeableSession"; | ||
import getUserById from "./hooks/getUserById"; | ||
export { usePeableSession, getUserById }; |
{ | ||
"name": "@peable/services", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "", | ||
@@ -33,2 +33,3 @@ "main": "./dist/index.js", | ||
"axios": "^1.6.8", | ||
"dotenv": "^16.4.5", | ||
"react": "^18.2.0", | ||
@@ -35,0 +36,0 @@ "react-dom": "^18.2.0" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5442
96
4
+ Addeddotenv@^16.4.5
+ Addeddotenv@16.4.5(transitive)