@avalw/search-worker 1.0.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +9 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ Free privacy-focused search API in exchange for compute power.
7
7
 
8
8
  ## What is AVALW Worker?
9
9
 
10
- AVALW Worker is a lightweight Node.js application that runs on your server and contributes a small amount of CPU power to the AVALW distributed network. In return, you get **free, unlimited access** to the AVALW Search API - a privacy-focused search engine that doesn't track users.
10
+ AVALW Worker is a lightweight Node.js application that runs on your server and contributes CPU power to the AVALW distributed network. In return, you get **free access** to the AVALW Search API - a privacy-focused search engine that doesn't track users. Your API quota scales with your contribution.
11
11
 
12
12
  **No tracking. No ads. No data collection. Just search.**
13
13
 
@@ -271,4 +271,11 @@ SOFTWARE.
271
271
 
272
272
  ---
273
273
 
274
- Made with privacy in mind by [AVALW](https://avalw.org)
274
+ Made with privacy in mind by [AVALW](https://cronos.avalw.com/about)
275
+
276
+ ### Our Projects
277
+
278
+ - [AVALW Search](https://avalw.org) - Privacy-focused search engine
279
+ - [Cronos Browser](https://cronos.avalw.com) - Secure, private browser
280
+ - [AVALW Protocol](https://avalw.com) - Decentralized communication protocol
281
+ - [Worker API](https://worker.avalw.org) - This project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalw/search-worker",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "AVALW Search Worker - Contribute compute power, get free privacy-focused search API access",
5
5
  "main": "lib/worker.js",
6
6
  "bin": {