@arcium-hq/client 0.9.4 → 0.9.6

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.4",
1887
+ version: "0.9.6",
1888
1888
  spec: "0.1.0",
1889
1889
  description: "The Arcium program"
1890
1890
  };
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.4",
1868
+ version: "0.9.6",
1869
1869
  spec: "0.1.0",
1870
1870
  description: "The Arcium program"
1871
1871
  };
@@ -8,7 +8,7 @@ export type Arcium = {
8
8
  "address": "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
9
9
  "metadata": {
10
10
  "name": "arcium";
11
- "version": "0.9.4";
11
+ "version": "0.9.6";
12
12
  "spec": "0.1.0";
13
13
  "description": "The Arcium program";
14
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcium-hq/client",
3
- "version": "0.9.4",
3
+ "version": "0.9.6",
4
4
  "description": "Client SDK for interacting with encrypted Solana programs",
5
5
  "author": "Arcium",
6
6
  "license": "GPL-3.0-only",
@@ -2,7 +2,7 @@
2
2
  "address": "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ",
3
3
  "metadata": {
4
4
  "name": "arcium",
5
- "version": "0.9.4",
5
+ "version": "0.9.6",
6
6
  "spec": "0.1.0",
7
7
  "description": "The Arcium program"
8
8
  },
package/src/idl/arcium.ts CHANGED
@@ -8,7 +8,7 @@ export type Arcium = {
8
8
  "address": "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ",
9
9
  "metadata": {
10
10
  "name": "arcium",
11
- "version": "0.9.4",
11
+ "version": "0.9.6",
12
12
  "spec": "0.1.0",
13
13
  "description": "The Arcium program"
14
14
  },