@strapi/strapi 4.18.1-experimental.0 → 4.19.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.
|
|
3
|
+
"version": "4.19.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.
|
|
117
|
-
"@strapi/content-releases": "4.
|
|
118
|
-
"@strapi/data-transfer": "4.
|
|
119
|
-
"@strapi/database": "4.
|
|
120
|
-
"@strapi/generate-new": "4.
|
|
121
|
-
"@strapi/generators": "4.
|
|
122
|
-
"@strapi/logger": "4.
|
|
123
|
-
"@strapi/pack-up": "4.
|
|
124
|
-
"@strapi/permissions": "4.
|
|
125
|
-
"@strapi/plugin-content-manager": "4.
|
|
126
|
-
"@strapi/plugin-content-type-builder": "4.
|
|
127
|
-
"@strapi/plugin-email": "4.
|
|
128
|
-
"@strapi/plugin-upload": "4.
|
|
129
|
-
"@strapi/types": "4.
|
|
130
|
-
"@strapi/typescript-utils": "4.
|
|
131
|
-
"@strapi/utils": "4.
|
|
116
|
+
"@strapi/admin": "4.19.1",
|
|
117
|
+
"@strapi/content-releases": "4.19.1",
|
|
118
|
+
"@strapi/data-transfer": "4.19.1",
|
|
119
|
+
"@strapi/database": "4.19.1",
|
|
120
|
+
"@strapi/generate-new": "4.19.1",
|
|
121
|
+
"@strapi/generators": "4.19.1",
|
|
122
|
+
"@strapi/logger": "4.19.1",
|
|
123
|
+
"@strapi/pack-up": "4.19.1",
|
|
124
|
+
"@strapi/permissions": "4.19.1",
|
|
125
|
+
"@strapi/plugin-content-manager": "4.19.1",
|
|
126
|
+
"@strapi/plugin-content-type-builder": "4.19.1",
|
|
127
|
+
"@strapi/plugin-email": "4.19.1",
|
|
128
|
+
"@strapi/plugin-upload": "4.19.1",
|
|
129
|
+
"@strapi/types": "4.19.1",
|
|
130
|
+
"@strapi/typescript-utils": "4.19.1",
|
|
131
|
+
"@strapi/utils": "4.19.1",
|
|
132
132
|
"bcryptjs": "2.4.3",
|
|
133
133
|
"boxen": "5.1.2",
|
|
134
134
|
"chalk": "4.1.2",
|
|
@@ -195,13 +195,13 @@
|
|
|
195
195
|
"@types/node-schedule": "2.1.0",
|
|
196
196
|
"@types/nodemon": "1.19.6",
|
|
197
197
|
"@types/statuses": "2.0.1",
|
|
198
|
-
"eslint-config-custom": "4.
|
|
198
|
+
"eslint-config-custom": "4.19.1",
|
|
199
199
|
"supertest": "6.3.3",
|
|
200
|
-
"tsconfig": "4.
|
|
200
|
+
"tsconfig": "4.19.1"
|
|
201
201
|
},
|
|
202
202
|
"engines": {
|
|
203
203
|
"node": ">=18.0.0 <=20.x.x",
|
|
204
204
|
"npm": ">=6.0.0"
|
|
205
205
|
},
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "34f7e875cdbeee1f75a46ab733b7943eb518f47e"
|
|
207
207
|
}
|