@analytix402/sdk 0.1.0 → 0.1.1
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
|
@@ -29,9 +29,9 @@ module.exports = __toCommonJS(index_exports);
|
|
|
29
29
|
|
|
30
30
|
// src/client.ts
|
|
31
31
|
var SDK_NAME = "@analytix402/sdk";
|
|
32
|
-
var SDK_VERSION = "0.1.
|
|
32
|
+
var SDK_VERSION = "0.1.1";
|
|
33
33
|
var DEFAULT_CONFIG = {
|
|
34
|
-
baseUrl: "https://
|
|
34
|
+
baseUrl: "https://analytix402.com",
|
|
35
35
|
debug: false,
|
|
36
36
|
batchSize: 100,
|
|
37
37
|
flushInterval: 5e3,
|
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// src/client.ts
|
|
2
2
|
var SDK_NAME = "@analytix402/sdk";
|
|
3
|
-
var SDK_VERSION = "0.1.
|
|
3
|
+
var SDK_VERSION = "0.1.1";
|
|
4
4
|
var DEFAULT_CONFIG = {
|
|
5
|
-
baseUrl: "https://
|
|
5
|
+
baseUrl: "https://analytix402.com",
|
|
6
6
|
debug: false,
|
|
7
7
|
batchSize: 100,
|
|
8
8
|
flushInterval: 5e3,
|
package/package.json
CHANGED