directus 9.20.0 → 9.20.2
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/dist/services/fields.js +1 -0
- package/package.json +11 -11
package/dist/services/fields.js
CHANGED
|
@@ -305,6 +305,7 @@ class FieldsService {
|
|
|
305
305
|
: null;
|
|
306
306
|
if ((hookAdjustedField.type === 'alias' ||
|
|
307
307
|
this.schema.collections[collection].fields[field.field].type === 'alias') &&
|
|
308
|
+
hookAdjustedField.type &&
|
|
308
309
|
hookAdjustedField.type !== this.schema.collections[collection].fields[field.field].type) {
|
|
309
310
|
throw new exceptions_1.InvalidPayloadException('Alias type cannot be changed');
|
|
310
311
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "directus",
|
|
3
|
-
"version": "9.20.
|
|
3
|
+
"version": "9.20.2",
|
|
4
4
|
"license": "GPL-3.0-only",
|
|
5
5
|
"homepage": "https://github.com/directus/directus#readme",
|
|
6
6
|
"description": "Directus is a real-time API and App dashboard for managing SQL database content.",
|
|
@@ -65,17 +65,18 @@
|
|
|
65
65
|
"README.md"
|
|
66
66
|
],
|
|
67
67
|
"dependencies": {
|
|
68
|
+
"@authenio/samlify-node-xmllint": "2.0.0",
|
|
68
69
|
"@aws-sdk/client-ses": "3.190.0",
|
|
69
|
-
"@directus/app": "9.20.
|
|
70
|
-
"@directus/drive": "9.20.
|
|
71
|
-
"@directus/drive-azure": "9.20.
|
|
72
|
-
"@directus/drive-gcs": "9.20.
|
|
73
|
-
"@directus/drive-s3": "9.20.
|
|
74
|
-
"@directus/extensions-sdk": "9.20.
|
|
70
|
+
"@directus/app": "9.20.2",
|
|
71
|
+
"@directus/drive": "9.20.2",
|
|
72
|
+
"@directus/drive-azure": "9.20.2",
|
|
73
|
+
"@directus/drive-gcs": "9.20.2",
|
|
74
|
+
"@directus/drive-s3": "9.20.1",
|
|
75
|
+
"@directus/extensions-sdk": "9.20.2",
|
|
75
76
|
"@directus/format-title": "9.15.0",
|
|
76
|
-
"@directus/schema": "9.20.
|
|
77
|
-
"@directus/shared": "9.20.
|
|
78
|
-
"@directus/specs": "9.20.
|
|
77
|
+
"@directus/schema": "9.20.2",
|
|
78
|
+
"@directus/shared": "9.20.2",
|
|
79
|
+
"@directus/specs": "9.20.2",
|
|
79
80
|
"@godaddy/terminus": "4.11.2",
|
|
80
81
|
"@rollup/plugin-alias": "4.0.0",
|
|
81
82
|
"@rollup/plugin-virtual": "3.0.0",
|
|
@@ -168,7 +169,6 @@
|
|
|
168
169
|
},
|
|
169
170
|
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
|
170
171
|
"devDependencies": {
|
|
171
|
-
"@authenio/samlify-node-xmllint": "2.0.0",
|
|
172
172
|
"@otplib/preset-default": "12.0.1",
|
|
173
173
|
"@types/async": "3.2.15",
|
|
174
174
|
"@types/busboy": "1.5.0",
|