sigmap 2.0.0 โ†’ 2.0.1

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -608,7 +608,7 @@ function extract(src) { // src: string โ†’ string[]
608
608
 
609
609
  ## ๐Ÿ“„ License
610
610
 
611
- MIT ยฉ 2026 [Manoj Mallick](https://github.com/manojmallick)
611
+ MIT ยฉ 2026 [Manoj Mallick](https://github.com/manojmallick) ยท Made in Amsterdam ๐Ÿ‡ณ๐Ÿ‡ฑ
612
612
 
613
613
  ---
614
614
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigmap",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Zero-dependency AI context engine โ€” 97% token reduction. No npm install. Runs on Node 18+.",
5
5
  "main": "gen-context.js",
6
6
  "bin": {