@chaingpt/ainews
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,3 +0,3 @@ | ||
declare const SERVER_URL = "https://api.chaingpt.org"; | ||
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 = 'https://api.chaingpt.dev'; | ||
const SERVER_URL = 'https://api.chaingpt.org'; | ||
const SERVER_URL = 'https://api.chaingpt.dev'; | ||
exports.SERVER_URL = SERVER_URL; | ||
// const SERVER_URL = 'https://api.chaingpt.org'; | ||
const TIMEOUT = 60000; | ||
exports.TIMEOUT = TIMEOUT; |
{ | ||
"name": "@chaingpt/ainews", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "SDK for AINews", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,5 +0,5 @@ | ||
// const SERVER_URL = 'https://api.chaingpt.dev'; | ||
const SERVER_URL = 'https://api.chaingpt.org'; | ||
const SERVER_URL = 'https://api.chaingpt.dev'; | ||
// const SERVER_URL = 'https://api.chaingpt.org'; | ||
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