Skip to content

Commit a1711a1

Browse files
committed
chore: update lib name (old: clarinet-js, new: stacks-devnet-js)
1 parent 1d9b8c8 commit a1711a1

File tree

4 files changed

+42
-18
lines changed

4 files changed

+42
-18
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "clarinet-js"
2+
name = "stacks-devnet-js"
33
version = "0.1.0"
44
license = "ISC"
55
edition = "2018"

node-bindings/package-lock.json

Lines changed: 29 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-bindings/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "clarinet-js",
3-
"version": "0.18.0",
4-
"description": "Clarinet is a simple, modern and opinionated runtime for writing, testing and integrating Clarity Smart contracts.",
2+
"name": "stacks-devnet-js",
3+
"version": "0.18.3",
4+
"description": "stacks-devnet-js is a library for writing end to end tests for protocols interacting with the Stacks blockchain and the Bitcoin blockchain.",
55
"author": "Ludo Galabru",
66
"license": "ISC",
77
"main": "lib/index.js",
@@ -36,7 +36,7 @@
3636
"module_name": "index",
3737
"host": "https://github.com/hirosystems/clarinet/releases/download/",
3838
"remote_path": "v{version}",
39-
"package_name": "clarinet-js-{platform}-{arch}.tar.gz",
39+
"package_name": "stacks-devnet-js-{platform}-{arch}.tar.gz",
4040
"module_path": "./native",
4141
"pkg_path": "."
4242
}

0 commit comments

Comments
 (0)