Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Dec 23, 2024
1 parent dd17997 commit b3f6c9e
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 1,193 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Dependency directories
node_modules

# Arch-dependant binaries
assets/witnet_toolkit-*

# Build artifacts
dist/

Expand Down
3 changes: 2 additions & 1 deletion assets/witnet.proto.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@
"Unknown": 0,
"HttpGet": 1,
"Rng": 2,
"HttpPost": 3
"HttpPost": 3,
"HttpHead": 4
}
},
"RADFilter": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "witnet-toolkit",
"version": "2.0.8",
"version": "2.1.0-beta.0",
"description": "JS/TS library and CLI tooling for Web3 devs willing to interact with the Witnet network without actually running a Witnet node.",
"author": "Witnet Foundation",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"types": "./dist/lib/radon",
"scripts": {
"build": "tsc -p tsconfig.json && npx pbjs --target json assets/witnet.proto -o witnet.proto.json",
"build": "tsc -p tsconfig.json && npx pbjs --target json assets/witnet.proto -o assets/witnet.proto.json",
"prepare": "pnpm run build",
"test": "node ./src/bin/toolkit.js update"
},
Expand Down
Loading

0 comments on commit b3f6c9e

Please sign in to comment.