ravejs 1.9.3 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.MD +2 -2
- package/README.RU.MD +2 -2
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/README.MD
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
<h2>RaveJS is a TypeScript library that interacts with the Rave: Watch Party App API.</h2>
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
|
-
## [README on English](https://github.com/
|
|
13
|
-
## [README на Русском](https://github.com/
|
|
12
|
+
## [README on English](https://github.com/AminoDorks/ravejs/blob/master/README.MD)
|
|
13
|
+
## [README на Русском](https://github.com/AminoDorks/ravejs/blob/master/README.RU.MD)
|
|
14
14
|
|
|
15
15
|
## Table of Contents
|
|
16
16
|
-----------------
|
package/README.RU.MD
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
<h2>RaveJS — библиотека на TypeScript для взаимодействия с API приложения Rave: Watch Party</h2>
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
|
-
- [README на английском](https://github.com/
|
|
13
|
-
- [README на русском](https://github.com/
|
|
12
|
+
- [README на английском](https://github.com/AminoDorks/ravejs/blob/master/README.MD)
|
|
13
|
+
- [README на русском](https://github.com/AminoDorks/ravejs/blob/master/README.RU.MD)
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
package/dist/constants.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { APIErrorData } from './schemas/error';
|
|
2
|
-
export declare const VERSION = "1.9.
|
|
2
|
+
export declare const VERSION = "1.9.4";
|
|
3
3
|
export declare const API_URL = "https://api1.a-l-p-a.com";
|
|
4
4
|
export declare const PARSE_API_URL = "https://api3.a-l-p-a.com";
|
|
5
5
|
export declare const EVENTS_API_URL = "https://api2.a-l-p-a.com/api";
|
package/dist/constants.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CODES_MAP = exports.PARSE_USERS_HEADERS = exports.PATCHED_IP_DATA = exports.PATCHED_DEVICE = exports.MOJO_AUTH_HEADERS = exports.API_HEADERS = exports.SOCKET_PING_DELAY = exports.UUID_PATTERN = exports.DEFAULT_LANGUAGE = exports.HASH_SECRET = exports.MOJO_AUTH_URL = exports.WE_MESH_API_URL = exports.EVENTS_API_URL = exports.PARSE_API_URL = exports.API_URL = exports.VERSION = void 0;
|
|
4
4
|
// Constants
|
|
5
|
-
exports.VERSION = '1.9.
|
|
5
|
+
exports.VERSION = '1.9.4';
|
|
6
6
|
exports.API_URL = 'https://api1.a-l-p-a.com';
|
|
7
7
|
exports.PARSE_API_URL = 'https://api3.a-l-p-a.com';
|
|
8
8
|
exports.EVENTS_API_URL = 'https://api2.a-l-p-a.com/api';
|