@arcium-hq/client 0.9.1 → 0.9.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
@@ -1884,7 +1884,7 @@ function createPacker(fields, typeName = 'Packer') {
1884
1884
  var address = "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
1885
1885
  var metadata = {
1886
1886
  name: "arcium",
1887
- version: "0.9.1",
1887
+ version: "0.9.2",
1888
1888
  spec: "0.1.0",
1889
1889
  description: "The Arcium program"
1890
1890
  };
package/build/index.d.ts CHANGED
@@ -547,7 +547,7 @@ type Arcium = {
547
547
  "address": "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
548
548
  "metadata": {
549
549
  "name": "arcium";
550
- "version": "0.9.1";
550
+ "version": "0.9.2";
551
551
  "spec": "0.1.0";
552
552
  "description": "The Arcium program";
553
553
  };
package/build/index.mjs CHANGED
@@ -1865,7 +1865,7 @@ function createPacker(fields, typeName = 'Packer') {
1865
1865
  var address = "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
1866
1866
  var metadata = {
1867
1867
  name: "arcium",
1868
- version: "0.9.1",
1868
+ version: "0.9.2",
1869
1869
  spec: "0.1.0",
1870
1870
  description: "The Arcium program"
1871
1871
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcium-hq/client",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Client SDK for interacting with encrypted Solana programs",
5
5
  "author": "Arcium",
6
6
  "license": "GPL-3.0-only",