You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new ConfigService the package version number is required in order to run the web3_method. Once required, it was needed at the root level package.json to load the test framework, so it was added. Now the .bump-version.js script needs to include the root level package.json to update the application's version number.
Steps to reproduce
From root run, "npm run bump-version --semver="some.version.number"
Notice that the root level version: in the package.json is not updated.
Additional context
No response
Hedera network
testnet
Version
v.0.59.2
Operating system
Linux
The text was updated successfully, but these errors were encountered:
Description
With the new
ConfigService
the package version number is required in order to run theweb3_method
. Once required, it was needed at the root levelpackage.json
to load the test framework, so it was added. Now the.bump-version.js
script needs to include the root levelpackage.json
to update the application's version number.Steps to reproduce
version:
in the package.json is not updated.Additional context
No response
Hedera network
testnet
Version
v.0.59.2
Operating system
Linux
The text was updated successfully, but these errors were encountered: