@midnight-ntwrk/wallet-sdk-prover-client 1.0.0-beta.11 → 1.0.0-beta.13

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.
@@ -16,7 +16,7 @@ import { SerializedTransaction, SerializedUnprovenTransaction } from '@midnight-
16
16
  import { ProverClient } from './ProverClient.js';
17
17
  import { ClientError, ServerError, HttpURL, } from '@midnight-ntwrk/wallet-sdk-utilities/networking';
18
18
  import { BlobOps } from '@midnight-ntwrk/wallet-sdk-utilities';
19
- import * as ledger from '@midnight-ntwrk/ledger-v6';
19
+ import * as ledger from '@midnight-ntwrk/ledger-v7';
20
20
  const PROVE_TX_PATH = '/prove';
21
21
  const CHECK_TX_PATH = '/check';
22
22
  /**
@@ -1,5 +1,5 @@
1
1
  import { Effect, Context } from 'effect';
2
- import * as ledger from '@midnight-ntwrk/ledger-v6';
2
+ import * as ledger from '@midnight-ntwrk/ledger-v7';
3
3
  import { ClientError, ServerError } from '@midnight-ntwrk/wallet-sdk-utilities/networking';
4
4
  declare const ProverClient_base: Context.TagClass<ProverClient, "@midnight-ntwrk/prover-client#ProverClient", ProverClient.Service>;
5
5
  /**
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ProverClient } from './effect/index.js';
2
- import * as ledger from '@midnight-ntwrk/ledger-v6';
2
+ import * as ledger from '@midnight-ntwrk/ledger-v7';
3
3
  /**
4
4
  * Sends serialized unproven transactions to a Proof Server over HTTP.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midnight-ntwrk/wallet-sdk-prover-client",
3
- "version": "1.0.0-beta.11",
3
+ "version": "1.0.0-beta.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -29,18 +29,19 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@effect/platform": "^0.90.0",
32
- "@midnight-ntwrk/ledger-v6": "6.1.0-alpha.6",
33
- "@midnight-ntwrk/wallet-sdk-abstractions": "1.0.0-beta.9",
34
- "@midnight-ntwrk/wallet-sdk-utilities": "1.0.0-beta.8",
32
+ "@midnight-ntwrk/ledger-v7": "7.0.0-rc.1",
33
+ "@midnight-ntwrk/wallet-sdk-abstractions": "1.0.0-beta.10",
34
+ "@midnight-ntwrk/wallet-sdk-utilities": "1.0.0-beta.10",
35
35
  "effect": "^3.17.3"
36
36
  },
37
37
  "devDependencies": {
38
38
  "eslint": "^9.37.0",
39
+ "prettier": "^3.7.0",
39
40
  "publint": "~0.3.14",
40
41
  "rimraf": "^6.0.1",
41
- "testcontainers": "^11.8.1",
42
+ "testcontainers": "^11.10.0",
42
43
  "typescript": "^5.9.3",
43
- "vitest": "^3.2.4"
44
+ "vitest": "^4.0.16"
44
45
  },
45
46
  "scripts": {
46
47
  "typecheck": "tsc -b ./tsconfig.json --noEmit",