diff --git a/js/example/test/validating-oca.test.ts b/js/example/test/validating-oca.test.ts index 5e25743..5616291 100644 --- a/js/example/test/validating-oca.test.ts +++ b/js/example/test/validating-oca.test.ts @@ -75,7 +75,7 @@ describe('Missing overlay translation', () => { }) describe('Malformed OCA Bundle', () => { - const said = 'EKwwHUyIW5NOuVi2zo6fyibkdJmFUoAoO-tJbKKeOuMb' + const said = 'EJDbEZp6bBKTe07It8XwPi6MaCMW8wtQsq5WIXrzMJfR' const oca = { v: 'OCAB10JSON000106_', d: said, diff --git a/js/example/yarn.lock b/js/example/yarn.lock index fe012e8..d8d4a90 100644 --- a/js/example/yarn.lock +++ b/js/example/yarn.lock @@ -2583,7 +2583,7 @@ object.pick@^1.3.0: isobject "^3.0.1" "oca.js@file:../wasm/pkg": - version "0.4.4" + version "0.6.0" once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" diff --git a/js/wasm/Cargo.lock b/js/wasm/Cargo.lock index 06ccecd..ee833a5 100644 --- a/js/wasm/Cargo.lock +++ b/js/wasm/Cargo.lock @@ -668,9 +668,9 @@ dependencies = [ [[package]] name = "oca-ast-semantics" -version = "0.5.4" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f95edf9ea67895271b8085193c4e3c57561aefe93181ff5804de63ee9a073b5" +checksum = "859a8ed1725c84401e0fe60bad411959e87bc3888b713be445def93c411995f7" dependencies = [ "env_logger", "indexmap 1.9.3", @@ -688,9 +688,9 @@ dependencies = [ [[package]] name = "oca-bundle-semantics" -version = "0.5.4" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4895c014907e3c56d2367350a170eb8e1904727c134a22d6e1cfc7378c9432e" +checksum = "2977bc8bc75be304c4563abbc3fd8c307a025044f65ed536543162fce99eaef7" dependencies = [ "cascade", "convert_case", @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "oca-js" -version = "0.5.4" +version = "0.6.0" dependencies = [ "isolang", "oca-ast-semantics", diff --git a/js/wasm/Cargo.toml b/js/wasm/Cargo.toml index e135df5..9c8c42d 100644 --- a/js/wasm/Cargo.toml +++ b/js/wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oca-js" description = "Bindings for the OCA in JavaScript" -version = "0.5.4" +version = "0.6.0" license = "EUPL-1.2" edition = "2021" authors = [ @@ -25,8 +25,8 @@ strip = "debuginfo" [dependencies] isolang = { version = "2.3.0", features = ["serde"] } -oca-bundle-semantics = { version = "0.5.4", features = ["format_overlay"] } -oca-ast-semantics = { version = "0.5.4" } +oca-bundle-semantics = { version = "0.6.0", features = ["format_overlay"] } +oca-ast-semantics = { version = "0.6.0" } serde = "1.0.130" serde-wasm-bindgen = "0.5.0" serde_json = "1.0.105"