@thryveai/theme-interfaces 2.7.131 → 2.7.133

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.
@@ -393,5 +393,12 @@ var DefaultConfigSFUI = {
393
393
  performance: {
394
394
  vouchersLongTimeout: false,
395
395
  },
396
+ integrations: {
397
+ prodX: {
398
+ enabled: false,
399
+ catalogId: "",
400
+ test: false
401
+ },
402
+ }
396
403
  };
397
404
  exports.default = DefaultConfigSFUI;
package/package.json CHANGED
@@ -1,35 +1,35 @@
1
- {
2
- "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.131",
4
- "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
- "scripts": {
6
- "build": "gulp",
7
- "merge-settings": "ts-node ./scripts/settings/sfui-settings-migrator.ts",
8
- "generate-retailer-icons": "gulp --gulpfile ./scripts/icons/gulpfile.js",
9
- "commit": "cz"
10
- },
11
- "author": "Wynshop",
12
- "license": "ISC",
13
- "main": "dist",
14
- "files": [
15
- "dist"
16
- ],
17
- "devDependencies": {
18
- "@types/node": "^17.0.42",
19
- "cz-conventional-changelog": "^3.3.0",
20
- "fs-extra": "11.1.0",
21
- "gulp": "4.0.2",
22
- "gulp-file-contents-to-json": "0.2.2",
23
- "gulp-typescript": "6.0.0-alpha.1",
24
- "imagemin": "7.0.1",
25
- "imagemin-svgo": "9.0.0",
26
- "svgo": "3.0.2",
27
- "ts-node": "^10.8.1",
28
- "typescript": "4.6.3"
29
- },
30
- "config": {
31
- "commitizen": {
32
- "path": "./application/node_modules/cz-conventional-changelog"
33
- }
34
- }
35
- }
1
+ {
2
+ "name": "@thryveai/theme-interfaces",
3
+ "version": "2.7.133",
4
+ "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
+ "scripts": {
6
+ "build": "gulp",
7
+ "merge-settings": "ts-node ./scripts/settings/sfui-settings-migrator.ts",
8
+ "generate-retailer-icons": "gulp --gulpfile ./scripts/icons/gulpfile.js",
9
+ "commit": "cz"
10
+ },
11
+ "author": "Wynshop",
12
+ "license": "ISC",
13
+ "main": "dist",
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "devDependencies": {
18
+ "@types/node": "^17.0.42",
19
+ "cz-conventional-changelog": "^3.3.0",
20
+ "fs-extra": "11.1.0",
21
+ "gulp": "4.0.2",
22
+ "gulp-file-contents-to-json": "0.2.2",
23
+ "gulp-typescript": "6.0.0-alpha.1",
24
+ "imagemin": "7.0.1",
25
+ "imagemin-svgo": "9.0.0",
26
+ "svgo": "3.0.2",
27
+ "ts-node": "^10.8.1",
28
+ "typescript": "4.6.3"
29
+ },
30
+ "config": {
31
+ "commitizen": {
32
+ "path": "./application/node_modules/cz-conventional-changelog"
33
+ }
34
+ }
35
+ }