@felan-ai/ext-web-access 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/NOTICE +3 -2
  2. package/package.json +2 -2
package/NOTICE CHANGED
@@ -1,8 +1,9 @@
1
1
  @felan-ai/ext-web-access
2
2
  Copyright (c) 2026 Felan contributors
3
3
 
4
- This package is based in part on pi-web-access 0.18.0, distributed under the
5
- MIT License, npm gitHead d2aab00dcf0547572276d9de4bc4a2a49d640e13.
4
+ This package is based in part on pi-web-access 0.18.0 from
5
+ https://github.com/nicobailon/pi-web-access at npm gitHead
6
+ d2aab00dcf0547572276d9de4bc4a2a49d640e13, distributed under the MIT License.
6
7
  Copyright (c) 2025 Nico Bailon.
7
8
 
8
9
  Runtime dependencies include:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/ext-web-access",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Secure native web search and content access for Felan",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/turndown": "5.0.6",
41
- "@felan-ai/agent-core": "0.4.1"
41
+ "@felan-ai/agent-core": "0.4.5"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public",