Skip to content

Commit

Permalink
Merge pull request #44 from axe-api/module-target
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
ozziest authored Feb 16, 2024
2 parents 01f4b88 + cea0f87 commit ffb8746
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## [1.0.1 (2024-02-16)](https://github.com/axe-api/axe-api/compare/1.0.1...1.0.0)

- Fixed module target

## [1.0.0 (2024-02-11)](https://github.com/axe-api/axe-api/compare/1.0.0...1.0.0)

- Initial version
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robust-validator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Rule-based data validation library",
"exports": {
".": {
Expand Down
9 changes: 7 additions & 2 deletions tests/consumers/ts/package-lock.json

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES2016",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
Expand Down

0 comments on commit ffb8746

Please sign in to comment.