Skip to content

Commit

Permalink
feat: upgrade to 1.0.9 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by:   < >
  • Loading branch information
z0ffy authored Sep 12, 2024
1 parent 6dbbe07 commit 002d973
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 113 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.9

* feat: support exclude node_modules
* chore(deps): update dependencies

## 1.0.8

* feat: excludes config support regexp
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-bundle-obfuscator",
"version": "1.0.8",
"version": "1.0.9",
"homepage": "/~https://github.com/z0ffy/vite-plugin-bundle-obfuscator",
"description": "JavaScript obfuscator plugin for Vite environments",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"typescript": "^5.6.2",
"vite": "^5.4.4"
},
"dependencies": {
"javascript-obfuscator": "^4.1.1"
Expand Down
Loading

0 comments on commit 002d973

Please sign in to comment.