recognize 3.1.0 → 3.1.1

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 +30 -0
  2. package/README.md +2 -2
  3. package/package.json +2 -2
package/LICENSE ADDED
@@ -0,0 +1,30 @@
1
+ Recognize License
2
+
3
+ Copyright (c) 2026 kdinisv
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to use
7
+ the Software, including for commercial purposes, subject to the following
8
+ conditions:
9
+
10
+ 1. The Software may be used in any project, including commercial projects,
11
+ without restriction.
12
+
13
+ 2. The Software may be redistributed in its original, unmodified form,
14
+ provided that this license notice is included with all copies or
15
+ substantial portions of the Software.
16
+
17
+ 3. Modification of the Software's source code is expressly prohibited.
18
+ You may not alter, adapt, translate, reverse engineer, decompile,
19
+ disassemble, or create derivative works based on the Software.
20
+
21
+ 4. The above copyright notice and this permission notice shall be included
22
+ in all copies or substantial portions of the Software.
23
+
24
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ SOFTWARE.
package/README.md CHANGED
@@ -220,7 +220,7 @@ import type {
220
220
 
221
221
  ### License
222
222
 
223
- MIT
223
+ See [LICENSE](LICENSE) file.
224
224
 
225
225
  ---
226
226
 
@@ -440,4 +440,4 @@ import type {
440
440
 
441
441
  ### Лицензия
442
442
 
443
- MIT
443
+ См. файл [LICENSE](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recognize",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Lightweight zero-dependency captcha solving client for RuCaptcha and Anti-Captcha (API v2)",
5
5
  "type": "module",
6
6
  "exports": {
@@ -44,7 +44,7 @@
44
44
  "typescript"
45
45
  ],
46
46
  "author": "kdinisv",
47
- "license": "MIT",
47
+ "license": "SEE LICENSE IN LICENSE",
48
48
  "bugs": {
49
49
  "url": "https://github.com/kdinisv/Recognize/issues"
50
50
  },