@thirstie/ecomm-vue 1.4.1 → 1.4.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/README.md CHANGED
@@ -6,8 +6,8 @@ This library provides custom web components that allow developers to embed Thirs
6
6
 
7
7
  The library can be installed using a script tag for in-browser loading, or via npm.
8
8
 
9
- CDN: `https://js.thirstie.cloud/ecomm-vue/latest`
10
- NPM: `npm install @thirstie/ecomm-vue`
9
+ - CDN: `https://cdn.thirstie.cloud/js/latest/thirstie-ecomm-vue.js`
10
+ - NPM: `npm install @thirstie/ecomm-vue`
11
11
 
12
12
  Prior to using the SDK or the Thirstie API, your application will be setup on the Thirstie Platform and you will receive api keys needed to enable your brand's application.
13
13
 
@@ -20,10 +20,12 @@ import appConfig from './.env.json';
20
20
 
21
21
  const apiKey = appConfig.APIKEY;
22
22
  const mapsKey = appConfig.MAPSKEY;
23
+ const thEnvironment = appConfig.THENV;
23
24
 
24
25
  const thirstieAppConfig = {
25
26
  APIKEY: apiKey,
26
27
  MAPSKEY: mapsKey,
28
+ environment: thEnvironment,
27
29
  primaryColor: '#cd0136',
28
30
  secondaryColor: '#ffffff',
29
31
  brandLogo: 'https://media.thirstie.cloud/content/mV7GCVpZMNumt8PfhKVj5D.png'