@frontastic/common 2.48.5 → 2.48.6

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontastic/common",
3
- "version": "2.48.5",
3
+ "version": "2.48.6",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.21.0",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",
@@ -21,6 +21,10 @@
21
21
  "description": {
22
22
  "type": "string"
23
23
  },
24
+ "dependsOnDynamicPageDataSourceType": {
25
+ "type": "string",
26
+ "pattern": "[^ ]"
27
+ },
24
28
  "schema": {
25
29
  "$ref": "https://frontastic.cloud/json/library/common#/definitions/schema"
26
30
  }
@@ -135,6 +135,23 @@
135
135
  "required": {
136
136
  "type": "boolean"
137
137
  },
138
+ "format": {
139
+ "type": "string",
140
+ "enum": [
141
+ "url",
142
+ "email",
143
+ "hex"
144
+ ]
145
+ },
146
+ "type": {
147
+ "type": "string"
148
+ },
149
+ "minLength": {
150
+ "type": "integer"
151
+ },
152
+ "maxLength": {
153
+ "type": "integer"
154
+ },
138
155
 
139
156
  "$comment": {
140
157
  "@comment": "Allow json-schema style comments in our schemas",
@@ -22,6 +22,10 @@
22
22
  "type": "string",
23
23
  "maxLength": 255
24
24
  },
25
+ "maxUsePerPage": {
26
+ "type": "integer",
27
+ "minimum": 1
28
+ },
25
29
  "schema": {
26
30
  "$ref": "https://frontastic.cloud/json/library/common#/definitions/schema"
27
31
  }