@tap-payments/os-micro-frontend-shared 0.1.334 → 0.1.336-test.1
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/build/components/AnimatedSpinnerIcon/style.d.ts +0 -1
- package/build/components/Chip/style.d.ts +0 -1
- package/build/components/CountBadge/style.d.ts +0 -1
- package/build/components/Dialog/style.d.ts +0 -1
- package/build/components/FlippingCard/style.d.ts +0 -1
- package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
- package/build/components/JSONViewer/style.d.ts +0 -1
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -1
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -1
- package/build/components/SearchButton/styles.d.ts +0 -1
- package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
- package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/EntityCell/constants.js +3 -3
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/IndividualsCell/constants.js +3 -3
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/style.d.ts +0 -1
- package/build/components/TableReports/components/DownloadButton/style.d.ts +0 -1
- package/build/components/TableReports/style.d.ts +0 -1
- package/build/components/VirtualTables/components/style.d.ts +0 -1
- package/build/constants/reports.js +3 -1
- package/build/utils/segment.d.ts +13 -20
- package/build/utils/segment.js +13 -17
- package/package.json +3 -3
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
import { GetSourceAnimationFunction } from './type';
|
|
4
3
|
export declare const ChipStyled: import("@emotion/styled").StyledComponent<import("react").RefAttributes<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
5
4
|
variant?: import("./type").ChipVariant | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
import { TableMode } from '../../../../types/index.js';
|
|
4
3
|
export declare const ActionCellContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
5
4
|
tableMode?: TableMode | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledAppsCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const AppsStatusContainer: import("@emotion/styled").StyledComponent<{
|
|
5
4
|
hidden?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const AuthIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
3
|
export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
|
|
5
4
|
hidden?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { darkBlueVerifyIcon, grayVerifyIcon, greenVerifyIcon } from '../../../../constants/index.js';
|
|
2
2
|
export const verificationIcon = {
|
|
3
3
|
incomplete: grayVerifyIcon,
|
|
4
|
-
complete:
|
|
5
|
-
reviewed:
|
|
4
|
+
complete: darkBlueVerifyIcon,
|
|
5
|
+
reviewed: darkBlueVerifyIcon,
|
|
6
6
|
verified: greenVerifyIcon,
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { darkBlueVerifyIcon, grayVerifyIcon, greenVerifyIcon } from '../../../../constants/index.js';
|
|
2
2
|
export const verificationIcons = {
|
|
3
3
|
incomplete: grayVerifyIcon,
|
|
4
|
-
complete:
|
|
5
|
-
reviewed:
|
|
4
|
+
complete: darkBlueVerifyIcon,
|
|
5
|
+
reviewed: darkBlueVerifyIcon,
|
|
6
6
|
verified: greenVerifyIcon,
|
|
7
7
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledDownloadFileImageWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
4
3
|
isTextShown?: boolean | undefined;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const SalesChannelsContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
5
4
|
hidden?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const GeographyBox: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
4
3
|
variant?: "Global" | "Regional" | "Local" | undefined;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -7,13 +7,15 @@ export const filtersTypeMap = {
|
|
|
7
7
|
[APP_CODES.acceptance.services.chargeback.code]: ['CHARGEBACKS'],
|
|
8
8
|
[APP_CODES.acceptance.services.destinations.code]: ['DESTINATIONS'],
|
|
9
9
|
[APP_CODES.acceptance.code]: ['CHARGE', 'AUTHORIZE', 'REFUND', 'CHARGEBACKS', 'DESTINATIONS'],
|
|
10
|
-
[APP_CODES.payouts.code]: ['PAYOUT'],
|
|
10
|
+
[APP_CODES.payouts.code]: ['PAYOUT', 'RETAILER_PAYOUT', 'MERCHANT_PAYOUT'],
|
|
11
11
|
[APP_CODES.wallet.code]: ['STATEMENT', 'STATEMENT_SUMMARY'],
|
|
12
12
|
[APP_CODES.billing.code]: ['INVOICE'],
|
|
13
13
|
[APP_CODES.payouts.services.payouts.code]: ['PAYOUT'],
|
|
14
14
|
[APP_CODES.wallet.services.merchants.functions.statement.code]: ['STATEMENT'],
|
|
15
15
|
[APP_CODES.wallet.services.merchants.functions.summary.code]: ['STATEMENT_SUMMARY'],
|
|
16
16
|
[APP_CODES.billing.services.invoices.code]: ['INVOICE'],
|
|
17
|
+
[APP_CODES.payouts.services.merchantPayout.code]: ['MERCHANT_PAYOUT'],
|
|
18
|
+
[APP_CODES.payouts.services.retailerPayout.code]: ['RETAILER_PAYOUT'],
|
|
17
19
|
};
|
|
18
20
|
export const REPORTS_APPS = [
|
|
19
21
|
{
|
package/build/utils/segment.d.ts
CHANGED
|
@@ -1,66 +1,59 @@
|
|
|
1
1
|
import { Segment, SegmentData } from '../types/index.js';
|
|
2
2
|
export declare const getSegmentData: (segments: Segment[], activeSegmentId: string, activeSegments: Segment[]) => SegmentData;
|
|
3
|
-
export declare const getBusinessSegmentConfig: (merchantsIds
|
|
3
|
+
export declare const getBusinessSegmentConfig: ({ merchantsIds, options }: {
|
|
4
|
+
merchantsIds: string[];
|
|
5
|
+
options?: Record<string, unknown> | undefined;
|
|
6
|
+
}) => {
|
|
4
7
|
business?: undefined;
|
|
5
8
|
} | {
|
|
6
9
|
business: {
|
|
7
10
|
merchant: string[];
|
|
8
11
|
};
|
|
9
12
|
};
|
|
10
|
-
export declare const getNonBusinessSegmentConfig: ({ segmentCode, segmentId, segmentTypeCode, }: {
|
|
13
|
+
export declare const getNonBusinessSegmentConfig: ({ segmentCode, segmentId, segmentTypeCode, merchantsIds, options, }: {
|
|
11
14
|
segmentCode: string;
|
|
12
15
|
segmentTypeCode: string;
|
|
13
16
|
segmentId: string;
|
|
17
|
+
merchantsIds?: string[] | undefined;
|
|
18
|
+
options?: Record<string, unknown> | undefined;
|
|
14
19
|
}) => {
|
|
20
|
+
business?: undefined;
|
|
21
|
+
} | {
|
|
22
|
+
business: {
|
|
23
|
+
merchant: string[];
|
|
24
|
+
};
|
|
25
|
+
} | {
|
|
15
26
|
payment_provider: {
|
|
16
27
|
technology: {
|
|
17
28
|
orchestrator: string[];
|
|
18
|
-
gateway?: undefined;
|
|
19
29
|
};
|
|
20
30
|
institution?: undefined;
|
|
21
31
|
};
|
|
22
|
-
platform?: undefined;
|
|
23
|
-
development_agency?: undefined;
|
|
24
32
|
} | {
|
|
25
33
|
payment_provider: {
|
|
26
34
|
technology: {
|
|
27
35
|
gateway: string[];
|
|
28
|
-
orchestrator?: undefined;
|
|
29
36
|
};
|
|
30
37
|
institution?: undefined;
|
|
31
38
|
};
|
|
32
|
-
platform?: undefined;
|
|
33
|
-
development_agency?: undefined;
|
|
34
39
|
} | {
|
|
35
40
|
payment_provider: {
|
|
36
41
|
institution: {
|
|
37
42
|
facilitator: string[];
|
|
38
|
-
acquirer?: undefined;
|
|
39
43
|
};
|
|
40
44
|
technology?: undefined;
|
|
41
45
|
};
|
|
42
|
-
platform?: undefined;
|
|
43
|
-
development_agency?: undefined;
|
|
44
46
|
} | {
|
|
45
47
|
payment_provider: {
|
|
46
48
|
institution: {
|
|
47
49
|
acquirer: string[];
|
|
48
|
-
facilitator?: undefined;
|
|
49
50
|
};
|
|
50
51
|
technology?: undefined;
|
|
51
52
|
};
|
|
52
|
-
platform?: undefined;
|
|
53
|
-
development_agency?: undefined;
|
|
54
53
|
} | {
|
|
55
54
|
platform: string[];
|
|
56
55
|
payment_provider?: undefined;
|
|
57
|
-
development_agency?: undefined;
|
|
58
56
|
} | {
|
|
59
57
|
development_agency: string[];
|
|
60
58
|
payment_provider?: undefined;
|
|
61
|
-
platform?: undefined;
|
|
62
|
-
} | {
|
|
63
|
-
payment_provider?: undefined;
|
|
64
|
-
platform?: undefined;
|
|
65
|
-
development_agency?: undefined;
|
|
66
59
|
};
|
package/build/utils/segment.js
CHANGED
|
@@ -11,54 +11,50 @@ export const getSegmentData = (segments, activeSegmentId, activeSegments) => {
|
|
|
11
11
|
return Object.assign(Object.assign({}, newSegment), { defaultCountry,
|
|
12
12
|
defaultEntity });
|
|
13
13
|
};
|
|
14
|
-
export const getBusinessSegmentConfig = (merchantsIds) => {
|
|
14
|
+
export const getBusinessSegmentConfig = ({ merchantsIds, options }) => {
|
|
15
15
|
if (!merchantsIds || !(merchantsIds === null || merchantsIds === void 0 ? void 0 : merchantsIds.length))
|
|
16
16
|
return {};
|
|
17
|
-
return { business: { merchant: merchantsIds } };
|
|
17
|
+
return { business: Object.assign({ merchant: merchantsIds }, options) };
|
|
18
18
|
};
|
|
19
|
-
export const getNonBusinessSegmentConfig = ({ segmentCode, segmentId, segmentTypeCode, }) => {
|
|
19
|
+
export const getNonBusinessSegmentConfig = ({ segmentCode, segmentId, segmentTypeCode, merchantsIds = [], options = {}, }) => {
|
|
20
20
|
const code = SEGMENT_CODE.PSP === segmentTypeCode ? segmentCode : segmentTypeCode;
|
|
21
|
+
const specialBusinessSegmentsIDs = ['payment_facilitator_14po8231419aIsi1fN7F385'];
|
|
22
|
+
if (specialBusinessSegmentsIDs.includes(segmentId)) {
|
|
23
|
+
return getBusinessSegmentConfig({ merchantsIds, options });
|
|
24
|
+
}
|
|
21
25
|
if (code === SEGMENT_CODE.PAYMENT_TECHNOLOGY) {
|
|
22
26
|
return {
|
|
23
27
|
payment_provider: {
|
|
24
|
-
technology: {
|
|
25
|
-
orchestrator: [segmentId],
|
|
26
|
-
},
|
|
28
|
+
technology: Object.assign({ orchestrator: [segmentId] }, options),
|
|
27
29
|
},
|
|
28
30
|
};
|
|
29
31
|
}
|
|
30
32
|
if (code === SEGMENT_CODE.PAYMENT_GATEWAY || code === SEGMENT_CODE.PAYMENT_GATEWAY_PROVIDER) {
|
|
31
33
|
return {
|
|
32
34
|
payment_provider: {
|
|
33
|
-
technology: {
|
|
34
|
-
gateway: [segmentId],
|
|
35
|
-
},
|
|
35
|
+
technology: Object.assign({ gateway: [segmentId] }, options),
|
|
36
36
|
},
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
if (code === SEGMENT_CODE.PAYMENT_FACILITATOR) {
|
|
40
40
|
return {
|
|
41
41
|
payment_provider: {
|
|
42
|
-
institution: {
|
|
43
|
-
facilitator: [segmentId],
|
|
44
|
-
},
|
|
42
|
+
institution: Object.assign({ facilitator: [segmentId] }, options),
|
|
45
43
|
},
|
|
46
44
|
};
|
|
47
45
|
}
|
|
48
46
|
if (code === SEGMENT_CODE.PAYMENT_ACQUIRER) {
|
|
49
47
|
return {
|
|
50
48
|
payment_provider: {
|
|
51
|
-
institution: {
|
|
52
|
-
acquirer: [segmentId],
|
|
53
|
-
},
|
|
49
|
+
institution: Object.assign({ acquirer: [segmentId] }, options),
|
|
54
50
|
},
|
|
55
51
|
};
|
|
56
52
|
}
|
|
57
53
|
if (code === SEGMENT_CODE.PLATFORM) {
|
|
58
|
-
return { platform: [segmentId] };
|
|
54
|
+
return Object.assign({ platform: [segmentId] }, options);
|
|
59
55
|
}
|
|
60
56
|
if (code === SEGMENT_CODE.DEVELOPMENT) {
|
|
61
|
-
return { development_agency: [segmentId] };
|
|
57
|
+
return Object.assign({ development_agency: [segmentId] }, options);
|
|
62
58
|
}
|
|
63
59
|
return {};
|
|
64
60
|
};
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
3
|
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.336-test.1",
|
|
5
|
+
"testVersion": 1,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|
|
@@ -164,4 +164,4 @@
|
|
|
164
164
|
"publishConfig": {
|
|
165
165
|
"registry": "https://registry.npmjs.org/"
|
|
166
166
|
}
|
|
167
|
-
}
|
|
167
|
+
}
|