@strapi/data-transfer 4.11.0-beta.1 → 4.11.0-exp.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.
|
@@ -7,6 +7,7 @@ declare const createEntityQuery: (strapi: Strapi.Strapi) => (uid: string) => {
|
|
|
7
7
|
data: U_1[];
|
|
8
8
|
}, U_1 extends object>(params: T_1) => Promise<{
|
|
9
9
|
count: number;
|
|
10
|
+
ids: import("@strapi/database").ID[];
|
|
10
11
|
}>;
|
|
11
12
|
deleteMany: <T_2 extends object>(params?: T_2 | undefined) => Promise<{
|
|
12
13
|
count: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/data-transfer",
|
|
3
|
-
"version": "4.11.0-
|
|
3
|
+
"version": "4.11.0-exp.2",
|
|
4
4
|
"description": "Data transfer capabilities for Strapi",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"./dist"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@strapi/logger": "4.11.0-
|
|
44
|
-
"@strapi/strapi": "4.11.0-
|
|
43
|
+
"@strapi/logger": "4.11.0-exp.2",
|
|
44
|
+
"@strapi/strapi": "4.11.0-exp.2",
|
|
45
45
|
"chalk": "4.1.2",
|
|
46
46
|
"fs-extra": "10.0.0",
|
|
47
47
|
"lodash": "4.17.21",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"knex": "2.4.0",
|
|
68
68
|
"koa": "2.13.4",
|
|
69
69
|
"rimraf": "3.0.2",
|
|
70
|
-
"typescript": "5.
|
|
70
|
+
"typescript": "5.1.3"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=14.19.1 <=18.x.x",
|
|
74
74
|
"npm": ">=6.0.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "d0785a2eb7588c1314108a40fee617bdfd3148e2"
|
|
77
77
|
}
|