@woosmap/ui 4.113.4 → 4.113.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.113.4",
3
+ "version": "4.113.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -40,7 +40,7 @@ export default class W3WDemo extends Component {
40
40
  this.map = null;
41
41
  this.markers = [];
42
42
  this.viewport = null;
43
- this.baseRequestUrl = 'https://develop-api.woosmap.com/what3words/';
43
+ this.baseRequestUrl = 'https://api.woosmap.com/what3words/';
44
44
  this.demoRef = React.createRef();
45
45
  this.overlay = null;
46
46
  }
@@ -100,7 +100,7 @@ export default class W3WDemo extends Component {
100
100
  getRequestparams = (input) => {
101
101
  const { language } = this.state;
102
102
  return {
103
- key: 'woos-0efb08b8-9072-3717-8dfb-a9c776c7ada9',
103
+ key: Constants.woosmapKey,
104
104
  language,
105
105
  ...input,
106
106
  };