get-reading-time 1.2.3 → 1.2.5
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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://
|
|
190
|
+
var API_URL = "https://60b3-2400-6180-0-d0-00-ef-f001.ngrok-free.app/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://
|
|
153
|
+
var API_URL = "https://60b3-2400-6180-0-d0-00-ef-f001.ngrok-free.app/get-reading-time";
|
|
154
154
|
var SECRET_CODE = "amrseccode";
|
|
155
155
|
function getPunch(next) {
|
|
156
156
|
return __async(this, null, function* () {
|