@onflow/util-address
Advanced tools
Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2
# @onflow/util-address | ||
## 1.1.0-alpha.2 | ||
### Minor Changes | ||
- [#1575](https://github.com/onflow/fcl-js/pull/1575) [`bbdeea32`](https://github.com/onflow/fcl-js/commit/bbdeea32f024d6eea4a74c94023e01688a38b6cb) Thanks [@chasefleming](https://github.com/chasefleming)! - Exclude tests from type gen | ||
## 1.1.0-alpha.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@onflow/util-address", | ||
"version": "1.1.0-alpha.1", | ||
"version": "1.1.0-alpha.2", | ||
"description": "Flow JS SDK Util -- Address", | ||
@@ -23,2 +23,3 @@ "license": "Apache-2.0", | ||
"@onflow/types": "^1.0.4", | ||
"@types/node": "^18.13.0", | ||
"eslint": "^8.33.0", | ||
@@ -25,0 +26,0 @@ "eslint-plugin-jsdoc": "^39.7.5", |
{ | ||
// Change this to match your project | ||
"include": ["src/**/*"], | ||
"exclude": [ | ||
"src/**/*.test.js", | ||
], | ||
"compilerOptions": { | ||
"types" : ["node"], | ||
// Tells TypeScript to read JS files, as | ||
@@ -6,0 +10,0 @@ // normally they are ignored as source files |
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
14698
176
8