@cryptoeconomicslab/ovm-parser
Advanced tools
Comparing version 0.2.12 to 0.3.0
@@ -16,5 +16,2 @@ export interface Program { | ||
} | ||
/** | ||
* Parsed Property definition | ||
*/ | ||
export interface PropertyDef { | ||
@@ -21,0 +18,0 @@ annotations: Annotation[]; |
{ | ||
"name": "@cryptoeconomicslab/ovm-parser", | ||
"version": "0.2.12", | ||
"version": "0.3.0", | ||
"description": "OVM parser", | ||
@@ -27,3 +27,2 @@ "author": { | ||
"build:check": "tsc --noEmit", | ||
"test": "jest", | ||
"lint": "eslint --ext ts,tsx src", | ||
@@ -33,20 +32,2 @@ "doc": "typedoc --out docs src", | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testMatch": [ | ||
"**/__tests__/**/?(*.)+(spec|test).(ts|js)", | ||
"**/?(*.)+(spec|test).ts" | ||
], | ||
"moduleFileExtensions": [ | ||
"js", | ||
"ts" | ||
], | ||
"globals": { | ||
"ts-jest": { | ||
"tsConfig": "tsconfig.json" | ||
} | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -56,3 +37,3 @@ "pegjs": "^0.10.0", | ||
}, | ||
"gitHead": "bfe0a8532d9400c5c8d0a7ec8bb02dd6ba20831c" | ||
"gitHead": "f48e8a87baaa0b315db339f0809e6266f570be55" | ||
} |
Sorry, the diff of this file is not supported yet
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
45434
17
0
565