Skip to content

Commit

Permalink
Version 2.1.3
Browse files Browse the repository at this point in the history
PR-URL: #445
  • Loading branch information
tshemsedinov committed Mar 13, 2023
1 parent 5901ad0 commit 6d080f0
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 62 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Add `BigInt` to known glabals
- Add `node:` prefix in require for built-in modules
- Update dependencies

## [2.1.2][] - 2023-02-18

Expand Down Expand Up @@ -183,7 +184,8 @@

## [0.x][] - First generation of metaschema

[unreleased]: https://github.com/metarhia/metaschema/compare/v2.1.2...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v2.1.3...HEAD
[2.1.3]: https://github.com/metarhia/metaschema/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/metarhia/metaschema/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/metarhia/metaschema/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/metarhia/metaschema/compare/v2.0.2...v2.1.0
Expand Down
107 changes: 53 additions & 54 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaschema",
"version": "2.1.2",
"version": "2.1.3",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down Expand Up @@ -37,17 +37,17 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "14 || 16 || 18 || 19"
"node": "^14.18 || 16 || 18 || 19"
},
"dependencies": {
"metautil": "^3.6.0",
"metavm": "^1.2.2"
"metautil": "^3.7.1",
"metavm": "^1.2.4"
},
"devDependencies": {
"@types/node": "^18.14.0",
"eslint": "^8.34.0",
"@types/node": "^18.15.2",
"eslint": "^8.36.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"metatests": "^0.8.2",
Expand Down

0 comments on commit 6d080f0

Please sign in to comment.