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