@tomfrench/chainlink-asset-converter
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@tomfrench/chainlink-asset-converter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Asset conversion utils powered by Chainlink price feeds", | ||
"main": "build/main/index.js", | ||
"types": "build/main/index.d.ts", | ||
"module": "build/module/index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"repository": "https://github.com/TomAFrench/chainlink-asset-converter", | ||
"license": "MIT", | ||
"keywords": [], | ||
"keywords": [ | ||
"ethereum", | ||
"chainlink", | ||
"pricefeed" | ||
], | ||
"scripts": { | ||
"build": "run-p build:*", | ||
"build:main": "tsc -p tsconfig.json", | ||
"build:module": "tsc -p tsconfig.module.json", | ||
"build": "yarn clean && tsc -p tsconfig.production.json", | ||
"clean": "shx rm -rf ./lib", | ||
"lint": "eslint src --ext .ts", | ||
"test": "run-s build test:*", | ||
"prepack": "yarn clean && yarn test && yarn build", | ||
"test": "run-s test:*", | ||
"test:lint": "yarn lint", | ||
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"", | ||
"test:unit": "nyc --silent ava" | ||
"test:unit": "jest" | ||
}, | ||
@@ -33,11 +36,10 @@ "engines": { | ||
"devDependencies": { | ||
"@ava/typescript": "^1.1.1", | ||
"@ethersproject/bignumber": "^5.0.14", | ||
"@ethersproject/contracts": "^5.0.11", | ||
"@ethersproject/providers": "^5.0.23", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.2", | ||
"@types/sinon": "^9.0.10", | ||
"@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"ava": "^3.12.1", | ||
"cspell": "^4.1.0", | ||
@@ -52,21 +54,11 @@ "cz-conventional-changelog": "^3.3.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"jest": "^26.6.3", | ||
"npm-run-all": "^4.1.5", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.1.1", | ||
"shx": "^0.3.3", | ||
"sinon": "^9.2.2", | ||
"ts-jest": "^26.5.2", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.2" | ||
}, | ||
"ava": { | ||
"failFast": true, | ||
"timeout": "60s", | ||
"typescript": { | ||
"rewritePaths": { | ||
"src/": "build/main/" | ||
} | ||
}, | ||
"files": [ | ||
"!build/module/**" | ||
] | ||
}, | ||
"config": { | ||
@@ -76,9 +68,3 @@ "commitizen": { | ||
} | ||
}, | ||
"nyc": { | ||
"extends": "@istanbuljs/nyc-config-typescript", | ||
"exclude": [ | ||
"**/*.spec.js" | ||
] | ||
} | ||
} | ||
} |
@@ -7,3 +7,3 @@ # chainlink-asset-converter | ||
`yarn add chainlink-asset-converter` | ||
`yarn add @tomfrench/chainlink-asset-converter` | ||
@@ -10,0 +10,0 @@ ## Basic Usage |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46951
25
18
1478
1