@fileverse-dev/formulajs 4.4.11-mod-93-patch-1 → 4.4.11-mod-93-patch-2
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/lib/cjs/index.cjs
CHANGED
|
@@ -18486,7 +18486,7 @@ async function TALLY() {
|
|
|
18486
18486
|
|
|
18487
18487
|
validateParams(tallyParamsSchema, { query, slug });
|
|
18488
18488
|
|
|
18489
|
-
const baseUrl = 'http://localhost:3008
|
|
18489
|
+
const baseUrl = 'http://localhost:3008/third-party';
|
|
18490
18490
|
const url =
|
|
18491
18491
|
`${baseUrl}` +
|
|
18492
18492
|
`?service=tally` +
|
package/lib/esm/index.mjs
CHANGED
|
@@ -18484,7 +18484,7 @@ async function TALLY() {
|
|
|
18484
18484
|
|
|
18485
18485
|
validateParams(tallyParamsSchema, { query, slug });
|
|
18486
18486
|
|
|
18487
|
-
const baseUrl = 'http://localhost:3008
|
|
18487
|
+
const baseUrl = 'http://localhost:3008/third-party';
|
|
18488
18488
|
const url =
|
|
18489
18489
|
`${baseUrl}` +
|
|
18490
18490
|
`?service=tally` +
|
package/package.json
CHANGED