@veribenim/core 3.0.0 → 4.0.0
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/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -157,7 +157,7 @@ var VeribenimApiClient = class {
|
|
|
157
157
|
|
|
158
158
|
// src/index.ts
|
|
159
159
|
var DEFAULT_CONFIG = {
|
|
160
|
-
apiUrl: "https://
|
|
160
|
+
apiUrl: "https://live.veribenim.com",
|
|
161
161
|
lang: "tr",
|
|
162
162
|
debug: false
|
|
163
163
|
};
|
|
@@ -171,7 +171,7 @@ var Veribenim = class {
|
|
|
171
171
|
token: config.token,
|
|
172
172
|
lang: (_a = config.lang) != null ? _a : "tr",
|
|
173
173
|
debug: (_b = config.debug) != null ? _b : false,
|
|
174
|
-
apiUrl: (_c = config._apiUrl) != null ? _c : "https://
|
|
174
|
+
apiUrl: (_c = config._apiUrl) != null ? _c : "https://live.veribenim.com"
|
|
175
175
|
};
|
|
176
176
|
this.api = new VeribenimApiClient(this.config);
|
|
177
177
|
if (events == null ? void 0 : events.onAccept) this.onAccept(events.onAccept);
|
package/dist/index.mjs
CHANGED
|
@@ -127,7 +127,7 @@ var VeribenimApiClient = class {
|
|
|
127
127
|
|
|
128
128
|
// src/index.ts
|
|
129
129
|
var DEFAULT_CONFIG = {
|
|
130
|
-
apiUrl: "https://
|
|
130
|
+
apiUrl: "https://live.veribenim.com",
|
|
131
131
|
lang: "tr",
|
|
132
132
|
debug: false
|
|
133
133
|
};
|
|
@@ -141,7 +141,7 @@ var Veribenim = class {
|
|
|
141
141
|
token: config.token,
|
|
142
142
|
lang: (_a = config.lang) != null ? _a : "tr",
|
|
143
143
|
debug: (_b = config.debug) != null ? _b : false,
|
|
144
|
-
apiUrl: (_c = config._apiUrl) != null ? _c : "https://
|
|
144
|
+
apiUrl: (_c = config._apiUrl) != null ? _c : "https://live.veribenim.com"
|
|
145
145
|
};
|
|
146
146
|
this.api = new VeribenimApiClient(this.config);
|
|
147
147
|
if (events == null ? void 0 : events.onAccept) this.onAccept(events.onAccept);
|