@chaingpt/ainews
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,3 +0,3 @@ | ||
declare const SERVER_URL = "http://3.20.244.50"; | ||
declare const SERVER_URL = "https://api.chaingpt.dev"; | ||
declare const TIMEOUT = 60000; | ||
export { SERVER_URL, TIMEOUT }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TIMEOUT = exports.SERVER_URL = void 0; | ||
const SERVER_URL = 'http://3.20.244.50'; | ||
const SERVER_URL = 'https://api.chaingpt.dev'; | ||
exports.SERVER_URL = SERVER_URL; | ||
const TIMEOUT = 60000; | ||
exports.TIMEOUT = TIMEOUT; |
{ | ||
"name": "@chaingpt/ainews", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "SDK for AINews", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,4 +0,4 @@ | ||
const SERVER_URL = 'http://3.20.244.50'; | ||
const SERVER_URL = 'https://api.chaingpt.dev'; | ||
const TIMEOUT = 60000; | ||
export { SERVER_URL, TIMEOUT }; |
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
14199