Comparing version 0.3.3 to 0.3.4
# Changelog | ||
## [0.3.4] - 2018-09-13 | ||
### Changed | ||
- fix regression in legacy target | ||
- more tests against final package bundle | ||
## [0.3.3] - 2018-09-13 | ||
@@ -4,0 +9,0 @@ ### Added |
@@ -24,2 +24,4 @@ "use strict"; | ||
return new web3_1.Web3(ctx); | ||
case undefined: | ||
throw new Error(`Please provide --target parameter!`); | ||
default: | ||
@@ -26,0 +28,0 @@ throw new Error(`Unsupported target ${this.ctx.rawConfig.target}!`); |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"license": "MIT", | ||
@@ -61,3 +61,3 @@ "repository": "https://github.com/Neufund/Typechain", | ||
"prepublishOnly": "yarn build", | ||
"build": "rm -rf ./dist && tsc -p ./tsconfig.production.json", | ||
"build": "rm -rf ./dist && tsc -p ./tsconfig.production.json && cp -R ./lib/targets/legacy/runtime ./dist/targets/legacy/", | ||
"postbuild": "chmod +x ./dist/cli/cli.js", | ||
@@ -64,0 +64,0 @@ "lint": "yarn formatting && yarn tslint", |
@@ -16,3 +16,8 @@ { | ||
"./node_modules/web3-typescript-typings/index.d.ts" | ||
], | ||
"exclude": [ | ||
"./lib/targets/legacy/runtime/**/*.ts", | ||
"./test/integration/targets/truffle/**/*.ts", | ||
"./test/integration/targets/web3-1.0.0/**/*" | ||
] | ||
} |
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
430857
60
2195