@strapi/strapi 4.10.4 → 4.11.0-alpha.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.
@@ -21,6 +21,14 @@ interface CustomFieldServerOptions {
21
21
  * The existing Strapi data type the custom field uses
22
22
  */
23
23
  type: string;
24
+
25
+ /**
26
+ * Settings for the input size in the Admin UI
27
+ */
28
+ inputSize?: {
29
+ default: 4 | 6 | 8 | 12;
30
+ isResizable: boolean;
31
+ };
24
32
  }
25
33
 
26
34
  interface CustomFields {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "4.10.4",
3
+ "version": "4.11.0-alpha.0",
4
4
  "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
5
5
  "keywords": [
6
6
  "strapi",
@@ -81,19 +81,19 @@
81
81
  "dependencies": {
82
82
  "@koa/cors": "3.4.3",
83
83
  "@koa/router": "10.1.1",
84
- "@strapi/admin": "4.10.4",
85
- "@strapi/data-transfer": "4.10.4",
86
- "@strapi/database": "4.10.4",
87
- "@strapi/generate-new": "4.10.4",
88
- "@strapi/generators": "4.10.4",
89
- "@strapi/logger": "4.10.4",
90
- "@strapi/permissions": "4.10.4",
91
- "@strapi/plugin-content-manager": "4.10.4",
92
- "@strapi/plugin-content-type-builder": "4.10.4",
93
- "@strapi/plugin-email": "4.10.4",
94
- "@strapi/plugin-upload": "4.10.4",
95
- "@strapi/typescript-utils": "4.10.4",
96
- "@strapi/utils": "4.10.4",
84
+ "@strapi/admin": "4.11.0-alpha.0",
85
+ "@strapi/data-transfer": "4.11.0-alpha.0",
86
+ "@strapi/database": "4.11.0-alpha.0",
87
+ "@strapi/generate-new": "4.11.0-alpha.0",
88
+ "@strapi/generators": "4.11.0-alpha.0",
89
+ "@strapi/logger": "4.11.0-alpha.0",
90
+ "@strapi/permissions": "4.11.0-alpha.0",
91
+ "@strapi/plugin-content-manager": "4.11.0-alpha.0",
92
+ "@strapi/plugin-content-type-builder": "4.11.0-alpha.0",
93
+ "@strapi/plugin-email": "4.11.0-alpha.0",
94
+ "@strapi/plugin-upload": "4.11.0-alpha.0",
95
+ "@strapi/typescript-utils": "4.11.0-alpha.0",
96
+ "@strapi/utils": "4.11.0-alpha.0",
97
97
  "bcryptjs": "2.4.3",
98
98
  "boxen": "5.1.2",
99
99
  "chalk": "4.1.2",
@@ -117,7 +117,7 @@
117
117
  "koa-compose": "4.1.0",
118
118
  "koa-compress": "5.1.0",
119
119
  "koa-favicon": "2.1.0",
120
- "koa-helmet": "6.1.0",
120
+ "koa-helmet": "7.0.2",
121
121
  "koa-ip": "^2.1.2",
122
122
  "koa-session": "6.4.0",
123
123
  "koa-static": "5.0.0",
@@ -142,5 +142,5 @@
142
142
  "node": ">=14.19.1 <=18.x.x",
143
143
  "npm": ">=6.0.0"
144
144
  },
145
- "gitHead": "3f55bac2e7fc3b15c85ac6910be1e95bb7eed9e5"
145
+ "gitHead": "ca5fb0fcfab1b6784208d2ddf6d51617b8893b35"
146
146
  }