tamash-playwright 0.13.0 → 0.14.0
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/CHANGELOG.md +6 -0
- package/LICENSE +24 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project are documented here. Format loosely follows
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/); dates are when each version was published.
|
|
5
5
|
|
|
6
|
+
## [0.14.0] - 2026-09-18
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
|
|
10
|
+
- **License terms updated.** The software remains free to use, including commercially, via ordinary installation as a project dependency. Copying, modifying, redistributing, or reselling the software outside of that ordinary use requires prior written permission. Copyright is held by VibeTestQ. See the LICENSE file for the full terms.
|
|
11
|
+
|
|
6
12
|
## [0.13.0] - 2026-09-17
|
|
7
13
|
|
|
8
14
|
### Added
|
package/LICENSE
CHANGED
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
Copyright (c) 2026
|
|
1
|
+
Copyright (c) 2026 VibeTestQ
|
|
2
2
|
|
|
3
3
|
All rights reserved.
|
|
4
4
|
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
6
|
-
of this software and associated documentation files (the "Software"),
|
|
7
|
-
the Software for any purpose, including commercial use, subject to
|
|
8
|
-
following conditions:
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
6
|
+
copy of this software and associated documentation files (the "Software"),
|
|
7
|
+
to use the Software for any purpose, including commercial use, subject to
|
|
8
|
+
the following conditions:
|
|
9
9
|
|
|
10
|
-
1. The Software may not be copied, modified, merged,
|
|
11
|
-
|
|
12
|
-
permission from the copyright holder.
|
|
10
|
+
1. The Software, in whole or in part, may not be copied, modified, merged,
|
|
11
|
+
published, distributed, sublicensed, or sold, without prior written
|
|
12
|
+
permission from the copyright holder. To request permission, contact
|
|
13
|
+
support@vibetestq.com.
|
|
13
14
|
|
|
14
|
-
2.
|
|
15
|
+
2. Ordinary installation and use of the Software via a standard package
|
|
16
|
+
manager (such as npm), as an unmodified dependency of Licensee's own
|
|
17
|
+
project, is expressly permitted and does not itself constitute
|
|
18
|
+
"copying," "distribution," or "modification" under this license.
|
|
19
|
+
|
|
20
|
+
3. The above copyright notice and this permission notice shall be included
|
|
15
21
|
in all copies of the Software that are permitted under these terms.
|
|
16
22
|
|
|
23
|
+
4. This license terminates automatically, without notice, if Licensee
|
|
24
|
+
breaches any of the above conditions. Upon termination, Licensee must
|
|
25
|
+
cease all use of the Software and destroy all copies in its possession.
|
|
26
|
+
|
|
27
|
+
5. This license is governed by the laws of India, without regard to its
|
|
28
|
+
conflict of law principles.
|
|
29
|
+
|
|
17
30
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
31
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
32
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
@@ -22,4 +35,5 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
22
35
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
23
36
|
DEALINGS IN THE SOFTWARE.
|
|
24
37
|
|
|
25
|
-
For questions or
|
|
38
|
+
For questions, or to request permission under condition 1, contact
|
|
39
|
+
support@vibetestq.com.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamash-playwright",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "Plug and Play Self-healing for Playwright and automatically recovers broken selectors using an AI model (Ollama, OpenAI, Anthropic, Gemini, or a Claude/GitHub Copilot subscription).",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|