@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 +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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
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.
|
|
1350
|
+
version: "0.5.2",
|
|
1351
1351
|
spec: "0.1.0",
|
|
1352
1352
|
description: "The Arcium program"
|
|
1353
1353
|
};
|