@truffle/contract-schema
Advanced tools
Comparing version 3.0.16 to 3.0.17-alphaTez.0
@@ -66,2 +66,5 @@ var pkgVersion = require("./package.json").version; | ||
}, | ||
code: { | ||
sources: ["code"] | ||
}, | ||
bytecode: { | ||
@@ -68,0 +71,0 @@ sources: ["bytecode", "binary", "unlinked_binary", "evm.bytecode.object"], |
{ | ||
"name": "@truffle/contract-schema", | ||
"version": "3.0.16", | ||
"version": "3.0.17-alphaTez.0", | ||
"description": "JSON schema for contract artifacts", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "ada4f9ae0ba515b9ccf5ac0b23ce0d05fad1d53a" | ||
"gitHead": "6b8472aae37a5cd7bff9541816c51f10182e6e8d" | ||
} |
@@ -19,2 +19,3 @@ { | ||
"metadata": { "$ref": "#/definitions/Metadata" }, | ||
"code": { "$ref": "#/definitions/Code" }, | ||
"bytecode": { | ||
@@ -89,2 +90,6 @@ "$ref": "#/definitions/Bytecode", | ||
"Code": { | ||
"type": "string" | ||
}, | ||
"Bytecode": { | ||
@@ -91,0 +96,0 @@ "type": "string", |
@@ -70,2 +70,3 @@ /** | ||
export type Metadata = string; | ||
export type Code = string; | ||
export type Source = string; | ||
@@ -85,2 +86,3 @@ export type SourcePath = string; | ||
metadata?: Metadata; | ||
code?: Code; | ||
/** | ||
@@ -87,0 +89,0 @@ * Bytecode sent as contract-creation transaction data, with unresolved link references |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
147910
3739
0
1