@postgres.ai/shared 4.0.0-pr-695.10 → 4.0.0-pr-695.11
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/package.json
CHANGED
|
@@ -3,15 +3,15 @@ const seContainerRegistry = 'se-images';
|
|
|
3
3
|
const genericImagePrefix = 'postgresai/extended-postgres';
|
|
4
4
|
// since some tags are rc, we need to specify the exact tags to use
|
|
5
5
|
const dockerImagesConfig = {
|
|
6
|
-
'9.6': ['0.5.
|
|
7
|
-
'10': ['0.5.
|
|
8
|
-
'11': ['0.5.
|
|
9
|
-
'12': ['0.5.
|
|
10
|
-
'13': ['0.5.
|
|
11
|
-
'14': ['0.5.
|
|
12
|
-
'15': ['0.5.
|
|
13
|
-
'16': ['0.5.
|
|
14
|
-
'17': ['0.5.2', '0.5.1'],
|
|
6
|
+
'9.6': ['0.5.3', '0.5.2', '0.5.1'],
|
|
7
|
+
'10': ['0.5.3', '0.5.2', '0.5.1'],
|
|
8
|
+
'11': ['0.5.3', '0.5.2', '0.5.1'],
|
|
9
|
+
'12': ['0.5.3', '0.5.2', '0.5.1'],
|
|
10
|
+
'13': ['0.5.3', '0.5.2', '0.5.1'],
|
|
11
|
+
'14': ['0.5.3', '0.5.2', '0.5.1'],
|
|
12
|
+
'15': ['0.5.3', '0.5.2', '0.5.1'],
|
|
13
|
+
'16': ['0.5.3', '0.5.2', '0.5.1'],
|
|
14
|
+
'17': ['0.5.3', '0.5.2', '0.5.1'],
|
|
15
15
|
};
|
|
16
16
|
export const uniqueChipValue = (values) => {
|
|
17
17
|
const splitChipArray = values.split(/[,(\s)(\n)(\r)(\t)(\r\n)]/);
|