Skip to content

Commit bb6bd90

Browse files
committed
chore: add missing .env_example to package distro
1 parent 5a1dffa commit bb6bd90

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@witnet/solidity",
3-
"version": "3.0.11",
3+
"version": "3.0.12",
44
"description": "Wit/Oracle Solidity Framework for EVM-compatible chains",
55
"author": "Witnet Foundation <info@witnet.foundation>",
66
"license": "MIT",
@@ -62,7 +62,8 @@
6262
"migrations/*.json",
6363
"migrations/settings/artifacts.js",
6464
"scripts",
65-
"src/bin"
65+
"src/bin",
66+
".env_witnet"
6667
],
6768
"scripts": {
6869
"build": "tsc -p tsconfig.json",
@@ -87,7 +88,7 @@
8788
"witeth": "cross-env-shell WITNET_SDK_RADON_ASSETS_PATH='../..' node ./src/bin/index.cjs"
8889
},
8990
"dependencies": {
90-
"@witnet/sdk": "^1.2.6",
91+
"@witnet/sdk": "^1.2.7",
9192
"cbor": "^10.0.11",
9293
"commander": "^14.0.2",
9394
"cross-env": "^10.1.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)