@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 +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
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.
|
|
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.
|
|
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.
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arker-ai/sdk",
|
|
3
|
-
"version": "0.1
|
|
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-
|
|
30
|
+
"url": "git+https://github.com/ArkerHQ/arker-sdk.git",
|
|
31
31
|
"directory": "typescript"
|
|
32
32
|
},
|
|
33
|
-
"bugs": "https://github.com/ArkerHQ/arker-
|
|
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",
|