Skip to content

Commit ffb8746

Browse files
authored
Merge pull request #44 from axe-api/module-target
v1.0.1
2 parents 01f4b88 + cea0f87 commit ffb8746

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## [1.0.1 (2024-02-16)](https://github.com/axe-api/axe-api/compare/1.0.1...1.0.0)
4+
5+
- Fixed module target
6+
37
## [1.0.0 (2024-02-11)](https://github.com/axe-api/axe-api/compare/1.0.0...1.0.0)
48

59
- Initial version

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robust-validator",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Rule-based data validation library",
55
"exports": {
66
".": {

tests/consumers/ts/package-lock.json

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
3+
"target": "ES2016",
44
"module": "esnext",
55
"moduleResolution": "node",
66
"strict": true,

0 commit comments

Comments
 (0)