@arcium-hq/client 0.5.1 → 0.5.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.
package/build/index.cjs CHANGED
@@ -1366,7 +1366,7 @@ class Aes256Cipher extends AesCtrCipher {
1366
1366
  var address = "BpaW2ZmCJnDwizWY8eM34JtVqp2kRgnmQcedSVc9USdP";
1367
1367
  var metadata = {
1368
1368
  name: "arcium",
1369
- version: "0.5.1",
1369
+ version: "0.5.2",
1370
1370
  spec: "0.1.0",
1371
1371
  description: "The Arcium program"
1372
1372
  };
package/build/index.d.ts CHANGED
@@ -306,7 +306,7 @@ type Arcium = {
306
306
  "address": "BpaW2ZmCJnDwizWY8eM34JtVqp2kRgnmQcedSVc9USdP";
307
307
  "metadata": {
308
308
  "name": "arcium";
309
- "version": "0.5.1";
309
+ "version": "0.5.2";
310
310
  "spec": "0.1.0";
311
311
  "description": "The Arcium program";
312
312
  };
package/build/index.mjs CHANGED
@@ -1347,7 +1347,7 @@ class Aes256Cipher extends AesCtrCipher {
1347
1347
  var address = "BpaW2ZmCJnDwizWY8eM34JtVqp2kRgnmQcedSVc9USdP";
1348
1348
  var metadata = {
1349
1349
  name: "arcium",
1350
- version: "0.5.1",
1350
+ version: "0.5.2",
1351
1351
  spec: "0.1.0",
1352
1352
  description: "The Arcium program"
1353
1353
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcium-hq/client",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Client SDK for interacting with encrypted Solana programs",
5
5
  "author": "Arcium",
6
6
  "license": "GPL-3.0-only",