@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 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.0";
32
+ var SDK_VERSION = "0.1.1";
33
33
  var DEFAULT_CONFIG = {
34
- baseUrl: "https://api.analytix402.com",
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.0";
3
+ var SDK_VERSION = "0.1.1";
4
4
  var DEFAULT_CONFIG = {
5
- baseUrl: "https://api.analytix402.com",
5
+ baseUrl: "https://analytix402.com",
6
6
  debug: false,
7
7
  batchSize: 100,
8
8
  flushInterval: 5e3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@analytix402/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Monitor, secure, and optimize your x402 APIs. Real-time analytics, security scanning, and revenue tracking.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",