@boomerang-io/webapp-spa-server 1.3.1-beta.1 → 1.3.1-beta.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.
Files changed (2) hide show
  1. package/index.js +7 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -218,11 +218,16 @@ function getBluemixSegmentScripts() {
218
218
  <script src="${segmentUrl}" crossorigin></script>
219
219
  <script>
220
220
  window._analytics = {
221
- "commonProperties": {
221
+ "pageProperties": {
222
222
  "platformTitle": "IBM Consulting Advantage",
223
223
  "productCode": "694970X",
224
- "productCodeType": "IBM Consulting Advantage",,
224
+ "productCodeType": "IBM Consulting Advantage",
225
225
  },
226
+ "commonProperties": {
227
+ "platformTitle": "IBM Consulting Advantage",
228
+ "productCode": "694970X",
229
+ "productCodeType": "IBM Consulting Advantage",
230
+ }
226
231
  };
227
232
  </script>
228
233
  `
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boomerang-io/webapp-spa-server",
3
3
  "description": "Webapp Server for React-based SPA w/ client-side routing",
4
- "version": "1.3.1-beta.1",
4
+ "version": "1.3.1-beta.2",
5
5
  "author": {
6
6
  "name": "Tim Bula",
7
7
  "email": "timrbula@gmail.com"