Skip to content

Commit

Permalink
package.json release version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mr13tech committed Jul 4, 2022
1 parent 70566a3 commit e4a4601
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "copernicspace-core",
"version": "0.0.1",
"description": "contracts and ts lib for copernic space",
"private": true,
"scripts": {
"test": "hardhat compile && hardhat test",
"lint:ts": "eslint \"./**/*{.ts,.tsx}\"",
"lint:sol": "solhint -f table contracts/**/*.sol",
"fix:ts": "prettier --write './**/*{.ts,.tsx}'",
"fix:sol": "prettier --write 'contracts/**/*.sol'",
"lint": "eslint \"./**/*{.ts,.tsx}\" && solhint contracts/**/*.sol",
"scribble:SpaceibleAsset": "scribble ./contracts/spaceibles/SpaceibleAsset.sol --output-mode files --arm --instrumentation-metadata-file md.json && yarn test && scribble ./contracts/spaceibles/SpaceibleAsset.sol --output-mode files --arm --instrumentation-metadata-file md.json || yarn clean:SpaceibleAsset",
"clean:SpaceibleAsset": "scribble ./contracts/spaceibles/SpaceibleAsset.sol --output-mode files --disarm --instrumentation-metadata-file md.json"
},
"engines": {
"node": ">=16.9.1",
"yarn": ">=v1.22.11"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.6.0",
"@optionality.io/clone-factory": "^0.2.1",
"@typechain/ethers-v5": "^8.0.4",
"@typechain/hardhat": "^3.0.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.4",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"chai": "^4.3.4",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.7",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-log-remover": "^2.0.2",
"hardhat-tracer": "^1.0.0-alpha.6",
"ipfs-only-hash": "^4.0.0",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"ts-generator": "^0.1.1",
"ts-node": "^10.4.0",
"typechain": "^6.0.4",
"typescript": "^4.4.4",
"yarn-upgrade-all": "^0.5.4"
}
"name": "copernicspace-core",
"version": "v0.0.3",
"description": "contracts and ts lib for copernic space",
"private": true,
"scripts": {
"test": "hardhat compile && hardhat test",
"lint:ts": "eslint \"./**/*{.ts,.tsx}\"",
"lint:sol": "solhint -f table contracts/**/*.sol",
"fix:ts": "prettier --write './**/*{.ts,.tsx}'",
"fix:sol": "prettier --write 'contracts/**/*.sol'",
"lint": "eslint \"./**/*{.ts,.tsx}\" && solhint contracts/**/*.sol",
"scribble:SpaceibleAsset": "scribble ./contracts/spaceibles/SpaceibleAsset.sol --output-mode files --arm --instrumentation-metadata-file md.json && yarn test && scribble ./contracts/spaceibles/SpaceibleAsset.sol --output-mode files --arm --instrumentation-metadata-file md.json || yarn clean:SpaceibleAsset",
"clean:SpaceibleAsset": "scribble ./contracts/spaceibles/SpaceibleAsset.sol --output-mode files --disarm --instrumentation-metadata-file md.json"
},
"engines": {
"node": ">=16.9.1",
"yarn": ">=v1.22.11"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.6.0",
"@optionality.io/clone-factory": "^0.2.1",
"@typechain/ethers-v5": "^8.0.4",
"@typechain/hardhat": "^3.0.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.4",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"chai": "^4.3.4",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.7",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-log-remover": "^2.0.2",
"hardhat-tracer": "^1.0.0-alpha.6",
"ipfs-only-hash": "^4.0.0",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"ts-generator": "^0.1.1",
"ts-node": "^10.4.0",
"typechain": "^6.0.4",
"typescript": "^4.4.4",
"yarn-upgrade-all": "^0.5.4"
}
}

0 comments on commit e4a4601

Please sign in to comment.