@strapi/strapi 4.17.0 → 4.17.1
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 +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/strapi",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.1",
|
|
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",
|
|
@@ -113,22 +113,22 @@
|
|
|
113
113
|
"dependencies": {
|
|
114
114
|
"@koa/cors": "3.4.3",
|
|
115
115
|
"@koa/router": "10.1.1",
|
|
116
|
-
"@strapi/admin": "4.17.
|
|
117
|
-
"@strapi/content-releases": "4.17.
|
|
118
|
-
"@strapi/data-transfer": "4.17.
|
|
119
|
-
"@strapi/database": "4.17.
|
|
120
|
-
"@strapi/generate-new": "4.17.
|
|
121
|
-
"@strapi/generators": "4.17.
|
|
122
|
-
"@strapi/logger": "4.17.
|
|
123
|
-
"@strapi/pack-up": "4.17.
|
|
124
|
-
"@strapi/permissions": "4.17.
|
|
125
|
-
"@strapi/plugin-content-manager": "4.17.
|
|
126
|
-
"@strapi/plugin-content-type-builder": "4.17.
|
|
127
|
-
"@strapi/plugin-email": "4.17.
|
|
128
|
-
"@strapi/plugin-upload": "4.17.
|
|
129
|
-
"@strapi/types": "4.17.
|
|
130
|
-
"@strapi/typescript-utils": "4.17.
|
|
131
|
-
"@strapi/utils": "4.17.
|
|
116
|
+
"@strapi/admin": "4.17.1",
|
|
117
|
+
"@strapi/content-releases": "4.17.1",
|
|
118
|
+
"@strapi/data-transfer": "4.17.1",
|
|
119
|
+
"@strapi/database": "4.17.1",
|
|
120
|
+
"@strapi/generate-new": "4.17.1",
|
|
121
|
+
"@strapi/generators": "4.17.1",
|
|
122
|
+
"@strapi/logger": "4.17.1",
|
|
123
|
+
"@strapi/pack-up": "4.17.1",
|
|
124
|
+
"@strapi/permissions": "4.17.1",
|
|
125
|
+
"@strapi/plugin-content-manager": "4.17.1",
|
|
126
|
+
"@strapi/plugin-content-type-builder": "4.17.1",
|
|
127
|
+
"@strapi/plugin-email": "4.17.1",
|
|
128
|
+
"@strapi/plugin-upload": "4.17.1",
|
|
129
|
+
"@strapi/types": "4.17.1",
|
|
130
|
+
"@strapi/typescript-utils": "4.17.1",
|
|
131
|
+
"@strapi/utils": "4.17.1",
|
|
132
132
|
"bcryptjs": "2.4.3",
|
|
133
133
|
"boxen": "5.1.2",
|
|
134
134
|
"chalk": "4.1.2",
|
|
@@ -191,13 +191,13 @@
|
|
|
191
191
|
"@types/node": "18.18.4",
|
|
192
192
|
"@types/node-schedule": "2.1.0",
|
|
193
193
|
"@types/statuses": "2.0.1",
|
|
194
|
-
"eslint-config-custom": "4.17.
|
|
194
|
+
"eslint-config-custom": "4.17.1",
|
|
195
195
|
"supertest": "6.3.3",
|
|
196
|
-
"tsconfig": "4.17.
|
|
196
|
+
"tsconfig": "4.17.1"
|
|
197
197
|
},
|
|
198
198
|
"engines": {
|
|
199
199
|
"node": ">=18.0.0 <=20.x.x",
|
|
200
200
|
"npm": ">=6.0.0"
|
|
201
201
|
},
|
|
202
|
-
"gitHead": "
|
|
202
|
+
"gitHead": "8f2c1c1fef98ce4b83240d60b1a96e3a41926a78"
|
|
203
203
|
}
|