@arcium-hq/client 0.10.3 → 0.10.4

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
@@ -1883,7 +1883,7 @@ function createPacker(fields, typeName = 'Packer') {
1883
1883
  var address = "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
1884
1884
  var metadata = {
1885
1885
  name: "arcium",
1886
- version: "0.10.3",
1886
+ version: "0.10.4",
1887
1887
  spec: "0.1.0",
1888
1888
  description: "The Arcium program"
1889
1889
  };
package/build/index.mjs CHANGED
@@ -1864,7 +1864,7 @@ function createPacker(fields, typeName = 'Packer') {
1864
1864
  var address = "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
1865
1865
  var metadata = {
1866
1866
  name: "arcium",
1867
- version: "0.10.3",
1867
+ version: "0.10.4",
1868
1868
  spec: "0.1.0",
1869
1869
  description: "The Arcium program"
1870
1870
  };
@@ -8,7 +8,7 @@ export type Arcium = {
8
8
  "address": "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
9
9
  "metadata": {
10
10
  "name": "arcium";
11
- "version": "0.10.3";
11
+ "version": "0.10.4";
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.10.3",
3
+ "version": "0.10.4",
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.10.3",
5
+ "version": "0.10.4",
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.10.3",
11
+ "version": "0.10.4",
12
12
  "spec": "0.1.0",
13
13
  "description": "The Arcium program"
14
14
  },