@strapi/strapi 4.13.6 → 4.14.0-beta.0
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.
|
@@ -8,7 +8,7 @@ export type Timestamp = Attribute.OfType<'timestamp'> &
|
|
|
8
8
|
Attribute.RequiredOption &
|
|
9
9
|
Attribute.UniqueOption;
|
|
10
10
|
|
|
11
|
-
export type TimestampValue = globalThis.Date |
|
|
11
|
+
export type TimestampValue = globalThis.Date | number | string;
|
|
12
12
|
|
|
13
13
|
export type GetTimestampValue<T extends Attribute.Attribute> = T extends Timestamp
|
|
14
14
|
? TimestampValue
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/strapi",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.0-beta.0",
|
|
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.
|
|
85
|
-
"@strapi/data-transfer": "4.
|
|
86
|
-
"@strapi/database": "4.
|
|
87
|
-
"@strapi/generate-new": "4.
|
|
88
|
-
"@strapi/generators": "4.
|
|
89
|
-
"@strapi/logger": "4.
|
|
90
|
-
"@strapi/permissions": "4.
|
|
91
|
-
"@strapi/plugin-content-manager": "4.
|
|
92
|
-
"@strapi/plugin-content-type-builder": "4.
|
|
93
|
-
"@strapi/plugin-email": "4.
|
|
94
|
-
"@strapi/plugin-upload": "4.
|
|
95
|
-
"@strapi/typescript-utils": "4.
|
|
96
|
-
"@strapi/utils": "4.
|
|
84
|
+
"@strapi/admin": "4.14.0-beta.0",
|
|
85
|
+
"@strapi/data-transfer": "4.14.0-beta.0",
|
|
86
|
+
"@strapi/database": "4.14.0-beta.0",
|
|
87
|
+
"@strapi/generate-new": "4.14.0-beta.0",
|
|
88
|
+
"@strapi/generators": "4.14.0-beta.0",
|
|
89
|
+
"@strapi/logger": "4.14.0-beta.0",
|
|
90
|
+
"@strapi/permissions": "4.14.0-beta.0",
|
|
91
|
+
"@strapi/plugin-content-manager": "4.14.0-beta.0",
|
|
92
|
+
"@strapi/plugin-content-type-builder": "4.14.0-beta.0",
|
|
93
|
+
"@strapi/plugin-email": "4.14.0-beta.0",
|
|
94
|
+
"@strapi/plugin-upload": "4.14.0-beta.0",
|
|
95
|
+
"@strapi/typescript-utils": "4.14.0-beta.0",
|
|
96
|
+
"@strapi/utils": "4.14.0-beta.0",
|
|
97
97
|
"@vitejs/plugin-react": "4.0.4",
|
|
98
98
|
"bcryptjs": "2.4.3",
|
|
99
99
|
"boxen": "5.1.2",
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"node": ">=16.0.0 <=20.x.x",
|
|
149
149
|
"npm": ">=6.0.0"
|
|
150
150
|
},
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "8145855e7ada0bf94ce1a2f4d1c34fe647e1af53"
|
|
152
152
|
}
|