Skip to content

Commit

Permalink
chore(sdk): bump versions (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Oct 24, 2023
1 parent 4c175aa commit 4d77185
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 65 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion components/clarinet-sdk-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "clarinet-sdk-wasm"
version = "1.0.4"
version = "1.0.6"
license = "GPL-3.0"
repository = "https://github.com/hirosystems/clarinet"
description = "The core lib that powers @hirosystems/clarinet-sdk"
Expand Down
1 change: 0 additions & 1 deletion components/clarinet-sdk-wasm/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ impl SDK {

let mut session = initiate_session_from_deployment(&manifest);
update_session_with_genesis_accounts(&mut session, &deployment);
log!("> asts: {:?}", &artifacts.asts.keys());
let results = update_session_with_contracts_executions(
&mut session,
&deployment,
Expand Down
120 changes: 60 additions & 60 deletions components/clarinet-sdk/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 components/clarinet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/clarinet-sdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "A SDK to interact with Clarity Smart Contracts",
"homepage": "https://docs.hiro.so/clarinet/feature-guides/clarinet-js-sdk",
"repository": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"license": "GPL-3.0",
"readme": "./README.md",
"dependencies": {
"@hirosystems/clarinet-sdk-wasm": "^1.0.4",
"@hirosystems/clarinet-sdk-wasm": "^1.0.6",
"@stacks/transactions": "^6.9.0",
"kolorist": "^1.8.0",
"prompts": "^2.4.2",
Expand Down

0 comments on commit 4d77185

Please sign in to comment.