web-manager 3.1.21 → 3.1.22

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 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1428,6 +1428,7 @@ function Manager() {
1428
1428
  attributes: [
1429
1429
  {name: 'data-account-id', value: utilities.get(options, chatsyPath + '.accountId', '')},
1430
1430
  {name: 'data-chat-id', value: utilities.get(options, chatsyPath + '.chatId', '')},
1431
+ {name: 'data-settings', value: JSON.stringify(utilities.get(options, chatsyPath + '.settings', ''))},
1431
1432
  ],
1432
1433
  crossorigin: true,
1433
1434
  }, function(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-manager",
3
- "version": "3.1.21",
3
+ "version": "3.1.22",
4
4
  "description": "Easily access important variables such as the query string, current domain, and current page in a single object.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -28,4 +28,4 @@
28
28
  "firebase": "^8.10.1",
29
29
  "lazysizes": "^5.3.2"
30
30
  }
31
- }
31
+ }