@prismnetwork/agent-sdk 0.7.4 → 0.7.5

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.
Files changed (2) hide show
  1. package/attest.mjs +1 -1
  2. package/package.json +1 -1
package/attest.mjs CHANGED
@@ -56,7 +56,7 @@ export const EXPECTED_WORKLOAD = {
56
56
  "ghcr.io/redpill-ai/private-ai-launcher@sha256:c083ff9e6a5ddf10f6c9e9bb1f74cc618deebecfea5208b563c574399db4637c",
57
57
  repoUrl: "https://github.com/Dstack-TEE/private-ai-gateway.git",
58
58
  osImageHash: "bd369a8c2f9edb2b52dad48ac8e0b32dde5f1337c423a506b48d07403a7d8033",
59
- repoCommit: "b6b5c1b82f6fc59490db5a5255bf4493805e66c6",
59
+ repoCommit: "d567f6b4c4d93e33037ea202db04db86a8ad881c",
60
60
  };
61
61
 
62
62
  const NRAS_ATTEST_URL = "https://nras.attestation.nvidia.com/v3/attest/gpu";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismnetwork/agent-sdk",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Headless GPU leasing and renter-encrypted storage on Prism Network for wallet-holding agents.",
5
5
  "type": "module",
6
6
  "main": "prism.mjs",