@strapi/strapi 4.11.3 → 4.11.5

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.
@@ -45,6 +45,11 @@ export interface Strapi {
45
45
  */
46
46
  readonly config: any;
47
47
 
48
+ /**
49
+ * Getter for the Strapi admin container
50
+ */
51
+ readonly admin: any;
52
+
48
53
  /**
49
54
  * Getter for the Strapi auth container
50
55
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "4.11.3",
3
+ "version": "4.11.5",
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.3",
85
- "@strapi/data-transfer": "4.11.3",
86
- "@strapi/database": "4.11.3",
87
- "@strapi/generate-new": "4.11.3",
88
- "@strapi/generators": "4.11.3",
89
- "@strapi/logger": "4.11.3",
90
- "@strapi/permissions": "4.11.3",
91
- "@strapi/plugin-content-manager": "4.11.3",
92
- "@strapi/plugin-content-type-builder": "4.11.3",
93
- "@strapi/plugin-email": "4.11.3",
94
- "@strapi/plugin-upload": "4.11.3",
95
- "@strapi/typescript-utils": "4.11.3",
96
- "@strapi/utils": "4.11.3",
84
+ "@strapi/admin": "4.11.5",
85
+ "@strapi/data-transfer": "4.11.5",
86
+ "@strapi/database": "4.11.5",
87
+ "@strapi/generate-new": "4.11.5",
88
+ "@strapi/generators": "4.11.5",
89
+ "@strapi/logger": "4.11.5",
90
+ "@strapi/permissions": "4.11.5",
91
+ "@strapi/plugin-content-manager": "4.11.5",
92
+ "@strapi/plugin-content-type-builder": "4.11.5",
93
+ "@strapi/plugin-email": "4.11.5",
94
+ "@strapi/plugin-upload": "4.11.5",
95
+ "@strapi/typescript-utils": "4.11.5",
96
+ "@strapi/utils": "4.11.5",
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": "aac28413ada24fb8fff55c2908343cc3b8a2a3e0"
145
+ "gitHead": "7bdef3d27843c78666c85f30dc2f1bcf4d6b805e"
146
146
  }