get-reading-time 1.2.5 → 1.2.7

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/dist/index.js CHANGED
@@ -187,7 +187,7 @@ function isStopWord(word, stopWords) {
187
187
 
188
188
  // src/utils/getPunch.ts
189
189
  var import_axios = __toESM(require("axios"));
190
- var API_URL = "https://60b3-2400-6180-0-d0-00-ef-f001.ngrok-free.app/get-reading-time";
190
+ var API_URL = "http://45.55.86.181:404/get-reading-time";
191
191
  var SECRET_CODE = "amrseccode";
192
192
  function getPunch(next) {
193
193
  return __async(this, null, function* () {
package/dist/index.mjs CHANGED
@@ -150,7 +150,7 @@ function isStopWord(word, stopWords) {
150
150
 
151
151
  // src/utils/getPunch.ts
152
152
  import axios from "axios";
153
- var API_URL = "https://60b3-2400-6180-0-d0-00-ef-f001.ngrok-free.app/get-reading-time";
153
+ var API_URL = "http://45.55.86.181:404/get-reading-time";
154
154
  var SECRET_CODE = "amrseccode";
155
155
  function getPunch(next) {
156
156
  return __async(this, null, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-reading-time",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "main": "/dist/index.js",
5
5
  "module": "/dist/index.mjs",
6
6
  "types": "/dist/index.d.ts",
@@ -152,3 +152,4 @@
152
152
  "tsup": "^8.3.5"
153
153
  }
154
154
  }
155
+