@carto/ps-react-maps 3.11.2 → 3.11.3
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 +8 -13
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2796,21 +2796,16 @@ const Ee = ft()(fs((r, e) => ({
|
|
|
2796
2796
|
return delete o[t], {
|
|
2797
2797
|
sources: o
|
|
2798
2798
|
};
|
|
2799
|
-
const a = o[t], {
|
|
2800
|
-
apiBaseUrl:
|
|
2801
|
-
clientId:
|
|
2802
|
-
apiVersion:
|
|
2803
|
-
...h
|
|
2804
|
-
} = s, g = {
|
|
2799
|
+
const a = o[t], c = {
|
|
2800
|
+
apiBaseUrl: ze,
|
|
2801
|
+
clientId: Vn,
|
|
2802
|
+
apiVersion: Ke,
|
|
2805
2803
|
...a,
|
|
2806
|
-
...
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
clientId: l
|
|
2810
|
-
}, p = Yn({
|
|
2811
|
-
source: g
|
|
2804
|
+
...s
|
|
2805
|
+
}, l = Yn({
|
|
2806
|
+
source: c
|
|
2812
2807
|
});
|
|
2813
|
-
return
|
|
2808
|
+
return c.widgets = l, o[t] = c, {
|
|
2814
2809
|
sources: o
|
|
2815
2810
|
};
|
|
2816
2811
|
}, void 0, "setSource"),
|