@kontent-ai/migration-toolkit 3.2.2 → 3.2.3
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/dist/core/models/migration.schema.d.ts +3 -3
- package/dist/metadata.js +1 -1
- package/lib/metadata.ts +1 -1
- package/package.json +13 -13
|
@@ -178,7 +178,7 @@ export declare const MigrationAssetSchema: z.ZodReadonly<z.ZodObject<{
|
|
|
178
178
|
folder: z.ZodOptional<z.ZodReadonly<z.ZodObject<{
|
|
179
179
|
codename: z.ZodReadonly<z.ZodString>;
|
|
180
180
|
}, z.core.$strict>>>;
|
|
181
|
-
binary_data: z.ZodUnion<readonly [z.
|
|
181
|
+
binary_data: z.ZodUnion<readonly [z.ZodInstanceOf<BufferProxy<ArrayBufferLike>>, z.ZodInstanceOf<import("node:buffer").Blob>]>;
|
|
182
182
|
}, z.core.$strict>>;
|
|
183
183
|
export declare const ZipMigrationAssetSchema: z.ZodReadonly<z.ZodObject<{
|
|
184
184
|
codename: z.ZodString;
|
|
@@ -214,7 +214,7 @@ export declare const MigrationAssetsSchema: z.ZodReadonly<z.ZodArray<z.ZodReadon
|
|
|
214
214
|
folder: z.ZodOptional<z.ZodReadonly<z.ZodObject<{
|
|
215
215
|
codename: z.ZodReadonly<z.ZodString>;
|
|
216
216
|
}, z.core.$strict>>>;
|
|
217
|
-
binary_data: z.ZodUnion<readonly [z.
|
|
217
|
+
binary_data: z.ZodUnion<readonly [z.ZodInstanceOf<BufferProxy<ArrayBufferLike>>, z.ZodInstanceOf<import("node:buffer").Blob>]>;
|
|
218
218
|
}, z.core.$strict>>>>;
|
|
219
219
|
export declare const ZipMigrationAssetsSchema: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
220
220
|
codename: z.ZodString;
|
|
@@ -311,7 +311,7 @@ export declare const MigrationDataSchema: z.ZodReadonly<z.ZodObject<{
|
|
|
311
311
|
folder: z.ZodOptional<z.ZodReadonly<z.ZodObject<{
|
|
312
312
|
codename: z.ZodReadonly<z.ZodString>;
|
|
313
313
|
}, z.core.$strict>>>;
|
|
314
|
-
binary_data: z.ZodUnion<readonly [z.
|
|
314
|
+
binary_data: z.ZodUnion<readonly [z.ZodInstanceOf<BufferProxy<ArrayBufferLike>>, z.ZodInstanceOf<import("node:buffer").Blob>]>;
|
|
315
315
|
}, z.core.$strict>>>>;
|
|
316
316
|
}, z.core.$strict>>;
|
|
317
317
|
export {};
|
package/dist/metadata.js
CHANGED
package/lib/metadata.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kontent-ai/migration-toolkit",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "This program can be used to import content related data into Kontent.ai from various sources. The included functionality enables the content & asset export/import from Kontent.ai environments.",
|
|
5
5
|
"preferGlobal": true,
|
|
6
6
|
"private": false,
|
|
@@ -50,38 +50,38 @@
|
|
|
50
50
|
],
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@kontent-ai/management-sdk": "8.5.
|
|
53
|
+
"@kontent-ai/management-sdk": "8.5.6",
|
|
54
54
|
"browser-or-node": "3.0.0",
|
|
55
55
|
"buffer": "6.0.3",
|
|
56
56
|
"bytes": "3.1.2",
|
|
57
|
-
"chalk": "
|
|
57
|
+
"chalk": "6.0.0",
|
|
58
58
|
"deep-equal": "2.2.3",
|
|
59
59
|
"dotenv": "17.4.2",
|
|
60
|
-
"jszip": "3.10.
|
|
60
|
+
"jszip": "3.10.2",
|
|
61
61
|
"mime": "4.1.0",
|
|
62
62
|
"ora": "9.4.1",
|
|
63
|
-
"p-limit": "7.3.
|
|
63
|
+
"p-limit": "7.3.3",
|
|
64
64
|
"prompts": "2.4.2",
|
|
65
65
|
"ts-pattern": "5.9.0",
|
|
66
|
-
"yargs": "18.
|
|
67
|
-
"zod": "4.
|
|
66
|
+
"yargs": "18.2.0",
|
|
67
|
+
"zod": "4.6.5"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@kontent-ai/data-ops": "2.8.0",
|
|
71
71
|
"@kontent-ai/biome-config": "0.7.3",
|
|
72
72
|
"@kontent-ai/eslint-config": "2.4.1",
|
|
73
|
-
"@biomejs/biome": "2.5.
|
|
73
|
+
"@biomejs/biome": "2.5.14",
|
|
74
74
|
"@eslint/js": "10.0.1",
|
|
75
75
|
"@types/browser-or-node": "1.3.2",
|
|
76
|
-
"@types/bytes": "3.1.
|
|
76
|
+
"@types/bytes": "3.1.6",
|
|
77
77
|
"@types/deep-equal": "1.0.4",
|
|
78
|
-
"@types/node": "26.
|
|
78
|
+
"@types/node": "26.6.2",
|
|
79
79
|
"@types/prompts": "2.4.9",
|
|
80
80
|
"@types/yargs": "17.0.35",
|
|
81
|
-
"eslint": "10.
|
|
81
|
+
"eslint": "10.11.0",
|
|
82
82
|
"tslib": "2.8.1",
|
|
83
|
-
"tsx": "4.
|
|
83
|
+
"tsx": "4.23.15",
|
|
84
84
|
"typescript": "6.0.3",
|
|
85
|
-
"vitest": "
|
|
85
|
+
"vitest": "5.0.1"
|
|
86
86
|
}
|
|
87
87
|
}
|