@maioradv/cms-basic-lib 1.5.3 → 1.5.5

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.
@@ -49,6 +49,7 @@ exports.ConfigsResolvers = {
49
49
  allowLocalization
50
50
  allowPopup
51
51
  allowProductVideo
52
+ allowCustomProductModal
52
53
  allowCustomTheme
53
54
  dashboardId
54
55
  maxMenuCollectionNumber
@@ -10,6 +10,7 @@ export interface TiDelizioConfig extends ServiceConfig {
10
10
  allowGoogleTagManager?: boolean;
11
11
  allowAdvancedMenu?: boolean;
12
12
  allowDiscounts?: boolean;
13
+ allowCustomProductModal?: boolean;
13
14
  allowLocalization?: boolean;
14
15
  allowProductVideo?: boolean;
15
16
  allowPopup?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maioradv/cms-basic-lib",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "description": "JS lib for Maior CMS Basic Api",
5
5
  "repository": "https://github.com/maioradv/cms-basic-lib.git",
6
6
  "author": "Maior ADV Srl",
@@ -16,12 +16,12 @@
16
16
  "build": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "axios": "^1.7.2"
19
+ "axios": "^1.10.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^20.14.9",
23
23
  "ts-node": "^10.9.2",
24
- "typescript": "^5.5.3"
24
+ "typescript": "^5.8.3"
25
25
  },
26
26
  "keywords": [
27
27
  "typescript",