@devprotocol/i-s-tokens
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "@devprotocol/i-s-tokens", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "STokens interface", | ||
@@ -16,18 +16,18 @@ "scripts": { | ||
"files": [ | ||
"contracts/interface" | ||
"contracts/interfaces" | ||
], | ||
"devDependencies": { | ||
"@nomiclabs/hardhat-ethers": "^2.0.6", | ||
"@nomiclabs/hardhat-ethers": "2.1.0", | ||
"@nomiclabs/hardhat-waffle": "^2.0.3", | ||
"@types/chai": "4.3.1", | ||
"@types/chai": "4.3.2", | ||
"@types/dotenv": "8.2.0", | ||
"@types/mocha": "9.1.1", | ||
"@typescript-eslint/eslint-plugin": "5.30.5", | ||
"@typescript-eslint/parser": "5.30.5", | ||
"@typescript-eslint/eslint-plugin": "5.32.0", | ||
"@typescript-eslint/parser": "5.32.0", | ||
"chai": "4.3.6", | ||
"dotenv": "16.0.1", | ||
"eslint": "8.19.0", | ||
"eslint": "8.21.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-config-xo": "0.41.0", | ||
"eslint-config-xo-typescript": "0.51.1", | ||
"eslint-config-xo-typescript": "0.52.0", | ||
"ethereum-waffle": "^3.4.4", | ||
@@ -38,8 +38,8 @@ "hardhat": "2.9.9", | ||
"prettier": "2.7.1", | ||
"prettier-plugin-solidity": "1.0.0-beta.19", | ||
"prettier-plugin-solidity": "1.0.0-dev.23", | ||
"rimraf": "3.0.2", | ||
"solhint": "3.3.7", | ||
"ts-node": "10.8.2", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.7.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30853