Comparing version 0.3.4 to 0.3.5
# Changelog | ||
## [0.3.5] - 2018-09-17 | ||
### Bugfix | ||
- web3 target supports multiple files now | ||
## [0.3.4] - 2018-09-13 | ||
@@ -4,0 +8,0 @@ ### Changed |
@@ -25,3 +25,3 @@ "use strict"; | ||
return { | ||
path: path_1.join(this.outDirAbs, "index.d.ts"), | ||
path: path_1.join(this.outDirAbs, `${name}.d.ts`), | ||
contents: generation_1.codegen(contract), | ||
@@ -28,0 +28,0 @@ }; |
@@ -11,5 +11,5 @@ { | ||
], | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"license": "MIT", | ||
"repository": "https://github.com/Neufund/Typechain", | ||
"repository": "https://github.com/ethereum-ts/Typechain", | ||
"devDependencies": { | ||
@@ -16,0 +16,0 @@ "@types/bignumber.js": "^5.0.0", |
@@ -7,4 +7,5 @@ <p align="center"> | ||
<p align="center"> | ||
<a href="https://circleci.com/gh/krzkaczor/TypeChain"><img alt="Build Status" src="https://circleci.com/gh/krzkaczor/TypeChain/tree/master.svg?style=svg"></a> | ||
<a href="https://coveralls.io/github/krzkaczor/TypeChain?branch=master"><img alt="Coverage" src="https://coveralls.io/repos/github/krzkaczor/TypeChain/badge.svg?branch=master"></a> | ||
<a href="https://circleci.com/gh/ethereum-ts/TypeChain"><img alt="Build Status" src="https://circleci.com/gh/ethereum-ts/TypeChain/tree/master.svg?style=svg"></a> | ||
<a href="https://coveralls.io/github/ethereum-ts/TypeChain?branch=master"><img alt="Coverage" src="https://coveralls.io/repos/github/ethereum-ts/TypeChain/badge.svg?branch=master"></a> | ||
<img alt="Downloads" src="https://img.shields.io/npm/dm/typechain.svg"> | ||
<a href="https://github.com/prettier/prettier"><img alt="Prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg"></a> | ||
@@ -11,0 +12,0 @@ <a href="/package.json"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a> |
Sorry, the diff of this file is not supported yet
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
431025
194