crypto-bot-api
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -13,1 +13,3 @@ export { ListenOptions } from 'net'; | ||
export { default as requestXhr } from './request/xhr'; | ||
import ClientEmitter from './classes/ClientEmitter'; | ||
export default ClientEmitter; |
@@ -37,1 +37,3 @@ "use strict"; | ||
Object.defineProperty(exports, "requestXhr", { enumerable: true, get: function () { return xhr_1.default; } }); | ||
const ClientEmitter_2 = require("./classes/ClientEmitter"); | ||
exports.default = ClientEmitter_2.default; |
{ | ||
"name": "crypto-bot-api", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Simple and minimalistic client for Telegram CryptoBot Crypto Pay API", | ||
@@ -5,0 +5,0 @@ "author": "Sergei Ivankov <sergeiivankov@pm.me>", |
@@ -44,3 +44,3 @@ # Crypto Bot API - client library for Crypto Pay API | ||
**Important: at the time of publication of version 0.3.2 (Sep 17, 2024), API servers do not return header Access-Control-Allow-Origin, which allows make requests to API from third-party domains, so client request from website environment won't work (but its work in browser extensions, Electron and similar apps)** | ||
**Important: at the time of publication of version 0.3.3 (Sep 18, 2024), API servers do not return header Access-Control-Allow-Origin, which allows make requests to API from third-party domains, so client request from website environment won't work (but its work in browser extensions, Electron and similar apps)** | ||
@@ -47,0 +47,0 @@ More usage examples see in [examples](https://github.com/sergeiivankov/crypto-bot-api/tree/main/examples) project directory. |
119336
3084