@frontastic/common 2.33.6 → 2.33.9

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.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,29 @@
1
1
 
2
+ ## Version 2.33.9 (2022-06-09)
3
+
4
+ ** Improvements **
5
+
6
+ - Small refactorings from PR review
7
+
8
+ ## Version 2.33.8 (2022-06-07)
9
+
10
+ * Revert "Panos/nodes tree caching"
11
+
12
+
13
+ * fix: Don’t overwrite explicitly set user agent. This fixes user agent detection during SSR.
14
+
2
15
  ## Version 2.33.6 (2022-05-24)
3
16
 
4
17
  * fix: correctly fetch cloudinary URLs again
18
+
5
19
  ## Version 2.33.5 (2022-05-19)
6
20
 
7
21
  * fix: don’t use ?? in libraries/common
22
+
8
23
  ## Version 2.33.4 (2022-05-17)
9
24
 
10
25
  * fix: used correct format on Changelog for catwalk and common
26
+
11
27
  ## Version 2.33.3 (2022-05-12)
12
28
 
13
29
  * Prevent enum fields without values field to exist
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.33.6",
4
+ "version": "2.33.9",
5
5
  "repositories": [
6
6
  {
7
7
  "type": "path",
@@ -9,6 +9,7 @@ Property|Type|Default|Required|Description
9
9
  `command` | `string` | | *Yes* |
10
10
  `channel` | `string` | | *Yes* |
11
11
  `customer` | `string` | | *Yes* |
12
+ `allowCache` | `bool` | `true` | *Yes* |
12
13
  `payload` | `array` | `[]` | *Yes* |
13
14
 
14
15
  Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontastic/common",
3
- "version": "2.33.6",
3
+ "version": "2.33.9",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.5.4",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",
@@ -63,8 +63,8 @@
63
63
  "required": ["type"]
64
64
  }
65
65
  },
66
- { "required": ["values"] }
67
- ]
66
+ { "required": ["values"] }
67
+ ]
68
68
  },
69
69
  { "$ref": "#/definitions/field" }
70
70
  ]