Skip to content

Commit

Permalink
Bump to version 0.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hrajchert committed Jan 18, 2024
1 parent 4e5bd68 commit f7ea9b6
Show file tree
Hide file tree
Showing 22 changed files with 122 additions and 122 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 7 additions & 7 deletions doc/howToDevelop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<path-to-dist>/marlowe.io-runtime-lifecycle-0.3.0-beta-rc3.tgz",
"@marlowe.io/runtime-rest-client": "file:<path-to-dist>/marlowe.io-runtime-rest-client-0.3.0-beta-rc3.tgz",
"@marlowe.io/adapter": "file:<path-to-dist>/marlowe.io-adapter-0.3.0-beta-rc3.tgz",
"@marlowe.io/runtime-core": "file:<path-to-dist>/marlowe.io-runtime-core-0.3.0-beta-rc3.tgz",
"@marlowe.io/language-core-v1": "file:<path-to-dist>/marlowe.io-language-core-v1-0.3.0-beta-rc3.tgz",
"@marlowe.io/language-examples": "file:<path-to-dist>/marlowe.io-language-examples-0.3.0-beta-rc3.tgz",
"@marlowe.io/wallet": "file:<path-to-dist>/marlowe.io-wallet-0.3.0-beta-rc3.tgz"
"@marlowe.io/runtime-lifecycle": "file:<path-to-dist>/marlowe.io-runtime-lifecycle-0.3.0-beta.tgz",
"@marlowe.io/runtime-rest-client": "file:<path-to-dist>/marlowe.io-runtime-rest-client-0.3.0-beta.tgz",
"@marlowe.io/adapter": "file:<path-to-dist>/marlowe.io-adapter-0.3.0-beta.tgz",
"@marlowe.io/runtime-core": "file:<path-to-dist>/marlowe.io-runtime-core-0.3.0-beta.tgz",
"@marlowe.io/language-core-v1": "file:<path-to-dist>/marlowe.io-language-core-v1-0.3.0-beta.tgz",
"@marlowe.io/language-examples": "file:<path-to-dist>/marlowe.io-language-examples-0.3.0-beta.tgz",
"@marlowe.io/wallet": "file:<path-to-dist>/marlowe.io-wallet-0.3.0-beta.tgz"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion doc/modules-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="https://cdn.jsdelivr.net/gh/input-output-hk/marlowe-ts-sdk@0.3.0-beta-rc3/jsdelivr-npm-importmap.js"></script>
<script src="https://cdn.jsdelivr.net/gh/input-output-hk/marlowe-ts-sdk@0.3.0-beta/jsdelivr-npm-importmap.js"></script>
<script type="module">
import * as wallet from "@marlowe.io/wallet";
// ...
Expand Down
76 changes: 38 additions & 38 deletions jsdelivr-npm-importmap.js
Original file line number Diff line number Diff line change
@@ -1,81 +1,81 @@
const importMap = {
imports: {
"@marlowe.io/adapter":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/adapter.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/adapter.js",
"@marlowe.io/adapter/assoc-map":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/assoc-map.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/assoc-map.js",
"@marlowe.io/adapter/bigint":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/bigint.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/bigint.js",
"@marlowe.io/adapter/codec":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/codec.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/codec.js",
"@marlowe.io/adapter/deep-equal":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/deep-equal.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/deep-equal.js",
"@marlowe.io/adapter/file":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/file.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/file.js",
"@marlowe.io/adapter/fp-ts":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/fp-ts.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/fp-ts.js",
"@marlowe.io/adapter/http":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/http.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/http.js",
"@marlowe.io/adapter/io-ts":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/io-ts.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/io-ts.js",
"@marlowe.io/adapter/lucid":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/lucid.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/lucid.js",
"@marlowe.io/adapter/time":
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta-rc3/dist/bundled/esm/time.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/adapter@0.3.0-beta/dist/bundled/esm/time.js",
"@marlowe.io/language-core-v1":
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta-rc3/dist/bundled/esm/language-core-v1.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta/dist/bundled/esm/language-core-v1.js",
"@marlowe.io/language-core-v1/guards":
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta-rc3/dist/bundled/esm/guards.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta/dist/bundled/esm/guards.js",
"@marlowe.io/language-core-v1/next":
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta-rc3/dist/bundled/esm/next.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta/dist/bundled/esm/next.js",
"@marlowe.io/language-core-v1/playground-v1":
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta-rc3/dist/bundled/esm/playground-v1.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta/dist/bundled/esm/playground-v1.js",
"@marlowe.io/language-core-v1/semantics":
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta-rc3/dist/bundled/esm/semantics.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta/dist/bundled/esm/semantics.js",
"@marlowe.io/language-core-v1/version":
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta-rc3/dist/bundled/esm/version.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-core-v1@0.3.0-beta/dist/bundled/esm/version.js",
"@marlowe.io/language-examples":
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-examples@0.3.0-beta-rc3/dist/bundled/esm/language-examples.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-examples@0.3.0-beta/dist/bundled/esm/language-examples.js",
"@marlowe.io/language-specification-client":
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-specification-client@0.3.0-beta-rc3/dist/bundled/esm/language-specification-client.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/language-specification-client@0.3.0-beta/dist/bundled/esm/language-specification-client.js",
"@marlowe.io/token-metadata-client":
"https://cdn.jsdelivr.net/npm/@marlowe.io/token-metadata-client@0.3.0-beta-rc3/dist/bundled/esm/token-metadata-client.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/token-metadata-client@0.3.0-beta/dist/bundled/esm/token-metadata-client.js",
"@marlowe.io/wallet":
"https://cdn.jsdelivr.net/npm/@marlowe.io/wallet@0.3.0-beta-rc3/dist/bundled/esm/wallet.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/wallet@0.3.0-beta/dist/bundled/esm/wallet.js",
"@marlowe.io/wallet/api":
"https://cdn.jsdelivr.net/npm/@marlowe.io/wallet@0.3.0-beta-rc3/dist/bundled/esm/api.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/wallet@0.3.0-beta/dist/bundled/esm/api.js",
"@marlowe.io/wallet/browser":
"https://cdn.jsdelivr.net/npm/@marlowe.io/wallet@0.3.0-beta-rc3/dist/bundled/esm/browser.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/wallet@0.3.0-beta/dist/bundled/esm/browser.js",
"@marlowe.io/wallet/lucid":
"https://cdn.jsdelivr.net/npm/@marlowe.io/wallet@0.3.0-beta-rc3/dist/bundled/esm/lucid.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/wallet@0.3.0-beta/dist/bundled/esm/lucid.js",
"@marlowe.io/runtime-rest-client":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta-rc3/dist/bundled/esm/runtime-rest-client.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta/dist/bundled/esm/runtime-rest-client.js",
"@marlowe.io/runtime-rest-client/contract":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta-rc3/dist/bundled/esm/contract.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta/dist/bundled/esm/contract.js",
"@marlowe.io/runtime-rest-client/guards":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta-rc3/dist/bundled/esm/guards.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta/dist/bundled/esm/guards.js",
"@marlowe.io/runtime-rest-client/payout":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta-rc3/dist/bundled/esm/payout.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta/dist/bundled/esm/payout.js",
"@marlowe.io/runtime-rest-client/transaction":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta-rc3/dist/bundled/esm/transaction.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta/dist/bundled/esm/transaction.js",
"@marlowe.io/runtime-rest-client/withdrawal":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta-rc3/dist/bundled/esm/withdrawal.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-rest-client@0.3.0-beta/dist/bundled/esm/withdrawal.js",
"@marlowe.io/runtime-core":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-core@0.3.0-beta-rc3/dist/bundled/esm/runtime-core.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-core@0.3.0-beta/dist/bundled/esm/runtime-core.js",
"@marlowe.io/runtime-lifecycle":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-lifecycle@0.3.0-beta-rc3/dist/bundled/esm/runtime-lifecycle.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-lifecycle@0.3.0-beta/dist/bundled/esm/runtime-lifecycle.js",
"@marlowe.io/runtime-lifecycle/api":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-lifecycle@0.3.0-beta-rc3/dist/bundled/esm/api.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-lifecycle@0.3.0-beta/dist/bundled/esm/api.js",
"@marlowe.io/runtime-lifecycle/browser":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-lifecycle@0.3.0-beta-rc3/dist/bundled/esm/browser.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-lifecycle@0.3.0-beta/dist/bundled/esm/browser.js",
"@marlowe.io/runtime-lifecycle/generic":
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-lifecycle@0.3.0-beta-rc3/dist/bundled/esm/generic.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/runtime-lifecycle@0.3.0-beta/dist/bundled/esm/generic.js",
"@marlowe.io/marlowe-object":
"https://cdn.jsdelivr.net/npm/@marlowe.io/marlowe-object@0.3.0-beta-rc3/dist/bundled/esm/marlowe-object.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/marlowe-object@0.3.0-beta/dist/bundled/esm/marlowe-object.js",
"@marlowe.io/marlowe-object/guards":
"https://cdn.jsdelivr.net/npm/@marlowe.io/marlowe-object@0.3.0-beta-rc3/dist/bundled/esm/guards.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/marlowe-object@0.3.0-beta/dist/bundled/esm/guards.js",
"@marlowe.io/testing-kit":
"https://cdn.jsdelivr.net/npm/@marlowe.io/testing-kit@0.3.0-beta-rc3/dist/bundled/esm/testing-kit.js",
"https://cdn.jsdelivr.net/npm/@marlowe.io/testing-kit@0.3.0-beta/dist/bundled/esm/testing-kit.js",
"lucid-cardano": "https://unpkg.com/lucid-cardano@0.10.7/web/mod.js",
},
};
Expand Down
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marlowe-ts-sdk",
"version": "0.3.0-beta-rc3",
"version": "0.3.0-beta",
"description": "Marlowe Runtime SDK for building and managing Marlowe Contracts",
"engines": {
"node": ">=14.20.1"
Expand All @@ -24,7 +24,7 @@
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --config ./jest.unit.config.js --verbose",
"test:e2e": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --runInBand --config ./jest.e2e.config.js --verbose",
"docs": "typedoc . --treatWarningsAsErrors --options ./typedoc.json",
"serve": "ws --port 1337 --rewrite '/importmap -> https://cdn.jsdelivr.net/gh/input-output-hk/marlowe-ts-sdk@0.3.0-beta-rc3/jsdelivr-npm-importmap.js'",
"serve": "ws --port 1337 --rewrite '/importmap -> https://cdn.jsdelivr.net/gh/input-output-hk/marlowe-ts-sdk@0.3.0-beta/jsdelivr-npm-importmap.js'",
"serve-dev": "ws --port 1337 --rewrite '/importmap -> /dist/local-importmap.js'",
"postinstall": "cd examples/nodejs && npm install"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marlowe.io/adapter",
"version": "0.3.0-beta-rc3",
"version": "0.3.0-beta",
"description": "Infrastruture Supporting SubDomains libraries",
"repository": "https://github.com/input-output-hk/marlowe-ts-sdk",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/language/core/v1/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This package is [released as an ESM module](https://github.com/input-output-hk/m
```html
<html>
<body>
<script src="https://cdn.jsdelivr.net/gh/input-output-hk/marlowe-ts-sdk@0.3.0-beta-rc3/jsdelivr-npm-importmap.js"></script>
<script src="https://cdn.jsdelivr.net/gh/input-output-hk/marlowe-ts-sdk@0.3.0-beta/jsdelivr-npm-importmap.js"></script>
<script type="module">
import { Contract } from "@marlowe.io/language-core-v1/guards";
const jsonObject = JSON.parse(httpResponse);
Expand Down
Loading

0 comments on commit f7ea9b6

Please sign in to comment.