Skip to content

Commit 2981a48

Browse files
committed
version up 11.0.5 -> 11.1.0
1 parent 6b2dd10 commit 2981a48

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cardano-serialization-lib",
3-
"version": "11.0.5",
3+
"version": "11.1.0",
44
"description": "(De)serialization functions for the Cardano blockchain along with related utility functions",
55
"scripts": {
66
"rust:build-nodejs": "(rimraf ./rust/pkg && cd rust; wasm-pack build --target=nodejs; cd ..; npm run js:ts-json-gen; cd rust; wasm-pack pack) && npm run js:flowgen",

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cardano-serialization-lib"
3-
version = "11.0.5"
3+
version = "11.1.0"
44
edition = "2018"
55
authors = ["EMURGO"]
66
license = "MIT"

rust/json-gen/Cargo.lock

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/pkg/cardano_serialization_lib.js.flow

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10351,12 +10351,6 @@ export interface PlutusMapJSON {
1035110351
}
1035210352
export type PlutusScriptJSON = string;
1035310353
export type PlutusScriptsJSON = string[];
10354-
export interface PlutusWitnessJSON {
10355-
datum: PlutusDataJSON;
10356-
redeemer: RedeemerJSON;
10357-
script: string;
10358-
}
10359-
export type PlutusWitnessesJSON = PlutusWitnessJSON[];
1036010354
export interface PoolMetadataJSON {
1036110355
pool_metadata_hash: string;
1036210356
url: URLJSON;
@@ -10413,7 +10407,6 @@ export interface ProtocolVersionJSON {
1041310407
major: number;
1041410408
minor: number;
1041510409
}
10416-
export type ProtocolVersionsJSON = ProtocolVersionJSON[];
1041710410
export type PublicKeyJSON = string;
1041810411
export interface RedeemerJSON {
1041910412
data: PlutusDataJSON;

0 commit comments

Comments
 (0)