Closed dependabot[bot] closed 2 months ago
This needs more work to be merged.
[0] [nodemon] starting `ts-node index.ts`
[0] /code/server/node_modules/ts-node/src/index.ts:859
[0] return new TSError(diagnosticText, diagnosticCodes, diagnostics);
[0] ^
[0] TSError: ⨯ Unable to compile TypeScript:
[0] service/tx.ts(8,3): error TS2724: '"@emurgo/cardano-serialization-lib-nodejs"' has no exported member named 'StakeCredential'. Did you mean 'Credential'?
[0]
[0] at createTSError (/code/server/node_modules/ts-node/src/index.ts:859:12)
[0] at reportTSError (/code/server/node_modules/ts-node/src/index.ts:863:19)
[0] at getOutput (/code/server/node_modules/ts-node/src/index.ts:1077:36)
[0] at Object.compile (/code/server/node_modules/ts-node/src/index.ts:1433:41)
[0] at Module.m._compile (/code/server/node_modules/ts-node/src/index.ts:1617:30)
[0] at Module._extensions..js (node:internal/modules/cjs/loader:1691:10)
[0] at Object.require.extensions.<computed> [as .ts] (/code/server/node_modules/ts-node/src/index.ts:1621:12)
[0] at Module.load (node:internal/modules/cjs/loader:1317:32)
[0] at Function.Module._load (node:internal/modules/cjs/loader:1127:12)
[0] at TracingChannel.traceSync (node:diagnostics_channel:315:14) {
[0] diagnosticCodes: [ 2724 ]
[0] }
[0] [nodemon] app crashed - waiting for file changes before starting...
Superseded by #498.
Bumps @emurgo/cardano-serialization-lib-nodejs from 11.5.0 to 12.0.1.
Release notes
Sourced from
@emurgo/cardano-serialization-lib-nodejs
's releases.... (truncated)
Commits
e0eaf8c
version bumpf00702c
flow update7f1de2e
pass value by refence672f3b3
Merge pull request #636 from Emurgo/evgenii/conway_certsa2774f6
flow updatef111d76
version bumped8c448
fix plutus map serialization for multiple keysad4b118
version bump7e54491
naming unificationca0db79
version bumpDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show