unspook 0.1.0 → 0.1.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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -162,10 +162,7 @@ maddening invisible-character bug — or a security incident — please consider
162
162
  supporting it:
163
163
 
164
164
  - ⭐ **Star this repo** — free, and it genuinely helps others find it.
165
- - 💛 **[GitHub Sponsors](https://github.com/sponsors/didrod205)**
166
- - ☕ **[Buy Me a Coffee](https://www.buymeacoffee.com/didrod205)**
167
- - 🧋 **[Ko-fi](https://ko-fi.com/didrod205)**
168
- - 🍋 **[Lemon Squeezy](https://elab-studio.lemonsqueezy.com/checkout/buy/5d059b89-51d0-456b-b33a-ed56994f7010)**
165
+ - 🍋 **[Sponsor via Lemon Squeezy](https://elab-studio.lemonsqueezy.com/checkout/buy/5d059b89-51d0-456b-b33a-ed56994f7010)** — one-time or recurring support.
169
166
 
170
167
  **Where your support goes:** keeping the character database current with new
171
168
  Unicode releases, expanding the homoglyph/confusables coverage, maintaining the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unspook",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Find & remove invisible, dangerous, and confusable characters hiding in your text — zero-width spaces, BOMs, bidi 'Trojan Source' controls, Unicode tag prompt-injection, homoglyphs, smart quotes & NBSP. Zero dependencies, runs locally.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",