@strapi/strapi 4.0.0-beta.20 → 4.0.0-beta.21
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/lib/commands/develop.js +2 -2
- package/package.json +12 -12
package/lib/commands/develop.js
CHANGED
|
@@ -121,8 +121,8 @@ function watchFileChanges({ dir, strapiInstance, watchIgnoreFiles, polling }) {
|
|
|
121
121
|
ignored: [
|
|
122
122
|
/(^|[/\\])\../, // dot files
|
|
123
123
|
/tmp/,
|
|
124
|
-
'
|
|
125
|
-
'
|
|
124
|
+
'admin',
|
|
125
|
+
'admin/**',
|
|
126
126
|
'src/extensions/**/admin',
|
|
127
127
|
'src/extensions/**/admin/**',
|
|
128
128
|
'**/documentation',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/strapi",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.21",
|
|
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",
|
|
@@ -79,16 +79,16 @@
|
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@koa/cors": "3.1.0",
|
|
81
81
|
"@koa/router": "10.1.1",
|
|
82
|
-
"@strapi/admin": "4.0.0-beta.
|
|
83
|
-
"@strapi/database": "4.0.0-beta.
|
|
84
|
-
"@strapi/generate-new": "4.0.0-beta.
|
|
85
|
-
"@strapi/generators": "4.0.0-beta.
|
|
86
|
-
"@strapi/logger": "4.0.0-beta.
|
|
87
|
-
"@strapi/plugin-content-manager": "4.0.0-beta.
|
|
88
|
-
"@strapi/plugin-content-type-builder": "4.0.0-beta.
|
|
89
|
-
"@strapi/plugin-email": "4.0.0-beta.
|
|
90
|
-
"@strapi/plugin-upload": "4.0.0-beta.
|
|
91
|
-
"@strapi/utils": "4.0.0-beta.
|
|
82
|
+
"@strapi/admin": "4.0.0-beta.21",
|
|
83
|
+
"@strapi/database": "4.0.0-beta.21",
|
|
84
|
+
"@strapi/generate-new": "4.0.0-beta.21",
|
|
85
|
+
"@strapi/generators": "4.0.0-beta.21",
|
|
86
|
+
"@strapi/logger": "4.0.0-beta.21",
|
|
87
|
+
"@strapi/plugin-content-manager": "4.0.0-beta.21",
|
|
88
|
+
"@strapi/plugin-content-type-builder": "4.0.0-beta.21",
|
|
89
|
+
"@strapi/plugin-email": "4.0.0-beta.21",
|
|
90
|
+
"@strapi/plugin-upload": "4.0.0-beta.21",
|
|
91
|
+
"@strapi/utils": "4.0.0-beta.21",
|
|
92
92
|
"bcryptjs": "2.4.3",
|
|
93
93
|
"boxen": "5.1.2",
|
|
94
94
|
"chalk": "4.1.2",
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"node": ">=12.x.x <=16.x.x",
|
|
135
135
|
"npm": ">=6.0.0"
|
|
136
136
|
},
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "dd25a85f8ea5d7b2445e0ba8fe4448087be20839"
|
|
138
138
|
}
|