Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from MeshJS/feature/apply-params-to-script
Browse files Browse the repository at this point in the history
Feature/apply params to script
  • Loading branch information
HinsonSIDAN authored May 23, 2024
2 parents 6b31e16 + 7e29024 commit 199c4b8
Show file tree
Hide file tree
Showing 11 changed files with 138 additions and 1,460 deletions.
6 changes: 3 additions & 3 deletions packages/csl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshsdk/core-csl",
"description": "Cardano Off-chain Code APIs built on cardano-serialization-lib",
"version": "1.6.0-alpha.3",
"version": "1.6.0-alpha.5",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@sidan-lab/sidan-csl-rs-nodejs": "@sidan-lab/sidan-csl-rs-browser"
},
"dependencies": {
"@sidan-lab/sidan-csl-rs-browser": "^0.3.6",
"@sidan-lab/sidan-csl-rs-nodejs": "^0.3.6",
"@sidan-lab/sidan-csl-rs-browser": "^0.5.0-alpha.9",
"@sidan-lab/sidan-csl-rs-nodejs": "^0.5.0-alpha.9",
"blakejs": "^1.2.1",
"json-bigint": "^1.0.0"
},
Expand Down
Loading

0 comments on commit 199c4b8

Please sign in to comment.