Skip to content

Commit

Permalink
chore(release): fix bg translate 0.8.59
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Dec 24, 2024
1 parent 05613fe commit cb74e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kayle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kayle",
"version": "0.8.58",
"version": "0.8.59",
"description": "Extremely fast and accurate accessibility engine built for any headless tool like playwright or puppeteer.",
"main": "./build/index.js",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
"pub:kayle": "yarn build:kayle && yarn npm publish",
"fix": "npx prettier --write '**/*.{ts,tsx,md}'",
"test:innate": "cd kayle_innate && RUST_LOG=info wasm-pack test --node --firefox --headless --release"
},
"packageManager": "[email protected]+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}
}

0 comments on commit cb74e79

Please sign in to comment.