@getlupa/client 0.5.1-alpha-21 → 0.5.1-alpha-22
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/cjs/index.min.js +2 -2
- package/dist/es/index.min.js +2 -2
- package/dist/iife/index.min.js +1 -1
- package/package.json +2 -2
package/dist/cjs/index.min.js
CHANGED
|
@@ -25121,8 +25121,8 @@ try {
|
|
|
25121
25121
|
|
|
25122
25122
|
var regenerator = runtime.exports;
|
|
25123
25123
|
|
|
25124
|
-
var production = "https://api.
|
|
25125
|
-
var staging = "https://api.staging.
|
|
25124
|
+
var production = "https://api.lupasearch.com/v1/";
|
|
25125
|
+
var staging = "https://api.staging.lupasearch.com/v1/";
|
|
25126
25126
|
var Env = {
|
|
25127
25127
|
production: production,
|
|
25128
25128
|
staging: staging
|
package/dist/es/index.min.js
CHANGED
|
@@ -25117,8 +25117,8 @@ try {
|
|
|
25117
25117
|
|
|
25118
25118
|
var regenerator = runtime.exports;
|
|
25119
25119
|
|
|
25120
|
-
var production = "https://api.
|
|
25121
|
-
var staging = "https://api.staging.
|
|
25120
|
+
var production = "https://api.lupasearch.com/v1/";
|
|
25121
|
+
var staging = "https://api.staging.lupasearch.com/v1/";
|
|
25122
25122
|
var Env = {
|
|
25123
25123
|
production: production,
|
|
25124
25124
|
staging: staging
|