Skip to content

Commit d2150f5

Browse files
committed
chore: this is 3.0.6
1 parent 96c477c commit d2150f5

4 files changed

Lines changed: 13 additions & 21 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@witnet/solidity",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Wit/Oracle Solidity Framework for EVM-compatible chains",
55
"author": "Witnet Foundation <info@witnet.foundation>",
66
"license": "MIT",
@@ -86,7 +86,7 @@
8686
"witeth": "cross-env-shell WITNET_SDK_RADON_ASSETS_PATH='../..' node ./src/bin/index.cjs"
8787
},
8888
"dependencies": {
89-
"@witnet/sdk": "^1.2.4",
89+
"@witnet/sdk": "^1.2.6",
9090
"cbor": "^10.0.11",
9191
"commander": "^14.0.2",
9292
"cross-env": "^10.1.0",

pnpm-lock.yaml

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

src/bin/helpers.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const fs = require("node:fs")
22
const merge = require("lodash.merge")
33

4-
const addresses = require("../../dist/migrations/addresses.json")
5-
const artifacts = require("../../dist/migrations/settings/artifacts.js").default
6-
const constructorArgs = require("../../dist/migrations/constructorArgs.json")
4+
const addresses = require("../../migrations/addresses.json")
5+
const artifacts = require("../../migrations/settings/artifacts.js").default
6+
const constructorArgs = require("../../migrations/constructorArgs.json")
77

88
const DEFAULT_BATCH_SIZE = 64
99
const DEFAULT_LIMIT = 64

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
] /* List of folders to include type definitions from. */
3333
},
3434
"files": ["src/index.ts"],
35-
"include": ["migrations/*.json", "src/**/*.d.ts", "types"]
35+
"include": ["src/**/*.d.ts", "types"]
3636
}

0 commit comments

Comments
 (0)