@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 +1 -1
- package/build/index.mjs +1 -1
- package/build/types/idl/arcium.d.ts +1 -1
- package/package.json +1 -1
- package/src/idl/arcium.json +1 -1
- package/src/idl/arcium.ts +1 -1
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.
|
|
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.
|
|
1867
|
+
version: "0.10.4",
|
|
1868
1868
|
spec: "0.1.0",
|
|
1869
1869
|
description: "The Arcium program"
|
|
1870
1870
|
};
|
package/package.json
CHANGED
package/src/idl/arcium.json
CHANGED
package/src/idl/arcium.ts
CHANGED