vtb-appit 0.0.30 → 0.0.31

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.
@@ -121,7 +121,7 @@ class AppitBaseTransformer {
121
121
  'Authorization': jwt
122
122
  },
123
123
  hostname: decoded['https://visualtourbuilder.com/app_metadata'].baseUrl.replace('https://', '').replace(/.com\/.*/, '.com').replace(/.app\/.*/, '.app'),
124
- path: decoded['https://visualtourbuilder.com/app_metadata'].baseUrl.replace(/.*?.app/, '') + endPath,
124
+ path: decoded['https://visualtourbuilder.com/app_metadata'].baseUrl.replace(/.*?.app/, '').replace(/.*?.com/, '') + endPath,
125
125
  method: 'GET'
126
126
  }, (r) => {
127
127
  let data = '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtb-appit",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {