@udenbaguse/syamcode 2.0.2 → 2.0.3

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## Version 2.0.1 (2026-05-14)
3
+ ## Version 2.0.3 (2026-05-14)
4
+ ### Fixed
5
+ - Remove TS for fix bug
6
+
7
+ ## Version 2.0.2 (2026-05-14)
4
8
  ### Updated
5
9
  - Updated README and LICENSE with correct package name and site URL.
6
10
  - Updated EULA with new attribution requirements and usage terms.
package/README.md CHANGED
@@ -8,7 +8,7 @@ CLI for **minify + reversible identifier obfuscation** that can be restored usin
8
8
 
9
9
  This software is proprietary. By using SyamCode, you agree to the [End-User License Agreement (EULA)](LICENSE).
10
10
 
11
- For selected code extensions (especially JS/TS), `syamcode`:
11
+ For selected code extensions (especially JS/MJS), `syamcode`:
12
12
 
13
13
  1. produces a minified version
14
14
  2. replaces identifier names with hash SHA-256
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@udenbaguse/syamcode",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "CLI to minify code and perform reversible identifier obfuscation + restore (Babel AST).",
5
5
  "bin": {
6
6
  "syamcode": "bin/syamcode-syamkey-v2.js"