@strapi/strapi 4.12.5 → 4.12.7
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/strapi",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.7",
|
|
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.12.
|
|
85
|
-
"@strapi/data-transfer": "4.12.
|
|
86
|
-
"@strapi/database": "4.12.
|
|
87
|
-
"@strapi/generate-new": "4.12.
|
|
88
|
-
"@strapi/generators": "4.12.
|
|
89
|
-
"@strapi/logger": "4.12.
|
|
90
|
-
"@strapi/permissions": "4.12.
|
|
91
|
-
"@strapi/plugin-content-manager": "4.12.
|
|
92
|
-
"@strapi/plugin-content-type-builder": "4.12.
|
|
93
|
-
"@strapi/plugin-email": "4.12.
|
|
94
|
-
"@strapi/plugin-upload": "4.12.
|
|
95
|
-
"@strapi/typescript-utils": "4.12.
|
|
96
|
-
"@strapi/utils": "4.12.
|
|
84
|
+
"@strapi/admin": "4.12.7",
|
|
85
|
+
"@strapi/data-transfer": "4.12.7",
|
|
86
|
+
"@strapi/database": "4.12.7",
|
|
87
|
+
"@strapi/generate-new": "4.12.7",
|
|
88
|
+
"@strapi/generators": "4.12.7",
|
|
89
|
+
"@strapi/logger": "4.12.7",
|
|
90
|
+
"@strapi/permissions": "4.12.7",
|
|
91
|
+
"@strapi/plugin-content-manager": "4.12.7",
|
|
92
|
+
"@strapi/plugin-content-type-builder": "4.12.7",
|
|
93
|
+
"@strapi/plugin-email": "4.12.7",
|
|
94
|
+
"@strapi/plugin-upload": "4.12.7",
|
|
95
|
+
"@strapi/typescript-utils": "4.12.7",
|
|
96
|
+
"@strapi/utils": "4.12.7",
|
|
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": ">=16.0.0 <=20.x.x",
|
|
143
143
|
"npm": ">=6.0.0"
|
|
144
144
|
},
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "fefc4a24acc60a59c00049e67a99ec1069be2add"
|
|
146
146
|
}
|