@commercetools-frontend-extensions/operations 3.2.1 → 3.3.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/operations
|
|
2
2
|
|
|
3
|
+
## 3.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1699](https://github.com/commercetools/merchant-center-operations/pull/1699) [`d93cfd9`](https://github.com/commercetools/merchant-center-operations/commit/d93cfd9c2aa82779ec4c1eafeccde4ca930c143a) Thanks [@Sarah4VT](https://github.com/Sarah4VT)! - Update Jest to v30
|
|
8
|
+
|
|
3
9
|
## 3.2.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -4,12 +4,12 @@ export declare const fetchUsingXhr: ({ url, payload, config, onProgress, onSucce
|
|
|
4
4
|
url: string;
|
|
5
5
|
payload: FormData;
|
|
6
6
|
config: {
|
|
7
|
-
abortSignal?: AbortSignal
|
|
8
|
-
proxy?: string
|
|
7
|
+
abortSignal?: AbortSignal;
|
|
8
|
+
proxy?: string;
|
|
9
9
|
method: string;
|
|
10
10
|
headers?: {
|
|
11
11
|
[key: string]: string | null;
|
|
12
|
-
}
|
|
12
|
+
};
|
|
13
13
|
};
|
|
14
14
|
onProgress: (progress: number) => void;
|
|
15
15
|
onSuccess: (data: any) => void;
|
|
@@ -41,6 +41,6 @@ export declare const countJsonFileItems: (file: File) => Promise<{
|
|
|
41
41
|
* @param uploadFileErrors Array of file upload errors
|
|
42
42
|
* @returns Array of upload file errors with unique id field
|
|
43
43
|
*/
|
|
44
|
-
export declare const mapFileUploadErrorsToUploadFileErrorRows: <T extends Record<string, unknown>>(uploadFileErrors: T[]) =>
|
|
44
|
+
export declare const mapFileUploadErrorsToUploadFileErrorRows: <T extends Record<string, unknown>>(uploadFileErrors: T[]) => Array<T & {
|
|
45
45
|
id: string;
|
|
46
|
-
}
|
|
46
|
+
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/operations",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"license": "Proprietary",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"react-dropzone": "14.3.8"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@commercetools-frontend/actions-global": "
|
|
22
|
-
"@commercetools-frontend/application-components": "
|
|
23
|
-
"@commercetools-frontend/application-shell": "
|
|
24
|
-
"@commercetools-frontend/application-shell-connectors": "
|
|
25
|
-
"@commercetools-frontend/constants": "
|
|
26
|
-
"@commercetools-frontend/jest-preset-mc-app": "
|
|
27
|
-
"@commercetools-frontend/permissions": "
|
|
28
|
-
"@commercetools-frontend/sentry": "
|
|
21
|
+
"@commercetools-frontend/actions-global": "25.1.0",
|
|
22
|
+
"@commercetools-frontend/application-components": "25.1.0",
|
|
23
|
+
"@commercetools-frontend/application-shell": "25.1.0",
|
|
24
|
+
"@commercetools-frontend/application-shell-connectors": "25.1.0",
|
|
25
|
+
"@commercetools-frontend/constants": "25.1.0",
|
|
26
|
+
"@commercetools-frontend/jest-preset-mc-app": "25.1.0",
|
|
27
|
+
"@commercetools-frontend/permissions": "25.1.0",
|
|
28
|
+
"@commercetools-frontend/sentry": "25.1.0",
|
|
29
29
|
"@commercetools-frontend/ui-kit": "20.3.0",
|
|
30
30
|
"@emotion/react": "11.14.0",
|
|
31
31
|
"@emotion/styled": "11.14.1",
|
|
32
32
|
"@testing-library/react": "16.1.0",
|
|
33
|
-
"@types/jest": "
|
|
33
|
+
"@types/jest": "30.0.0",
|
|
34
34
|
"@types/papaparse": "5.5.2",
|
|
35
35
|
"@types/pluralize": "0.0.33",
|
|
36
36
|
"@types/react": "19.2.0",
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
"react": "19.2.0",
|
|
39
39
|
"react-intl": "7.1.4",
|
|
40
40
|
"rimraf": "6.1.2",
|
|
41
|
-
"typescript": "5.
|
|
41
|
+
"typescript": "5.4.5"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@commercetools-frontend/actions-global": "
|
|
45
|
-
"@commercetools-frontend/application-components": "
|
|
46
|
-
"@commercetools-frontend/application-shell": "
|
|
47
|
-
"@commercetools-frontend/application-shell-connectors": "
|
|
48
|
-
"@commercetools-frontend/constants": "
|
|
49
|
-
"@commercetools-frontend/permissions": "
|
|
50
|
-
"@commercetools-frontend/sentry": "
|
|
44
|
+
"@commercetools-frontend/actions-global": "24.x || 25.x",
|
|
45
|
+
"@commercetools-frontend/application-components": "24.x || 25.x",
|
|
46
|
+
"@commercetools-frontend/application-shell": "24.x || 25.x",
|
|
47
|
+
"@commercetools-frontend/application-shell-connectors": "24.x || 25.x",
|
|
48
|
+
"@commercetools-frontend/constants": "24.x || 25.x",
|
|
49
|
+
"@commercetools-frontend/permissions": "24.x || 25.x",
|
|
50
|
+
"@commercetools-frontend/sentry": "24.x || 25.x",
|
|
51
51
|
"@commercetools-frontend/ui-kit": "19.x || 20.x",
|
|
52
52
|
"@emotion/react": "11.x",
|
|
53
53
|
"@emotion/styled": "11.x",
|