@frontastic/common 2.28.0 → 2.29.0

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,5 +1,18 @@
1
1
  # common Changelog
2
2
 
3
+ ## `2.29.0` (2022-03-30)
4
+
5
+ * feat(FP-1647): included machine region map in CustomerService
6
+ * feat(FP-1647): implemented region selector base on customer config
7
+
8
+ ## `2.28.2` (2022-03-29)
9
+
10
+ * fix(FP-1694): checked mapped orders on default deprecated decorator
11
+
12
+ ## `2.28.1` (2022-03-28)
13
+
14
+ * fix(FP-1694): checked mapped orders on default decorators
15
+
3
16
  ## `2.28.0` (2022-03-22)
4
17
 
5
18
  * refactor(FP-1122): Make logic for handling single-attribute sorting the same as multi-attribute
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.28.0",
4
+ "version": "2.29.0",
5
5
  "repositories": [
6
6
  {
7
7
  "type": "path",
@@ -11,6 +11,7 @@ Property|Type|Default|Required|Description
11
11
  `edition` | `string` | `'micro'` | *Yes* |
12
12
  `hasPaasModifications` | `bool` | `false` | *Yes* |
13
13
  `machineLimit` | `int` | `10` | *Yes* | Number of available Frontastic Machines
14
+ `machineRegionToProviderMap` | `array` | `[]` | *Yes* | Frontastic Machines Map to define providers use in each region
14
15
  `features` | `array` | `[]` | *Yes* |
15
16
  `isTransient` | `bool` | `false` | *Yes* | Used to indicate this customer is only "half" configured or similar.
16
17
  `configuration` | `array` | `[]` | *Yes* |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontastic/common",
3
- "version": "2.28.0",
3
+ "version": "2.29.0",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.5.4",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",