@apiverve/textsimilarity 1.1.6 → 1.1.8

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/README.md +13 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,18 +68,18 @@ api.execute(query, function (error, data) {
68
68
  ###### Example Response
69
69
 
70
70
  ```
71
- {
72
- "status": "ok",
73
- "error": null,
74
- "data": {
75
- "simiarity": 45.83,
76
- "similarityCaseSensitive": 47.22,
77
- "difference": {
78
- "count": 7,
79
- "percentage": 58.33
80
- }
81
- },
82
- "code": 200
71
+ {
72
+ "status": "ok",
73
+ "error": null,
74
+ "data": {
75
+ "simiarity": 45.83,
76
+ "similarityCaseSensitive": 47.22,
77
+ "difference": {
78
+ "count": 7,
79
+ "percentage": 58.33
80
+ }
81
+ },
82
+ "code": 200
83
83
  }
84
84
  ```
85
85
 
@@ -105,7 +105,7 @@ All usage of the APIVerve website, API, and services is subject to the [APIVerve
105
105
  ## License
106
106
  Licensed under the The MIT License (MIT)
107
107
 
108
- Copyright (©) 2024 APIVerve, and Evlar LLC
108
+ Copyright (©) 2025 APIVerve, and EvlarSoft LLC
109
109
 
110
110
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiverve/textsimilarity",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Text Similarity is a simple tool for checking the similarity between two texts. It returns the similarity score.",
5
5
  "main": "index.js",
6
6
  "scripts": {