@oxyhq/services
Advanced tools
Comparing version 0.0.13 to 0.0.14
import React from "react"; | ||
import styles from "../styles/auth/sign-in-button.module.scss"; | ||
import styles from "./sign-in-button.module.css"; | ||
import { OxyLogo } from "../assets/oxy-logo"; | ||
@@ -4,0 +4,0 @@ export const SignInButton = ({ icon = React.createElement(OxyLogo, null), text = "Sign in with Oxy", }) => { |
@@ -18,5 +18,5 @@ import { z } from "zod"; | ||
} | ||
export declare const NODE_ENV: "development" | "production" | "test"; | ||
export declare const NODE_ENV: "development" | "production"; | ||
export declare const OXY_AUTH_URL: string; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@oxyhq/services", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://oxy.so/", |
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
34915