@pronto-tools-and-more/files 14.51.0 → 14.55.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.
@@ -5326,6 +5326,23 @@
5326
5326
  }
5327
5327
  ]
5328
5328
  },
5329
+ "Expression<def-alias-1316064798-603-672-1316064798-0-866[]>": {
5330
+ "additionalProperties": false,
5331
+ "properties": {
5332
+ "expression": {
5333
+ "description": "Evaluates expressions that must return data of the original value's type, otherwise fallback will be used",
5334
+ "type": "string"
5335
+ },
5336
+ "fallback": {
5337
+ "items": {
5338
+ "$ref": "#/definitions/AlternateLanguage"
5339
+ },
5340
+ "type": "array"
5341
+ }
5342
+ },
5343
+ "required": ["expression", "fallback"],
5344
+ "type": "object"
5345
+ },
5329
5346
  "ExternalLoginActionConfig": {
5330
5347
  "additionalProperties": false,
5331
5348
  "properties": {
@@ -9837,11 +9854,18 @@
9837
9854
  "SEOMetadata": {
9838
9855
  "properties": {
9839
9856
  "alternates": {
9840
- "description": "Sets alternate links for the given view. Only relative paths allowed.",
9841
- "items": {
9842
- "$ref": "#/definitions/AlternateLanguage"
9843
- },
9844
- "type": "array"
9857
+ "anyOf": [
9858
+ {
9859
+ "items": {
9860
+ "$ref": "#/definitions/AlternateLanguage"
9861
+ },
9862
+ "type": "array"
9863
+ },
9864
+ {
9865
+ "$ref": "#/definitions/Expression%3Cdef-alias-1316064798-603-672-1316064798-0-866%5B%5D%3E"
9866
+ }
9867
+ ],
9868
+ "description": "Sets alternate links for the given view. Only relative paths allowed."
9845
9869
  },
9846
9870
  "language": {
9847
9871
  "description": "Sets the lang attribute on the html tag for the given view. Falls back to the one configured in the experience.config.json or defaults to 'en'.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/files",
3
- "version": "14.51.0",
3
+ "version": "14.55.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},