@strapi/strapi 4.11.0-beta.1 → 4.11.0-exp.9xg4-3qfm-9w8f

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,7 +21,7 @@ interface CustomFieldServerOptions {
21
21
  * The existing Strapi data type the custom field uses
22
22
  */
23
23
  type: string;
24
-
24
+
25
25
  /**
26
26
  * Settings for the input size in the Admin UI
27
27
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "4.11.0-beta.1",
3
+ "version": "4.11.0-exp.9xg4-3qfm-9w8f",
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.11.0-beta.1",
85
- "@strapi/data-transfer": "4.11.0-beta.1",
86
- "@strapi/database": "4.11.0-beta.1",
87
- "@strapi/generate-new": "4.11.0-beta.1",
88
- "@strapi/generators": "4.11.0-beta.1",
89
- "@strapi/logger": "4.11.0-beta.1",
90
- "@strapi/permissions": "4.11.0-beta.1",
91
- "@strapi/plugin-content-manager": "4.11.0-beta.1",
92
- "@strapi/plugin-content-type-builder": "4.11.0-beta.1",
93
- "@strapi/plugin-email": "4.11.0-beta.1",
94
- "@strapi/plugin-upload": "4.11.0-beta.1",
95
- "@strapi/typescript-utils": "4.11.0-beta.1",
96
- "@strapi/utils": "4.11.0-beta.1",
84
+ "@strapi/admin": "4.11.0-exp.9xg4-3qfm-9w8f",
85
+ "@strapi/data-transfer": "4.11.0-exp.9xg4-3qfm-9w8f",
86
+ "@strapi/database": "4.11.0-exp.9xg4-3qfm-9w8f",
87
+ "@strapi/generate-new": "4.11.0-exp.9xg4-3qfm-9w8f",
88
+ "@strapi/generators": "4.11.0-exp.9xg4-3qfm-9w8f",
89
+ "@strapi/logger": "4.11.0-exp.9xg4-3qfm-9w8f",
90
+ "@strapi/permissions": "4.11.0-exp.9xg4-3qfm-9w8f",
91
+ "@strapi/plugin-content-manager": "4.11.0-exp.9xg4-3qfm-9w8f",
92
+ "@strapi/plugin-content-type-builder": "4.11.0-exp.9xg4-3qfm-9w8f",
93
+ "@strapi/plugin-email": "4.11.0-exp.9xg4-3qfm-9w8f",
94
+ "@strapi/plugin-upload": "4.11.0-exp.9xg4-3qfm-9w8f",
95
+ "@strapi/typescript-utils": "4.11.0-exp.9xg4-3qfm-9w8f",
96
+ "@strapi/utils": "4.11.0-exp.9xg4-3qfm-9w8f",
97
97
  "bcryptjs": "2.4.3",
98
98
  "boxen": "5.1.2",
99
99
  "chalk": "4.1.2",
@@ -142,5 +142,5 @@
142
142
  "node": ">=14.19.1 <=18.x.x",
143
143
  "npm": ">=6.0.0"
144
144
  },
145
- "gitHead": "a5fa3bd7e1c4680dd350580620d383612597d25d"
145
+ "gitHead": "47f8bee867909bbf51ab43e55a60ced232816fc7"
146
146
  }