Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
PR-URL: #85
  • Loading branch information
tshemsedinov committed May 18, 2022
1 parent 7b5537e commit 3b2b682
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 34 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.2.0][] - 2022-05-18

- Implement metarequire and require nesting
- Support permissions for node.js modules including internal and npm modules
- Update dependencies and apply security fixes
Expand Down Expand Up @@ -49,7 +51,8 @@ First metavm implementation with following features
- Contexts, use default empty and frozen, emulated or pass one
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023

[unreleased]: https://github.com/metarhia/metavm/compare/v1.1.0...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/metarhia/metavm/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/metarhia/metavm/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/metarhia/metavm/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/metarhia/metavm/compare/v1.0.1...v1.0.2
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metavm",
"version": "1.1.0",
"version": "1.2.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia script loader, node.js vm wrapper",
Expand Down Expand Up @@ -46,14 +46,14 @@
"test": "npm run lint && npm run types && metatests test/unit.js && metatests test/timeout.js"
},
"devDependencies": {
"@types/node": "^17.0.25",
"eslint": "^8.13.0",
"@types/node": "^17.0.34",
"eslint": "^8.15.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"metatests": "^0.8.2",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
}
}

0 comments on commit 3b2b682

Please sign in to comment.