@boomerang-io/webapp-spa-server 0.0.11-beta.13 → 0.0.11-beta.14

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -156,7 +156,7 @@ function injectEnvDataAndScriptsIntoHTML(
156
156
  tealiumProfileName: "ibm-web-app",
157
157
  },
158
158
  trustarc: {
159
- isCookiePreferencesInstalled: true,
159
+ isCookiePreferencesButtonAlwaysOn: false,
160
160
  },
161
161
  };
162
162
  digitalData = {
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": "0.0.11-beta.13",
4
+ "version": "0.0.11-beta.14",
5
5
  "author": {
6
6
  "name": "Tim Bula",
7
7
  "email": "timrbula@gmail.com"