@arcium-hq/client 0.1.45 → 0.1.46

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
@@ -999,7 +999,7 @@ function getCounter(nonce, nBlocks) {
999
999
  var address = "BKck65TgoKRokMjQM3datB9oRwJ8rAj2jxPXvHXUvcL6";
1000
1000
  var metadata = {
1001
1001
  name: "arcium",
1002
- version: "0.1.45",
1002
+ version: "0.1.46",
1003
1003
  spec: "0.1.0",
1004
1004
  description: "The Arcium program"
1005
1005
  };
package/build/index.d.ts CHANGED
@@ -125,7 +125,7 @@ type Arcium = {
125
125
  'address': 'BKck65TgoKRokMjQM3datB9oRwJ8rAj2jxPXvHXUvcL6';
126
126
  'metadata': {
127
127
  'name': 'arcium';
128
- 'version': '0.1.45';
128
+ 'version': '0.1.46';
129
129
  'spec': '0.1.0';
130
130
  'description': 'The Arcium program';
131
131
  };
@@ -10646,7 +10646,7 @@ type Arcium = {
10646
10646
  var address = "BKck65TgoKRokMjQM3datB9oRwJ8rAj2jxPXvHXUvcL6";
10647
10647
  var metadata = {
10648
10648
  name: "arcium",
10649
- version: "0.1.45",
10649
+ version: "0.1.46",
10650
10650
  spec: "0.1.0",
10651
10651
  description: "The Arcium program"
10652
10652
  };
package/build/index.mjs CHANGED
@@ -980,7 +980,7 @@ function getCounter(nonce, nBlocks) {
980
980
  var address = "BKck65TgoKRokMjQM3datB9oRwJ8rAj2jxPXvHXUvcL6";
981
981
  var metadata = {
982
982
  name: "arcium",
983
- version: "0.1.45",
983
+ version: "0.1.46",
984
984
  spec: "0.1.0",
985
985
  description: "The Arcium program"
986
986
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcium-hq/client",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "Client SDK for interacting with encrypted Solana programs",
5
5
  "author": "Arcium",
6
6
  "license": "GPL-3.0-only",