Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed May 21, 2024
1 parent af72ddc commit 5fd7560
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 88 deletions.
2 changes: 1 addition & 1 deletion dist/aontu.min.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aontu",
"version": "0.19.0",
"version": "0.20.0",
"main": "dist/aontu.js",
"type": "commonjs",
"browser": "dist/aontu.min.js",
Expand Down Expand Up @@ -53,18 +53,18 @@
"@jsonic/path": "^0.6.6"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"aliasify": "^2.1.0",
"browserify": "^17.0.0",
"es-jest": "^2.1.0",
"esbuild": "^0.19.11",
"esbuild": "^0.21.3",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"serve": "^14.2.1",
"prettier": "^3.2.5",
"serve": "^14.2.3",
"tinyify": "^4.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
"ts-jest": "^29.1.3",
"typescript": "^5.4.5"
},
"aliasify": {
"aliases": {
Expand Down
199 changes: 120 additions & 79 deletions test/web.js

Large diffs are not rendered by default.

0 comments on commit 5fd7560

Please sign in to comment.