@acontext/acontext 0.0.14 → 0.0.15

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Internal constants shared across the TypeScript SDK.
3
3
  */
4
- export declare const DEFAULT_BASE_URL = "https://api.acontext.io/api/v1";
4
+ export declare const DEFAULT_BASE_URL = "https://api.acontext.app/api/v1";
5
5
  export declare const DEFAULT_USER_AGENT = "acontext-ts/0.0.1";
package/dist/constants.js CHANGED
@@ -4,5 +4,5 @@
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.DEFAULT_USER_AGENT = exports.DEFAULT_BASE_URL = void 0;
7
- exports.DEFAULT_BASE_URL = 'https://api.acontext.io/api/v1';
7
+ exports.DEFAULT_BASE_URL = 'https://api.acontext.app/api/v1';
8
8
  exports.DEFAULT_USER_AGENT = 'acontext-ts/0.0.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acontext/acontext",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "TypeScript SDK for the Acontext API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",