@udenbaguse/syamcode 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 2.0.5 (2026-05-15)
4
+ ### Fixed
5
+ - Fix bug error message "'syamcode' is not recognized as an internal or external command,
6
+ operable program or batch file.""
7
+
3
8
  ## Version 2.0.4 (2026-05-15)
4
9
  ### Added
5
10
  - Syamkey-3, hash now uses full 64-digit SHA-256 hex for stronger obfuscation
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@udenbaguse/syamcode",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "CLI to minify code and perform reversible identifier obfuscation + restore (Babel AST).",
5
5
  "bin": {
6
- "syamcode": "bin/syamcode-syamkey-v3.js"
6
+ "syamcode": "./bin/syamcode-syamkey-v3.js"
7
7
  },
8
8
  "type": "module",
9
9
  "license": "PROPRIETARY",