From f7ea9b6be930f3ee8627e005ef80d71949cf137a Mon Sep 17 00:00:00 2001 From: Hernan Rajchert Date: Thu, 18 Jan 2024 10:30:38 -0300 Subject: [PATCH] Bump to version 0.3.0-beta --- Readme.md | 2 +- doc/howToDevelop.md | 14 ++-- doc/modules-system.md | 2 +- jsdelivr-npm-importmap.js | 76 +++++++++---------- package-lock.json | 70 ++++++++--------- package.json | 4 +- packages/adapter/package.json | 2 +- packages/language/core/v1/Readme.md | 2 +- packages/language/core/v1/package.json | 4 +- packages/language/examples/package.json | 4 +- .../specification-client/package.json | 4 +- packages/marlowe-object/package.json | 4 +- packages/runtime/client/rest/Readme.md | 2 +- packages/runtime/client/rest/package.json | 10 +-- packages/runtime/core/package.json | 8 +- packages/runtime/lifecycle/Readme.md | 2 +- packages/runtime/lifecycle/package.json | 14 ++-- packages/testing-kit/package.json | 12 +-- packages/token-metadata-client/package.json | 2 +- packages/wallet/Readme.md | 2 +- packages/wallet/package.json | 2 +- rollup/config.mjs | 2 +- 22 files changed, 122 insertions(+), 122 deletions(-) diff --git a/Readme.md b/Readme.md index 8dea55e8..ee6278dd 100644 --- a/Readme.md +++ b/Readme.md @@ -28,7 +28,7 @@ In order to interact with Marlowe contracts, the **TS-SDK** needs a Runtime inst | | runtime v0.0.5 | runtimev 0.0.6 | | ------- | :--------: | :------------: | | [SDK 0.2.0-beta](https://github.com/input-output-hk/marlowe-ts-sdk/releases/tag/0.2.0-beta) | ✓ | x | -| [SDK 0.3.0-beta-rc3](https://github.com/input-output-hk/marlowe-ts-sdk/releases/tag/0.3.0-beta-rc3) | ✓ | ✓ | +| [SDK 0.3.0-beta](https://github.com/input-output-hk/marlowe-ts-sdk/releases/tag/0.3.0-beta) | ✓ | ✓ | To get a running instance of the Runtime, it is recommended to check out the instructions on the [Marlowe Starter Kit](https://github.com/input-output-hk/marlowe-starter-kit) diff --git a/doc/howToDevelop.md b/doc/howToDevelop.md index 00dec8d2..aa9a4634 100644 --- a/doc/howToDevelop.md +++ b/doc/howToDevelop.md @@ -245,13 +245,13 @@ And in a separate project you can install the tarballs using a file url when dec ```json { "dependencies": { - "@marlowe.io/runtime-lifecycle": "file:/marlowe.io-runtime-lifecycle-0.3.0-beta-rc3.tgz", - "@marlowe.io/runtime-rest-client": "file:/marlowe.io-runtime-rest-client-0.3.0-beta-rc3.tgz", - "@marlowe.io/adapter": "file:/marlowe.io-adapter-0.3.0-beta-rc3.tgz", - "@marlowe.io/runtime-core": "file:/marlowe.io-runtime-core-0.3.0-beta-rc3.tgz", - "@marlowe.io/language-core-v1": "file:/marlowe.io-language-core-v1-0.3.0-beta-rc3.tgz", - "@marlowe.io/language-examples": "file:/marlowe.io-language-examples-0.3.0-beta-rc3.tgz", - "@marlowe.io/wallet": "file:/marlowe.io-wallet-0.3.0-beta-rc3.tgz" + "@marlowe.io/runtime-lifecycle": "file:/marlowe.io-runtime-lifecycle-0.3.0-beta.tgz", + "@marlowe.io/runtime-rest-client": "file:/marlowe.io-runtime-rest-client-0.3.0-beta.tgz", + "@marlowe.io/adapter": "file:/marlowe.io-adapter-0.3.0-beta.tgz", + "@marlowe.io/runtime-core": "file:/marlowe.io-runtime-core-0.3.0-beta.tgz", + "@marlowe.io/language-core-v1": "file:/marlowe.io-language-core-v1-0.3.0-beta.tgz", + "@marlowe.io/language-examples": "file:/marlowe.io-language-examples-0.3.0-beta.tgz", + "@marlowe.io/wallet": "file:/marlowe.io-wallet-0.3.0-beta.tgz" } } ``` diff --git a/doc/modules-system.md b/doc/modules-system.md index 90a434a3..580709d2 100644 --- a/doc/modules-system.md +++ b/doc/modules-system.md @@ -9,7 +9,7 @@ The Marlowe SDK is built using ESM modules but one of its dependencies (fp-ts) d In most packages documentation you'll find something like: ```html - + + + + +