leonelsearchapi 1.0.0-beta.1 → 1.0.0-beta.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -9,7 +9,7 @@ export class LeonelSearchAPI {
9
9
  if (!apiKey) throw new Error('apiKey is required');
10
10
 
11
11
  this.apiKey = apiKey;
12
- this.baseURL = `http://leonelsearch.qzz.io:30213/api/${apiVersion}`;
12
+ this.baseURL = `https://leonelsearch.qzz.io:30213/api/${apiVersion}`;
13
13
  this.debug = debug;
14
14
 
15
15
  if (this.debug) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leonelsearchapi",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Official JavaScript client for LeonelSearchAPI. Perform searches easily with your API key.",
5
5
  "homepage": "https://github.com/LeonelDevStudios/LeonelSearchAPI#readme",
6
6
  "bugs": {