@avalw/search-worker 1.0.1 → 1.0.2
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/README.md +0 -5
- package/package.json +1 -8
package/README.md
CHANGED
|
@@ -52,11 +52,7 @@ Visit [worker.avalw.org](https://worker.avalw.org) and create a free account. Yo
|
|
|
52
52
|
### 2. Install the Worker
|
|
53
53
|
|
|
54
54
|
```bash
|
|
55
|
-
# Install globally via npm
|
|
56
55
|
npm install -g @avalw/search-worker
|
|
57
|
-
|
|
58
|
-
# Or install from GitHub
|
|
59
|
-
npm install -g github:avalw/search-worker
|
|
60
56
|
```
|
|
61
57
|
|
|
62
58
|
### 3. Run the Worker
|
|
@@ -247,7 +243,6 @@ For security, API requests only work from whitelisted domains. Manage your domai
|
|
|
247
243
|
## Support
|
|
248
244
|
|
|
249
245
|
- Website: [worker.avalw.org](https://worker.avalw.org)
|
|
250
|
-
- Issues: [GitHub Issues](https://github.com/avalw/search-worker/issues)
|
|
251
246
|
- Email: contact@avalw.com
|
|
252
247
|
|
|
253
248
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@avalw/search-worker",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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": {
|
|
@@ -22,13 +22,6 @@
|
|
|
22
22
|
],
|
|
23
23
|
"author": "AVALW <contact@avalw.com>",
|
|
24
24
|
"license": "MIT",
|
|
25
|
-
"repository": {
|
|
26
|
-
"type": "git",
|
|
27
|
-
"url": "git+https://github.com/avalw/search-worker.git"
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/avalw/search-worker/issues"
|
|
31
|
-
},
|
|
32
25
|
"homepage": "https://worker.avalw.org",
|
|
33
26
|
"engines": {
|
|
34
27
|
"node": ">=14.0.0"
|