@storacha/clawracha 0.3.1 → 0.3.2

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.
@@ -5,8 +5,8 @@
5
5
  import { createGenericKMSAdapter } from "@storacha/encrypt-upload-client/factories.node";
6
6
  import { create as createEncryptedClient } from "@storacha/encrypt-upload-client";
7
7
  import { encryptFile, encryptedBlockStream, } from "@storacha/encrypt-upload-client/utils/encrypt";
8
- const KMS_SERVICE_URL = "https://kms.storacha.network";
9
- const KMS_SERVICE_DID = "did:web:kms.storacha.network";
8
+ const KMS_SERVICE_URL = "https://ucan-kms-production.protocol-labs.workers.dev";
9
+ const KMS_SERVICE_DID = "did:key:z6MksQJobJmBfPhjHWgFXVppqM6Fcjc1k7xu4z6xvusVrtKv";
10
10
  let cachedAdapter = null;
11
11
  export function getKMSCryptoAdapter() {
12
12
  if (cachedAdapter)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storacha/clawracha",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "OpenClaw plugin for Storacha workspace sync via UCN Pail",
5
5
  "type": "module",
6
6
  "files": [