ravcredit-api-dtos 0.0.3 → 0.0.4
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/index.d.ts +70 -70
- package/dist/index.js +70 -70
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
export * from './lib/v1/DTO/AddressDto';
|
|
2
|
-
export * from './lib/v1/DTO/AssetDto';
|
|
3
|
-
export * from './lib/v1/DTO/AuthAdminDto';
|
|
4
|
-
export * from './lib/v1/DTO/AuthClientDto';
|
|
5
|
-
export * from './lib/v1/DTO/BusinessConfigDto';
|
|
6
|
-
export * from './lib/v1/DTO/BusinessDeadlineDto';
|
|
7
|
-
export * from './lib/v1/DTO/BusinessInfoDto';
|
|
8
|
-
export * from './lib/v1/DTO/ClientDto';
|
|
9
|
-
export * from './lib/v1/DTO/ConektaDto';
|
|
10
|
-
export * from './lib/v1/DTO/ContractDto';
|
|
11
|
-
export * from './lib/v1/DTO/CustomerDto';
|
|
12
|
-
export * from './lib/v1/DTO/DeviceDto';
|
|
13
|
-
export * from './lib/v1/DTO/DynamiCoreDto';
|
|
14
|
-
export * from './lib/v1/DTO/FinancialDto';
|
|
15
|
-
export * from './lib/v1/DTO/PassportDto';
|
|
16
|
-
export * from './lib/v1/DTO/PayLinkResDto';
|
|
17
|
-
export * from './lib/v1/DTO/PaymentLinkDto';
|
|
18
|
-
export * from './lib/v1/DTO/PayOrderResAlternaDto';
|
|
19
|
-
export * from './lib/v1/DTO/PassportAdditionalDto';
|
|
20
|
-
export * from './lib/v1/DTO/PassportReferenceDataDto';
|
|
21
|
-
export * from './lib/v1/DTO/PayOrderResOxxoDto';
|
|
22
|
-
export * from './lib/v1/DTO/ScheduleDto';
|
|
23
|
-
export * from './lib/v1/DTO/UserDto';
|
|
24
|
-
export * from './lib/v1/DTO/WeekScheduleDto';
|
|
25
|
-
export * from './lib/v1/DTO/CompanyDto';
|
|
26
|
-
export * from './lib/v1/DTO/CatalogDto';
|
|
27
|
-
export * from './lib/v1/DTO/ScoreDto';
|
|
28
|
-
export * from './lib/v1/DTO/NotificationDto';
|
|
29
|
-
export * from './lib/v1/DTO/AmortizationDto';
|
|
30
|
-
export * from './lib/v1/DTO/BusinessConfigUpdateDto';
|
|
31
|
-
export * from './lib/v1/DTO/BusinessInfoUpdateDto';
|
|
32
|
-
export * from './lib/v1/DTO/ConektaChannelDto';
|
|
33
|
-
export * from './lib/v1/DTO/ConektaChargeDataDto';
|
|
34
|
-
export * from './lib/v1/DTO/ConektaChargesDto';
|
|
35
|
-
export * from './lib/v1/DTO/ConektaCheckoutDto';
|
|
36
|
-
export * from './lib/v1/DTO/ConektaCustomerInfoDto';
|
|
37
|
-
export * from './lib/v1/DTO/ConektaLineItemDto';
|
|
38
|
-
export * from './lib/v1/DTO/ConektaLineItemsDto';
|
|
39
|
-
export * from './lib/v1/DTO/ConektaNewOrderDto';
|
|
40
|
-
export * from './lib/v1/DTO/ConektaOrdCreateDto';
|
|
41
|
-
export * from './lib/v1/DTO/ConektaOrderDto';
|
|
42
|
-
export * from './lib/v1/DTO/ConektaOrderSpeiDto';
|
|
43
|
-
export * from './lib/v1/DTO/ConektaOrdersResponseDto';
|
|
44
|
-
export * from './lib/v1/DTO/ConektaPaymentDto';
|
|
45
|
-
export * from './lib/v1/DTO/ConektaPaymentMethodDto';
|
|
46
|
-
export * from './lib/v1/DTO/ConektaPaymentSourcesDto';
|
|
47
|
-
export * from './lib/v1/DTO/ConektaUpdateDto';
|
|
48
|
-
export * from './lib/v1/DTO/ContractUpdateDto';
|
|
49
|
-
export * from './lib/v1/DTO/DynamiCoreCreditDto';
|
|
50
|
-
export * from './lib/v1/DTO/DynamicUpdateReferenceDto';
|
|
51
|
-
export * from './lib/v1/DTO/NotificationUpdateDto';
|
|
52
|
-
export * from './lib/v1/DTO/OrdCreateAntifraudInfoDto';
|
|
53
|
-
export * from './lib/v1/DTO/OrdCreateChargeDto';
|
|
54
|
-
export * from './lib/v1/DTO/OrdCreateCusInfoDto';
|
|
55
|
-
export * from './lib/v1/DTO/OrdCreatePymtMetDto';
|
|
56
|
-
export * from './lib/v1/DTO/OrdCreatLineItemDto';
|
|
57
|
-
export * from './lib/v1/DTO/PartialClientDto';
|
|
58
|
-
export * from './lib/v1/DTO/PassportCreateDto';
|
|
59
|
-
export * from './lib/v1/DTO/PassportGlobalDto';
|
|
60
|
-
export * from './lib/v1/DTO/UserCreateDto';
|
|
61
|
-
export * from './lib/v1/DTO/UserUpdateDto';
|
|
62
|
-
export * from './lib/v1/util/Constants';
|
|
63
|
-
export * from './lib/v1/util/Cors';
|
|
64
|
-
export * from './lib/v1/util/ExternalPaths';
|
|
65
|
-
export * from './lib/v1/util/FactoryUtil';
|
|
66
|
-
export * from './lib/v1/util/FactoryUser';
|
|
67
|
-
export * from './lib/v1/util/FactoryClient';
|
|
68
|
-
export * from './lib/v1/util/FirestorePaths';
|
|
69
|
-
export * from './lib/v1/core/Validators';
|
|
70
|
-
export * from './lib/v1/core/Crypt';
|
|
1
|
+
export * from './lib/v1/DTO/AddressDto.js';
|
|
2
|
+
export * from './lib/v1/DTO/AssetDto.js';
|
|
3
|
+
export * from './lib/v1/DTO/AuthAdminDto.js';
|
|
4
|
+
export * from './lib/v1/DTO/AuthClientDto.js';
|
|
5
|
+
export * from './lib/v1/DTO/BusinessConfigDto.js';
|
|
6
|
+
export * from './lib/v1/DTO/BusinessDeadlineDto.js';
|
|
7
|
+
export * from './lib/v1/DTO/BusinessInfoDto.js';
|
|
8
|
+
export * from './lib/v1/DTO/ClientDto.js';
|
|
9
|
+
export * from './lib/v1/DTO/ConektaDto.js';
|
|
10
|
+
export * from './lib/v1/DTO/ContractDto.js';
|
|
11
|
+
export * from './lib/v1/DTO/CustomerDto.js';
|
|
12
|
+
export * from './lib/v1/DTO/DeviceDto.js';
|
|
13
|
+
export * from './lib/v1/DTO/DynamiCoreDto.js';
|
|
14
|
+
export * from './lib/v1/DTO/FinancialDto.js';
|
|
15
|
+
export * from './lib/v1/DTO/PassportDto.js';
|
|
16
|
+
export * from './lib/v1/DTO/PayLinkResDto.js';
|
|
17
|
+
export * from './lib/v1/DTO/PaymentLinkDto.js';
|
|
18
|
+
export * from './lib/v1/DTO/PayOrderResAlternaDto.js';
|
|
19
|
+
export * from './lib/v1/DTO/PassportAdditionalDto.js';
|
|
20
|
+
export * from './lib/v1/DTO/PassportReferenceDataDto.js';
|
|
21
|
+
export * from './lib/v1/DTO/PayOrderResOxxoDto.js';
|
|
22
|
+
export * from './lib/v1/DTO/ScheduleDto.js';
|
|
23
|
+
export * from './lib/v1/DTO/UserDto.js';
|
|
24
|
+
export * from './lib/v1/DTO/WeekScheduleDto.js';
|
|
25
|
+
export * from './lib/v1/DTO/CompanyDto.js';
|
|
26
|
+
export * from './lib/v1/DTO/CatalogDto.js';
|
|
27
|
+
export * from './lib/v1/DTO/ScoreDto.js';
|
|
28
|
+
export * from './lib/v1/DTO/NotificationDto.js';
|
|
29
|
+
export * from './lib/v1/DTO/AmortizationDto.js';
|
|
30
|
+
export * from './lib/v1/DTO/BusinessConfigUpdateDto.js';
|
|
31
|
+
export * from './lib/v1/DTO/BusinessInfoUpdateDto.js';
|
|
32
|
+
export * from './lib/v1/DTO/ConektaChannelDto.js';
|
|
33
|
+
export * from './lib/v1/DTO/ConektaChargeDataDto.js';
|
|
34
|
+
export * from './lib/v1/DTO/ConektaChargesDto.js';
|
|
35
|
+
export * from './lib/v1/DTO/ConektaCheckoutDto.js';
|
|
36
|
+
export * from './lib/v1/DTO/ConektaCustomerInfoDto.js';
|
|
37
|
+
export * from './lib/v1/DTO/ConektaLineItemDto.js';
|
|
38
|
+
export * from './lib/v1/DTO/ConektaLineItemsDto.js';
|
|
39
|
+
export * from './lib/v1/DTO/ConektaNewOrderDto.js';
|
|
40
|
+
export * from './lib/v1/DTO/ConektaOrdCreateDto.js';
|
|
41
|
+
export * from './lib/v1/DTO/ConektaOrderDto.js';
|
|
42
|
+
export * from './lib/v1/DTO/ConektaOrderSpeiDto.js';
|
|
43
|
+
export * from './lib/v1/DTO/ConektaOrdersResponseDto.js';
|
|
44
|
+
export * from './lib/v1/DTO/ConektaPaymentDto.js';
|
|
45
|
+
export * from './lib/v1/DTO/ConektaPaymentMethodDto.js';
|
|
46
|
+
export * from './lib/v1/DTO/ConektaPaymentSourcesDto.js';
|
|
47
|
+
export * from './lib/v1/DTO/ConektaUpdateDto.js';
|
|
48
|
+
export * from './lib/v1/DTO/ContractUpdateDto.js';
|
|
49
|
+
export * from './lib/v1/DTO/DynamiCoreCreditDto.js';
|
|
50
|
+
export * from './lib/v1/DTO/DynamicUpdateReferenceDto.js';
|
|
51
|
+
export * from './lib/v1/DTO/NotificationUpdateDto.js';
|
|
52
|
+
export * from './lib/v1/DTO/OrdCreateAntifraudInfoDto.js';
|
|
53
|
+
export * from './lib/v1/DTO/OrdCreateChargeDto.js';
|
|
54
|
+
export * from './lib/v1/DTO/OrdCreateCusInfoDto.js';
|
|
55
|
+
export * from './lib/v1/DTO/OrdCreatePymtMetDto.js';
|
|
56
|
+
export * from './lib/v1/DTO/OrdCreatLineItemDto.js';
|
|
57
|
+
export * from './lib/v1/DTO/PartialClientDto.js';
|
|
58
|
+
export * from './lib/v1/DTO/PassportCreateDto.js';
|
|
59
|
+
export * from './lib/v1/DTO/PassportGlobalDto.js';
|
|
60
|
+
export * from './lib/v1/DTO/UserCreateDto.js';
|
|
61
|
+
export * from './lib/v1/DTO/UserUpdateDto.js';
|
|
62
|
+
export * from './lib/v1/util/Constants.js';
|
|
63
|
+
export * from './lib/v1/util/Cors.js';
|
|
64
|
+
export * from './lib/v1/util/ExternalPaths.js';
|
|
65
|
+
export * from './lib/v1/util/FactoryUtil.js';
|
|
66
|
+
export * from './lib/v1/util/FactoryUser.js';
|
|
67
|
+
export * from './lib/v1/util/FactoryClient.js';
|
|
68
|
+
export * from './lib/v1/util/FirestorePaths.js';
|
|
69
|
+
export * from './lib/v1/core/Validators.js';
|
|
70
|
+
export * from './lib/v1/core/Crypt.js';
|
package/dist/index.js
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
export * from './lib/v1/DTO/AddressDto';
|
|
2
|
-
export * from './lib/v1/DTO/AssetDto';
|
|
3
|
-
export * from './lib/v1/DTO/AuthAdminDto';
|
|
4
|
-
export * from './lib/v1/DTO/AuthClientDto';
|
|
5
|
-
export * from './lib/v1/DTO/BusinessConfigDto';
|
|
6
|
-
export * from './lib/v1/DTO/BusinessDeadlineDto';
|
|
7
|
-
export * from './lib/v1/DTO/BusinessInfoDto';
|
|
8
|
-
export * from './lib/v1/DTO/ClientDto';
|
|
9
|
-
export * from './lib/v1/DTO/ConektaDto';
|
|
10
|
-
export * from './lib/v1/DTO/ContractDto';
|
|
11
|
-
export * from './lib/v1/DTO/CustomerDto';
|
|
12
|
-
export * from './lib/v1/DTO/DeviceDto';
|
|
13
|
-
export * from './lib/v1/DTO/DynamiCoreDto';
|
|
14
|
-
export * from './lib/v1/DTO/FinancialDto';
|
|
15
|
-
export * from './lib/v1/DTO/PassportDto';
|
|
16
|
-
export * from './lib/v1/DTO/PayLinkResDto';
|
|
17
|
-
export * from './lib/v1/DTO/PaymentLinkDto';
|
|
18
|
-
export * from './lib/v1/DTO/PayOrderResAlternaDto';
|
|
19
|
-
export * from './lib/v1/DTO/PassportAdditionalDto';
|
|
20
|
-
export * from './lib/v1/DTO/PassportReferenceDataDto';
|
|
21
|
-
export * from './lib/v1/DTO/PayOrderResOxxoDto';
|
|
22
|
-
export * from './lib/v1/DTO/ScheduleDto';
|
|
23
|
-
export * from './lib/v1/DTO/UserDto';
|
|
24
|
-
export * from './lib/v1/DTO/WeekScheduleDto';
|
|
25
|
-
export * from './lib/v1/DTO/CompanyDto';
|
|
26
|
-
export * from './lib/v1/DTO/CatalogDto';
|
|
27
|
-
export * from './lib/v1/DTO/ScoreDto';
|
|
28
|
-
export * from './lib/v1/DTO/NotificationDto';
|
|
29
|
-
export * from './lib/v1/DTO/AmortizationDto';
|
|
30
|
-
export * from './lib/v1/DTO/BusinessConfigUpdateDto';
|
|
31
|
-
export * from './lib/v1/DTO/BusinessInfoUpdateDto';
|
|
32
|
-
export * from './lib/v1/DTO/ConektaChannelDto';
|
|
33
|
-
export * from './lib/v1/DTO/ConektaChargeDataDto';
|
|
34
|
-
export * from './lib/v1/DTO/ConektaChargesDto';
|
|
35
|
-
export * from './lib/v1/DTO/ConektaCheckoutDto';
|
|
36
|
-
export * from './lib/v1/DTO/ConektaCustomerInfoDto';
|
|
37
|
-
export * from './lib/v1/DTO/ConektaLineItemDto';
|
|
38
|
-
export * from './lib/v1/DTO/ConektaLineItemsDto';
|
|
39
|
-
export * from './lib/v1/DTO/ConektaNewOrderDto';
|
|
40
|
-
export * from './lib/v1/DTO/ConektaOrdCreateDto';
|
|
41
|
-
export * from './lib/v1/DTO/ConektaOrderDto';
|
|
42
|
-
export * from './lib/v1/DTO/ConektaOrderSpeiDto';
|
|
43
|
-
export * from './lib/v1/DTO/ConektaOrdersResponseDto';
|
|
44
|
-
export * from './lib/v1/DTO/ConektaPaymentDto';
|
|
45
|
-
export * from './lib/v1/DTO/ConektaPaymentMethodDto';
|
|
46
|
-
export * from './lib/v1/DTO/ConektaPaymentSourcesDto';
|
|
47
|
-
export * from './lib/v1/DTO/ConektaUpdateDto';
|
|
48
|
-
export * from './lib/v1/DTO/ContractUpdateDto';
|
|
49
|
-
export * from './lib/v1/DTO/DynamiCoreCreditDto';
|
|
50
|
-
export * from './lib/v1/DTO/DynamicUpdateReferenceDto';
|
|
51
|
-
export * from './lib/v1/DTO/NotificationUpdateDto';
|
|
52
|
-
export * from './lib/v1/DTO/OrdCreateAntifraudInfoDto';
|
|
53
|
-
export * from './lib/v1/DTO/OrdCreateChargeDto';
|
|
54
|
-
export * from './lib/v1/DTO/OrdCreateCusInfoDto';
|
|
55
|
-
export * from './lib/v1/DTO/OrdCreatePymtMetDto';
|
|
56
|
-
export * from './lib/v1/DTO/OrdCreatLineItemDto';
|
|
57
|
-
export * from './lib/v1/DTO/PartialClientDto';
|
|
58
|
-
export * from './lib/v1/DTO/PassportCreateDto';
|
|
59
|
-
export * from './lib/v1/DTO/PassportGlobalDto';
|
|
60
|
-
export * from './lib/v1/DTO/UserCreateDto';
|
|
61
|
-
export * from './lib/v1/DTO/UserUpdateDto';
|
|
62
|
-
export * from './lib/v1/util/Constants';
|
|
63
|
-
export * from './lib/v1/util/Cors';
|
|
64
|
-
export * from './lib/v1/util/ExternalPaths';
|
|
65
|
-
export * from './lib/v1/util/FactoryUtil';
|
|
66
|
-
export * from './lib/v1/util/FactoryUser';
|
|
67
|
-
export * from './lib/v1/util/FactoryClient';
|
|
68
|
-
export * from './lib/v1/util/FirestorePaths';
|
|
69
|
-
export * from './lib/v1/core/Validators';
|
|
70
|
-
export * from './lib/v1/core/Crypt';
|
|
1
|
+
export * from './lib/v1/DTO/AddressDto.js';
|
|
2
|
+
export * from './lib/v1/DTO/AssetDto.js';
|
|
3
|
+
export * from './lib/v1/DTO/AuthAdminDto.js';
|
|
4
|
+
export * from './lib/v1/DTO/AuthClientDto.js';
|
|
5
|
+
export * from './lib/v1/DTO/BusinessConfigDto.js';
|
|
6
|
+
export * from './lib/v1/DTO/BusinessDeadlineDto.js';
|
|
7
|
+
export * from './lib/v1/DTO/BusinessInfoDto.js';
|
|
8
|
+
export * from './lib/v1/DTO/ClientDto.js';
|
|
9
|
+
export * from './lib/v1/DTO/ConektaDto.js';
|
|
10
|
+
export * from './lib/v1/DTO/ContractDto.js';
|
|
11
|
+
export * from './lib/v1/DTO/CustomerDto.js';
|
|
12
|
+
export * from './lib/v1/DTO/DeviceDto.js';
|
|
13
|
+
export * from './lib/v1/DTO/DynamiCoreDto.js';
|
|
14
|
+
export * from './lib/v1/DTO/FinancialDto.js';
|
|
15
|
+
export * from './lib/v1/DTO/PassportDto.js';
|
|
16
|
+
export * from './lib/v1/DTO/PayLinkResDto.js';
|
|
17
|
+
export * from './lib/v1/DTO/PaymentLinkDto.js';
|
|
18
|
+
export * from './lib/v1/DTO/PayOrderResAlternaDto.js';
|
|
19
|
+
export * from './lib/v1/DTO/PassportAdditionalDto.js';
|
|
20
|
+
export * from './lib/v1/DTO/PassportReferenceDataDto.js';
|
|
21
|
+
export * from './lib/v1/DTO/PayOrderResOxxoDto.js';
|
|
22
|
+
export * from './lib/v1/DTO/ScheduleDto.js';
|
|
23
|
+
export * from './lib/v1/DTO/UserDto.js';
|
|
24
|
+
export * from './lib/v1/DTO/WeekScheduleDto.js';
|
|
25
|
+
export * from './lib/v1/DTO/CompanyDto.js';
|
|
26
|
+
export * from './lib/v1/DTO/CatalogDto.js';
|
|
27
|
+
export * from './lib/v1/DTO/ScoreDto.js';
|
|
28
|
+
export * from './lib/v1/DTO/NotificationDto.js';
|
|
29
|
+
export * from './lib/v1/DTO/AmortizationDto.js';
|
|
30
|
+
export * from './lib/v1/DTO/BusinessConfigUpdateDto.js';
|
|
31
|
+
export * from './lib/v1/DTO/BusinessInfoUpdateDto.js';
|
|
32
|
+
export * from './lib/v1/DTO/ConektaChannelDto.js';
|
|
33
|
+
export * from './lib/v1/DTO/ConektaChargeDataDto.js';
|
|
34
|
+
export * from './lib/v1/DTO/ConektaChargesDto.js';
|
|
35
|
+
export * from './lib/v1/DTO/ConektaCheckoutDto.js';
|
|
36
|
+
export * from './lib/v1/DTO/ConektaCustomerInfoDto.js';
|
|
37
|
+
export * from './lib/v1/DTO/ConektaLineItemDto.js';
|
|
38
|
+
export * from './lib/v1/DTO/ConektaLineItemsDto.js';
|
|
39
|
+
export * from './lib/v1/DTO/ConektaNewOrderDto.js';
|
|
40
|
+
export * from './lib/v1/DTO/ConektaOrdCreateDto.js';
|
|
41
|
+
export * from './lib/v1/DTO/ConektaOrderDto.js';
|
|
42
|
+
export * from './lib/v1/DTO/ConektaOrderSpeiDto.js';
|
|
43
|
+
export * from './lib/v1/DTO/ConektaOrdersResponseDto.js';
|
|
44
|
+
export * from './lib/v1/DTO/ConektaPaymentDto.js';
|
|
45
|
+
export * from './lib/v1/DTO/ConektaPaymentMethodDto.js';
|
|
46
|
+
export * from './lib/v1/DTO/ConektaPaymentSourcesDto.js';
|
|
47
|
+
export * from './lib/v1/DTO/ConektaUpdateDto.js';
|
|
48
|
+
export * from './lib/v1/DTO/ContractUpdateDto.js';
|
|
49
|
+
export * from './lib/v1/DTO/DynamiCoreCreditDto.js';
|
|
50
|
+
export * from './lib/v1/DTO/DynamicUpdateReferenceDto.js';
|
|
51
|
+
export * from './lib/v1/DTO/NotificationUpdateDto.js';
|
|
52
|
+
export * from './lib/v1/DTO/OrdCreateAntifraudInfoDto.js';
|
|
53
|
+
export * from './lib/v1/DTO/OrdCreateChargeDto.js';
|
|
54
|
+
export * from './lib/v1/DTO/OrdCreateCusInfoDto.js';
|
|
55
|
+
export * from './lib/v1/DTO/OrdCreatePymtMetDto.js';
|
|
56
|
+
export * from './lib/v1/DTO/OrdCreatLineItemDto.js';
|
|
57
|
+
export * from './lib/v1/DTO/PartialClientDto.js';
|
|
58
|
+
export * from './lib/v1/DTO/PassportCreateDto.js';
|
|
59
|
+
export * from './lib/v1/DTO/PassportGlobalDto.js';
|
|
60
|
+
export * from './lib/v1/DTO/UserCreateDto.js';
|
|
61
|
+
export * from './lib/v1/DTO/UserUpdateDto.js';
|
|
62
|
+
export * from './lib/v1/util/Constants.js';
|
|
63
|
+
export * from './lib/v1/util/Cors.js';
|
|
64
|
+
export * from './lib/v1/util/ExternalPaths.js';
|
|
65
|
+
export * from './lib/v1/util/FactoryUtil.js';
|
|
66
|
+
export * from './lib/v1/util/FactoryUser.js';
|
|
67
|
+
export * from './lib/v1/util/FactoryClient.js';
|
|
68
|
+
export * from './lib/v1/util/FirestorePaths.js';
|
|
69
|
+
export * from './lib/v1/core/Validators.js';
|
|
70
|
+
export * from './lib/v1/core/Crypt.js';
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ravcredit-api-dtos",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
|
-
"import": "./dist/index.js"
|
|
8
|
+
"import": "./dist/index.js",
|
|
9
|
+
"default": "./dist/index.js"
|
|
9
10
|
}
|
|
10
11
|
},
|
|
11
12
|
"types": "./dist/index.d.ts",
|