@saiden/browse 0.2.15 → 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.
Files changed (3) hide show
  1. package/LICENSE +80 -0
  2. package/README.md +2 -2
  3. package/package.json +2 -2
package/LICENSE ADDED
@@ -0,0 +1,80 @@
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: Adam Ladachowski / Saiden
6
+ Licensed Work: browse
7
+ The Licensed Work is (c) 2026 Adam Ladachowski
8
+
9
+ This License applies to each version of the Licensed
10
+ Work. A "version" means any release identified by a
11
+ git tag (e.g., v1.0.0). All commits between version
12
+ tags are considered part of the preceding tagged
13
+ version. Commits before the first tag are version 0.0.0.
14
+
15
+ Additional Use Grant: You may make production use of the Licensed Work,
16
+ provided Your use does not include offering the
17
+ Licensed Work to third parties on a hosted or
18
+ embedded basis in a manner that competes with
19
+ Saiden's paid products or services.
20
+
21
+ For organizations with annual revenue exceeding
22
+ $1,000,000 USD, commercial licensing is required.
23
+ Contact: licensing@saiden.dev
24
+
25
+ Change Date: Four years from the date of each version's release.
26
+ A version's release date is the timestamp of its git
27
+ tag. For version 0.0.0, the Change Date is 2030-04-01.
28
+
29
+ Change License: MIT
30
+
31
+ Notice
32
+
33
+ The Business Source License (this document, or the "License") is not an
34
+ Open Source license. However, the Licensed Work will eventually be made
35
+ available under an Open Source License, as stated in this License.
36
+
37
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
38
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
39
+
40
+ Terms
41
+
42
+ The Licensor hereby grants you the right to copy, modify, create derivative
43
+ works, redistribute, and make non-production use of the Licensed Work. The
44
+ Licensor may make an Additional Use Grant, above, permitting limited
45
+ production use.
46
+
47
+ Effective on the Change Date, or the fourth anniversary of the first publicly
48
+ available distribution of a specific version of the Licensed Work under this
49
+ License, whichever comes first, the Licensor hereby grants you rights under
50
+ the terms of the Change License, and the rights granted in the paragraph
51
+ above terminate.
52
+
53
+ If your use of the Licensed Work does not comply with the requirements
54
+ currently in effect as described in this License, you must purchase a
55
+ commercial license from the Licensor, its affiliated entities, or authorized
56
+ resellers, or you must refrain from using the Licensed Work.
57
+
58
+ All copies of the original and modified Licensed Work, and derivative works
59
+ of the Licensed Work, are subject to this License. This License applies
60
+ separately for each version of the Licensed Work and the Change Date may vary
61
+ for each version of the Licensed Work released by Licensor.
62
+
63
+ You must conspicuously display this License on each original or modified copy
64
+ of the Licensed Work. If you receive the Licensed Work in original or
65
+ modified form from a third party, the terms and conditions set forth in this
66
+ License apply to your use of that work.
67
+
68
+ Any use of the Licensed Work in violation of this License will automatically
69
+ terminate your rights under this License for the current and all other
70
+ versions of the Licensed Work.
71
+
72
+ This License does not grant you any right in any trademark or logo of
73
+ Licensor or its affiliates (provided that you may use a trademark or logo of
74
+ Licensor as expressly required by this License).
75
+
76
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
77
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
78
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
79
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
80
+ TITLE.
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://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
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
- MIT
244
+ [BSL-1.1](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saiden/browse",
3
- "version": "0.2.15",
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": "MIT",
42
+ "license": "BUSL-1.1",
43
43
  "repository": {
44
44
  "type": "git",
45
45
  "url": "https://github.com/saiden-dev/browse"