@witnet/sdk 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witnet/sdk",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain.",
5
5
  "repository": {
6
6
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witnet/sdk",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain.",
5
5
  "repository": {
6
6
  "type": "git",
package/src/bin/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
 
29
29
  const __dirname = import.meta.dirname;
30
30
 
31
- const version = "2.0.23";
31
+ const version = "2.0.24";
32
32
  const toolkitDownloadUrlBase = `https://github.com/witnet/witnet-rust/releases/download/${version}/`;
33
33
  const toolkitDownloadNames = {
34
34
  win32: (arch) => `witnet_toolkit-${arch}-pc-windows-msvc.exe`,