@arker-ai/sdk 0.1.2 → 0.2.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.cjs CHANGED
@@ -31,7 +31,7 @@ __export(index_exports, {
31
31
  Sync: () => Sync
32
32
  });
33
33
  module.exports = __toCommonJS(index_exports);
34
- var DEFAULT_BASE_URL = "https://aws-us-west-2.burst.arker.ai";
34
+ var DEFAULT_BASE_URL = "https://aws-burst-us-west-2.arker.ai";
35
35
  var LIST_BASE_URL = "https://arker.ai";
36
36
  var ARKUNTU_POOL = [
37
37
  "01KQH2ADR3DCAJF06N4R453WPJ_uswe",
package/dist/index.d.cts CHANGED
@@ -25,7 +25,7 @@
25
25
  *
26
26
  * Errors are thrown as `ArkerError(code, message, status)`.
27
27
  */
28
- declare const DEFAULT_BASE_URL = "https://aws-us-west-2.burst.arker.ai";
28
+ declare const DEFAULT_BASE_URL = "https://aws-burst-us-west-2.arker.ai";
29
29
  /** `list` is served from a different host than the rest; used regardless of the client's baseUrl. */
30
30
  declare const LIST_BASE_URL = "https://arker.ai";
31
31
  /** 1000 pre-forked public VMs (snapshots of `arkuntu`). The SDK picks one
package/dist/index.d.ts CHANGED
@@ -25,7 +25,7 @@
25
25
  *
26
26
  * Errors are thrown as `ArkerError(code, message, status)`.
27
27
  */
28
- declare const DEFAULT_BASE_URL = "https://aws-us-west-2.burst.arker.ai";
28
+ declare const DEFAULT_BASE_URL = "https://aws-burst-us-west-2.arker.ai";
29
29
  /** `list` is served from a different host than the rest; used regardless of the client's baseUrl. */
30
30
  declare const LIST_BASE_URL = "https://arker.ai";
31
31
  /** 1000 pre-forked public VMs (snapshots of `arkuntu`). The SDK picks one
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var DEFAULT_BASE_URL = "https://aws-us-west-2.burst.arker.ai";
2
+ var DEFAULT_BASE_URL = "https://aws-burst-us-west-2.arker.ai";
3
3
  var LIST_BASE_URL = "https://arker.ai";
4
4
  var ARKUNTU_POOL = [
5
5
  "01KQH2ADR3DCAJF06N4R453WPJ_uswe",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arker-ai/sdk",
3
- "version": "0.1.2",
3
+ "version": "0.2.1",
4
4
  "description": "TypeScript SDK for the Arker virtual computer platform — spawn sandboxed VMs, run code, sync files.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -27,10 +27,10 @@
27
27
  "homepage": "https://arker.ai",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "git+https://github.com/ArkerHQ/arker-sdks.git",
30
+ "url": "git+https://github.com/ArkerHQ/arker-sdk.git",
31
31
  "directory": "typescript"
32
32
  },
33
- "bugs": "https://github.com/ArkerHQ/arker-sdks/issues",
33
+ "bugs": "https://github.com/ArkerHQ/arker-sdk/issues",
34
34
  "devDependencies": {
35
35
  "@types/node": "^25.6.0",
36
36
  "tsup": "^8.3.0",