Skip to content

Commit

Permalink
uplc and ir lib upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
christianschmitz committed Oct 1, 2024
1 parent b659b24 commit bd30612
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helios-lang/compiler",
"version": "0.17.0-95",
"version": "0.17.0-96",
"description": "Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. With this library you can compile Helios scripts and build Cardano transactions, all you need to build 100% client-side dApps for Cardano.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -58,8 +58,8 @@
"dependencies": {
"@helios-lang/codec-utils": "^0.1.35",
"@helios-lang/compiler-utils": "^0.1.55",
"@helios-lang/ir": "^0.1.40",
"@helios-lang/ir": "^0.1.41",
"@helios-lang/type-utils": "^0.1.21",
"@helios-lang/uplc": "^0.3.10"
"@helios-lang/uplc": "^0.3.11"
}
}
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/program/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.17.0-95"
export const VERSION = "0.17.0-96"

0 comments on commit bd30612

Please sign in to comment.