@saiden/browse 0.2.16 → 0.2.17
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<a href="https://www.npmjs.com/package/@saiden/browse"><img src="https://img.shields.io/npm/v/@saiden/browse.svg" alt="npm version"></a>
|
|
9
9
|
<a href="https://www.npmjs.com/package/@saiden/browse"><img src="https://img.shields.io/npm/dm/@saiden/browse.svg" alt="npm downloads"></a>
|
|
10
10
|
<a href="https://github.com/saiden-dev/browse/actions/workflows/ci.yml"><img src="https://github.com/saiden-dev/browse/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
|
|
11
|
-
<a href="https://
|
|
11
|
+
<a href="https://mariadb.com/bsl11/"><img src="https://img.shields.io/badge/License-BSL--1.1-blue.svg" alt="License: BSL-1.1"></a>
|
|
12
12
|
<a href="https://nodejs.org"><img src="https://img.shields.io/node/v/@saiden/browse.svg" alt="Node.js"></a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
@@ -241,4 +241,4 @@ await browser.close();
|
|
|
241
241
|
|
|
242
242
|
## License
|
|
243
243
|
|
|
244
|
-
|
|
244
|
+
[BSL-1.1](LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saiden/browse",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.17",
|
|
4
4
|
"description": "Headless browser automation for Claude Code using Playwright WebKit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"model-context-protocol"
|
|
40
40
|
],
|
|
41
41
|
"author": "aladac",
|
|
42
|
-
"license": "
|
|
42
|
+
"license": "BUSL-1.1",
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|
|
45
45
|
"url": "https://github.com/saiden-dev/browse"
|