@peable/services
Advanced tools
Comparing version 0.0.38 to 0.0.39
@@ -0,3 +1,5 @@ | ||
import dotenv from "dotenv"; | ||
import { useState, useEffect } from "react"; | ||
import axios from "axios"; | ||
dotenv.config(); | ||
export const PEABLE_SERVICES_URL = process.env.PEABLE_SERVICES_URL; | ||
@@ -4,0 +6,0 @@ const usePeableSession = () => { |
@@ -1,5 +0,3 @@ | ||
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.38", | ||
"version": "0.0.39", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
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