avm1-emitter
Advanced tools
Comparing version 0.13.0 to 0.14.0
{ | ||
"name": "avm1-emitter", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "AVM1 files emitter", | ||
@@ -22,22 +22,10 @@ "licenses": [ | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": "./lib/index.js", | ||
"./*": "./lib/*.js" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./lib/*" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"clean": "rimraf \"./@(lib|test)\"", | ||
"lint": "eslint \"./src/**/*.ts\"", | ||
"format": "eslint --fix \"./src/**/*.ts\"", | ||
"clean": "rimraf \"./@(lib|main|test)\"", | ||
"lint": "eslint \"./src/**/*.mts\"", | ||
"format": "eslint --fix \"./src/**/*.mts\"", | ||
"build": "tsc --build src/lib/tsconfig.json", | ||
"prepack": "yarn run build", | ||
"test:build": "tsc --build src/test/tsconfig.json", | ||
"test": "yarn run test:build && mocha \"test/**/*.spec.js\"" | ||
"test": "yarn run test:build && c8 mocha \"test/**/*.spec.mjs\"" | ||
}, | ||
@@ -47,5 +35,6 @@ "engines": { | ||
}, | ||
"packageManager": "yarn@4.0.0-rc.10", | ||
"dependencies": { | ||
"@open-flash/stream": "^0.5.0", | ||
"avm1-types": "^0.13.0", | ||
"avm1-types": "^0.14.0", | ||
"incident": "^3.2.1", | ||
@@ -55,23 +44,38 @@ "semantic-types": "^0.1.1" | ||
"devDependencies": { | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.4.1", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
"@typescript-eslint/parser": "^4.28.4", | ||
"@types/chai": "^4.3.1", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.29.0", | ||
"@typescript-eslint/parser": "^5.29.0", | ||
"avm1-asm": "^0.12.0", | ||
"avm1-parser": "^0.13.0", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.31.0", | ||
"avm1-parser": "^0.14.0", | ||
"c8": "^7.11.3", | ||
"chai": "^4.3.6", | ||
"eslint": "^8.18.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"furi": "^2.0.0", | ||
"kryo-json": "^0.13.0", | ||
"mocha": "^9.0.2", | ||
"kryo-json": "^0.14.0", | ||
"mocha": "^10.0.0", | ||
"rimraf": "^3.0.2", | ||
"swf-parser": "^0.13.0", | ||
"typescript": "^4.3.5" | ||
"swf-parser": "^0.14.1", | ||
"typescript": "^4.7.4" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": "./lib/index.mjs", | ||
"./*": "./lib/*.mjs" | ||
}, | ||
"files": [ | ||
"./lib/**/*.(js|map|ts)", | ||
"./src/lib/**/*.ts" | ||
] | ||
"./lib/**/*.(mjs|map|mts)", | ||
"./src/lib/**/*.mts" | ||
], | ||
"c8": { | ||
"reportDir": "./coverage", | ||
"reporter": [ | ||
"lcov" | ||
], | ||
"include": [ | ||
"lib/**/*" | ||
] | ||
} | ||
} |
# AVM1 Emitter | ||
[![GitHub repository](https://img.shields.io/badge/GitHub-open--flash%2Favm1--emitter-informational.svg)](https://github.com/open-flash/avm1-emitter) | ||
<a href="https://www.npmjs.com/package/avm1-emitter"><img src="https://img.shields.io/npm/v/avm1-emitter" alt="npm package"/></a> | ||
<a href="https://github.com/open-flash/avm1-emitter/actions/workflows/check-ts.yml"><img src="https://img.shields.io/github/workflow/status/open-flash/avm1-emitter/check-ts/main" alt="TypeScript checks status"/></a> | ||
Converts AVM1 control flow graphs to bytes. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
126713
18
8
17
543
1
+ Addedavm1-types@0.14.0(transitive)
+ Addedkryo@0.14.2(transitive)
- Removedavm1-types@0.13.0(transitive)
- Removedkryo@0.13.0(transitive)
Updatedavm1-types@^0.14.0