diff --git a/package-lock.json b/package-lock.json index 5e97522b..c9f6ce04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@aws-sdk/s3-presigned-post": "^3.1076.0", "@aws-sdk/s3-request-presigner": "^3.1076.0", "@azure/storage-blob": "^12.33.0", - "@bhautikin/compute-createos": "^0.4.1", + "@bhautikin/compute-createos": "^0.1.0", "@computesdk/anchorbrowser": "^0.2.4", "@computesdk/archil": "^0.4.6", "@computesdk/beam": "^0.2.0", @@ -673,39 +673,29 @@ } }, "node_modules/@bhautikin/compute-createos": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@bhautikin/compute-createos/-/compute-createos-0.4.1.tgz", - "integrity": "sha512-c4u7kfYb7GbWnsEfhd7BU7fkYZD43dZibSt+40irbpPcwkEy5uGwYI2gwOwjoqtahUqdkIh79q5P2VLhVGPrFg==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@bhautikin/compute-createos/-/compute-createos-0.1.0.tgz", + "integrity": "sha512-TEyWrvoHZy3ovaUL0TSZ4+UcWxdbZ19Jck8HVZsdqY4w+CdLZHgyVLIsjSt1zrOk263mPdqnuis8zHWiOINHNg==", "license": "MIT", "dependencies": { - "@computesdk/provider": "^2.1.3", - "@nodeops-createos/sandbox": "^0.7.0" + "@bhautikin/sandbox": "^0.1.0", + "@computesdk/provider": "^2.1.3" }, "engines": { "node": ">=22" } }, - "node_modules/@bhautikin/compute-createos/node_modules/@nodeops-createos/sandbox": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@nodeops-createos/sandbox/-/sandbox-0.7.0.tgz", - "integrity": "sha512-dE/2+sd0yBTZrhH9M93vDhPMk2SytoaNN8490Al4Dq3iPDwiVRToeKSONLow1WP22PWyw+Vc01ctcZqGIUPAyg==", + "node_modules/@bhautikin/sandbox": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@bhautikin/sandbox/-/sandbox-0.1.0.tgz", + "integrity": "sha512-eaiD8z79YTrpA6SHQIW0r2BuhYDC5vi6cL7R/qGPXFXTNBtSuNZAqi6a4n30mfbIfjxnUxtEJQKCbnlDXY6TOg==", "license": "MIT", "engines": { "node": ">=20" }, "optionalDependencies": { - "@types/node": "26.1.1", - "undici": "8.7.0" - } - }, - "node_modules/@bhautikin/compute-createos/node_modules/undici": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz", - "integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=22.19.0" + "@types/node": "^26.1.1", + "undici": "^7.28.0" } }, "node_modules/@blaxel/core": { diff --git a/package.json b/package.json index 5583bcf1..5a3faff5 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@aws-sdk/s3-presigned-post": "^3.1076.0", "@aws-sdk/s3-request-presigner": "^3.1076.0", "@azure/storage-blob": "^12.33.0", - "@bhautikin/compute-createos": "^0.4.1", + "@bhautikin/compute-createos": "^0.1.0", "@computesdk/anchorbrowser": "^0.2.4", "@computesdk/archil": "^0.4.6", "@computesdk/beam": "^0.2.0",