@maioradv/cms-basic-lib 1.5.4 → 1.5.6

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.
@@ -46,6 +46,7 @@ exports.ConfigsResolvers = {
46
46
  accountsApiToken
47
47
  allowAdvancedMenu
48
48
  allowDiscounts
49
+ allowBundles
49
50
  allowLocalization
50
51
  allowPopup
51
52
  allowProductVideo
@@ -10,6 +10,7 @@ export interface TiDelizioConfig extends ServiceConfig {
10
10
  allowGoogleTagManager?: boolean;
11
11
  allowAdvancedMenu?: boolean;
12
12
  allowDiscounts?: boolean;
13
+ allowBundles?: boolean;
13
14
  allowCustomProductModal?: boolean;
14
15
  allowLocalization?: boolean;
15
16
  allowProductVideo?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maioradv/cms-basic-lib",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
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",