@api3/airnode-abi
Advanced tools
Comparing version 0.6.5 to 0.7.0
@@ -15,1 +15,2 @@ import { ValueOf, TypeTransformation } from './types'; | ||
export declare const TYPE_TRANSFORMATIONS: TypeTransformation; | ||
//# sourceMappingURL=constants.d.ts.map |
import { DecodedMap } from './types'; | ||
export declare function decode(encodedData: string): DecodedMap; | ||
//# sourceMappingURL=decoding.d.ts.map |
import { InputParameter } from './types'; | ||
export declare function encode(parameters: InputParameter[]): string; | ||
//# sourceMappingURL=encoding.d.ts.map |
@@ -5,1 +5,2 @@ export { encode } from './encoding'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,1 +17,2 @@ import { ParameterType } from './constants'; | ||
}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@api3/airnode-abi", | ||
"license": "MIT", | ||
"version": "0.6.5", | ||
"version": "0.7.0", | ||
"private": false, | ||
@@ -13,4 +13,4 @@ "main": "dist/index", | ||
"build": "yarn run clean && yarn run compile", | ||
"clean": "rimraf -rf ./dist *.tgz", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"clean": "rimraf -rf *.tsbuildinfo ./dist *.tgz", | ||
"compile": "tsc --build tsconfig.json", | ||
"pack": "yarn pack", | ||
@@ -17,0 +17,0 @@ "test": "SILENCE_LOGGER=true jest --coverage", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
78883
25
1