@apiverve/tenseconverter 1.1.7 → 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.
- package/README.md +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,15 +68,15 @@ api.execute(query, function (error, data) {
|
|
|
68
68
|
###### Example Response
|
|
69
69
|
|
|
70
70
|
```
|
|
71
|
-
{
|
|
72
|
-
"status": "ok",
|
|
73
|
-
"error": null,
|
|
74
|
-
"data": {
|
|
75
|
-
"tense": "past",
|
|
76
|
-
"result": "I was walking down the street, and I could see a dog",
|
|
77
|
-
"changed": true
|
|
78
|
-
},
|
|
79
|
-
"code": 200
|
|
71
|
+
{
|
|
72
|
+
"status": "ok",
|
|
73
|
+
"error": null,
|
|
74
|
+
"data": {
|
|
75
|
+
"tense": "past",
|
|
76
|
+
"result": "I was walking down the street, and I could see a dog",
|
|
77
|
+
"changed": true
|
|
78
|
+
},
|
|
79
|
+
"code": 200
|
|
80
80
|
}
|
|
81
81
|
```
|
|
82
82
|
|
|
@@ -102,7 +102,7 @@ All usage of the APIVerve website, API, and services is subject to the [APIVerve
|
|
|
102
102
|
## License
|
|
103
103
|
Licensed under the The MIT License (MIT)
|
|
104
104
|
|
|
105
|
-
Copyright (©)
|
|
105
|
+
Copyright (©) 2025 APIVerve, and EvlarSoft LLC
|
|
106
106
|
|
|
107
107
|
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:
|
|
108
108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apiverve/tenseconverter",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Tense Converter is a simple tool for converting text to past or future tense. It returns the text converted to the specified tense.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|