@ranty/ranty-sdk 3.18.0-beta.1 → 3.18.0-beta.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/CHANGELOG.md ADDED
@@ -0,0 +1,1193 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [3.18.0-beta.1] 2025-09-04
6
+
7
+ - [FB-PUBLIC-CHANGELOG]
8
+ - update version to 3.18.0-beta.2 and add changelog reference in README
9
+ - [FB-SHOULD-HIDE-BUTTON]
10
+ - refactor button visibility logic using classMap
11
+ - implement shouldHideButton logic and update button visibility in forms
12
+ - [FB-RHC-3247]
13
+ - add error handling for sandbox environment in createTokenWithAmplify method
14
+ - [FB-RHC-3268]
15
+ - update message assignment logic in Loading component and adjust direct payment service to use correct instance
16
+
17
+ ---
18
+
19
+ ## [3.17.0] 2025-09-02
20
+
21
+ - [FB-RHC-3247]
22
+ - refactor payment processing logic and clean up authorization service
23
+ - add methods to handle disabled payment inputs and deep link processing
24
+ - enhance loading and QR components to handle payment input types and improve routing logic
25
+ - reorganize imports and replace mobile device detection with a centralized helper function
26
+ - [FB-SEND-POST-MESSAGE-UPDATE]
27
+ - extract payment result message handling into a separate method
28
+ - rename payload to details in sendPostMessage function
29
+ - enhance sendPostMessage to accept object descriptions
30
+ - [FB-CLIENT-ID-A2A]
31
+ - add client_id to DefaultProps and update related components
32
+ - [FB-RHC-3159]
33
+ - implement createTokenWithAmplify method for token generation and fallback to signer
34
+ - enhance createTokenWithAmplify to store last token context and improve token refresh logic
35
+ - enhance token management by storing original createToken and adding detailed logging for token validation and refresh processes
36
+ - enhance token management by storing key in sessionStorage and logging token data
37
+
38
+ ---
39
+
40
+ ## [3.16.1] 2025-08-26
41
+
42
+ - enhance image loading handling and update title rendering in DefaultSummary component
43
+ - update README to correct publicKey provider and mark 'env' as required for production
44
+ - [FB-RHC-3091]
45
+ - apply setFraudPreventionOption when missing in the payment request
46
+ - correct buyer data assignment
47
+ - enable payment sync by default when payment_link_id is present
48
+ - [FB-PAYMENT-SANDBOX]
49
+ - streamline imports and enhance legacy parameter handling in payment service
50
+ - [FB-REMOVE-BEFORESEND-DD]
51
+ - reorder imports and remove beforeSend logic from dataDogConfig
52
+ - reorganize imports and update conditional logic in PayfacContext
53
+ - [FB-RHC-3110]
54
+ - implement alert and notify components with styling and integration in home flow
55
+ - [RHC-3197]
56
+ - Removed c2pNetworks attribute and set VISA and MASTERCARD as default networks.
57
+ - [FB-RHC-3089]
58
+ - enhance connection handling in Home component
59
+ - add alert message handling and styles in Home component
60
+ - [RHC-3162]
61
+ - add A2A support with new state and context properties
62
+
63
+ ---
64
+
65
+ ## [3.15.1] 2025-08-13
66
+
67
+ - [FB-RHC-3193]
68
+ - enhance dataDogConfig to include beforeSend logic for PAYMENT_DURATION logs
69
+
70
+ ---
71
+
72
+ ## [3.15.0] 2025-08-12
73
+
74
+ - [FB-RHC-3173]
75
+ - update @datadog/browser-logs enhance logging context in various components
76
+ - [FB-RHC-3192]
77
+ - pass payfacContext to card-payment component in app-home
78
+
79
+ ---
80
+
81
+ ## [3.14.0] 2025-08-06
82
+
83
+ - [FB-EXCEPTION-PATH-URL]
84
+ - update exception paths in axios interceptor for consistency
85
+ - [FB-RHC-3146]
86
+ - enhance text wrapping for card description and integrate payment context
87
+ - adjust margin properties for better layout and update item display logic
88
+ - add text-wrap-style property to .text__normal for improved text handling
89
+ - [FB-RHC-3113-SUBTITLES]
90
+ - add subtitles mapping and refactor subtitle rendering in Home component
91
+ - add titles mapping and resolveTitlesByState function for dynamic title rendering
92
+ - [FB-RHC-3002]
93
+ - update payment request handling to consider wallet payment context
94
+ - [FB-POPUP-A2A]
95
+ - update embedded condition in PayfacContext and improve message handling in A2AFeedbackLoading
96
+ - add mode context to postMessage in account details and loading components
97
+ - [FB-RHC-3163]
98
+ - update wallet card image and text for improved user experience
99
+
100
+ ## [3.13.0] 2025-08-04
101
+
102
+ - [FB-RHC-3146]
103
+ - enhance text wrapping for card description and integrate payment context
104
+ - [FB-RHC-3112]
105
+ - enhance PayfacContext with sandbox environment handling and update context management
106
+ - [FB-WITHOUT-PLATFORM]
107
+ - ensure hasDownloadPDF is set to true when disableReceipt is undefined
108
+ - [FB-SYNC-QR-WS]
109
+ - allow call to ws when calling by qr
110
+ - improve callback URL handling
111
+ - [FB-RHC-3050]
112
+ - adjust card description styles for better layout and overflow handling
113
+ - [FB-RHC-2858]
114
+ - update hasAllowedRetries logic to access paymentResponse status name
115
+ - simplify ValidateStatus function and improve payment retry logic
116
+ - [FB-RHC-3114]
117
+ - update loading component to handle payment method validation and adjust no payment methods message
118
+ - [FB-RHC-3113]
119
+ - a2a flow addded to unification logic for default mode
120
+ - update context references from CARD_ON_FILE to DEFAULT in logging
121
+ - [FB-RHC-3141]
122
+ - add reference number to invoice component
123
+ - conditionally display reference number based on payment type
124
+
125
+ ---
126
+
127
+ ## [3.12.1] 2025-08-04
128
+
129
+ - [FB-VERSION-3.11.0]
130
+ - correct exception paths in interceptor to include leading slashes
131
+
132
+ ---
133
+
134
+ ## [3.11.0] 2025-07-23
135
+
136
+ - [FB-RHC-3062]
137
+ - update card handling and improve subtitle rendering across components
138
+ - remove unused device property from PaymentDirectPunkuPayload and related service
139
+ - [RHC-2871]
140
+ - update payment request check and restore auto redirect functionality
141
+ - [FB-FOOTER-TEXT]
142
+ - modify footer text
143
+ - [FB-SORT-CARDS]
144
+ - implement card sorting functionality
145
+ - [FB-RHC-3128]
146
+ - enhance payment validation and success messaging for wallet transactions
147
+ - enhance payment processing by adding card usage tagging and bank classification
148
+ - improve loading component by validating circuit breaker and handling user card data initialization
149
+
150
+ ---
151
+
152
+ ## [3.10.0] 2025-07-23
153
+
154
+ - [FB-README]
155
+ - remove Naranja logo from README
156
+ - [FB-RHC-2858]
157
+ - update PaymentSyncResponse interface to make message and data optional
158
+ - enhance payment handling and sync logic across components
159
+ - add payment sync handling to default payment flow
160
+ - [FB-RHC-2994]
161
+ - update event handling in scof to prevent any error and continue with default flow
162
+ - [FB-RHC-2999]
163
+ - unificaction of scof and default flows
164
+ - [RESOLVED-RHC-2999]
165
+ - simplify condition in toggleShowPersonalDataForm and remove card_on_file case in _renderInitialFlow
166
+
167
+ ---
168
+
169
+ ## [3.9.0] 2025-07-07
170
+
171
+ - [FB-RESOLVED-2915]
172
+ - integrate version check in PayfacContext and export version service
173
+
174
+ ---
175
+
176
+ ## [3.8.0] 2025-07-01
177
+
178
+ - [FB-RHC-2944]
179
+ - change look and feel
180
+ - [FB-RHC-2947]
181
+ - simplify getInstallmentPlans parameters and update usage in getInstallmentsData
182
+ - [FB-RHC-2915]
183
+ - implement version checking and cache busting in Payfac context
184
+ - [FB-HANDLE-VERSION]
185
+ - comment out version check in PayfacContext
186
+
187
+ ---
188
+
189
+ ## [3.7.0] 2025-06-30
190
+
191
+ - [FB-RHC-2945]
192
+ - add sanitizeToLetters function
193
+ - replace PLAN_CUOTA_SIMPLE with PLAN_GOVERNMENT in installment plans across multiple components
194
+
195
+ ## [3.6.0] 2025-06-11
196
+ - [FB-RHC-2869]
197
+ - update card BIN length validation to 9 digits in multiple files
198
+ - [FB-LOGGING-DATADOG]
199
+ - add logging for payment request and fraud prevention in Payfac context
200
+ - enhance fraud prevention logging with detailed context information
201
+ - enhance logging across payment flow components with payment request IDs
202
+
203
+ ## [3.5.0] 2025-06-09
204
+
205
+ - [FB-RHC-2854]
206
+ - update error handling in GetPromotions and setAllowInputs to return default values
207
+ - simplify wallet and card availability checks by removing unnecessary condition
208
+ - add error handling for missing payment request ID and update legacy parameter in getPaymentRequest
209
+ - [FB-RHC-2772]
210
+ - add status_punku field to StatusMessage and update related logic in payment handling
211
+ - allow call to ws when calling by qr
212
+ - [FB-RHC-2861]
213
+ - add paymentLinkId property to PayfacContext and PayfacSdk, update validation logic
214
+ - [FB-RHC-2857]
215
+ - update payment status handling and add origin field to payment method
216
+
217
+ ---
218
+
219
+ ## [3.4.1] 2025-06-03
220
+ - [release/3.4.1]
221
+ - implement local storage management for payment wallet initialization
222
+ ---
223
+
224
+ ## [3.4.0] 2025-05-23
225
+
226
+ - [fix/initial-loading-absolute]
227
+ - fixed position values on initial loading and status components
228
+ - [FB-RHC-2822]
229
+ - improve error handling and logging in signer method
230
+ - return signer result on error retry instead of throwing
231
+ - [FB-RHC-2845]
232
+ - add beforeunload event handling to improve user experience during payment processing
233
+ - [FB-RHC-2852]
234
+ - enhance error handling for connection issues and retry logic in authorization service
235
+ - update error message image for connection issues in PayfacContext
236
+ - [FB-RHC-2808]
237
+ - enhance A2A feedback context with status management and error handling
238
+ - improve message structure for error handling in feedback loading
239
+ - update error handling for token issuance and adjust context import in feedback status
240
+ - update error handling in A2AFeedbackLoading and adjust container height in status styles
241
+
242
+ ---
243
+
244
+ ## [3.3.0] 2025-05-22
245
+ - [FB-RHC-2759]
246
+ - rename context and mode identifiers for A2A and A2A feedback flows
247
+ - [FB-CAST-PR]
248
+ - handle potential undefined address properties in mapSeller function
249
+ - [FB-RHC-2794]
250
+ - update payment link messages for clarity and remove unnecessary return statement
251
+ - add name property to state status for better tracking in loading components
252
+ - [FB-RHC-2773]
253
+ - include payment_request in payment status object for better tracking
254
+ - [FB-SANDBOX-SKIP-SERVICES]
255
+ - remove sandbox-specific logic from loading components and update settings circuit breaker model
256
+ - [FB-RHC-2829]
257
+ - enhance token creation logic with improved error handling and logging
258
+ - add retry logic to signer method for handling BROWSER_ERROR responses
259
+ - update disabled payment status message for clarity and user guidance
260
+ ---
261
+
262
+ ## [3.2.0] 2025-04-25
263
+ - [FB-RHC-2519]
264
+ - extend WebSocket heartbeat on button push for default, A2A and SCOF flows
265
+ - improve connection timeout handling and extend heartbeat logic
266
+ - [FB-RHC-2739]
267
+ - integrate payfac-sdk component and enhance buyer information in tokenization model
268
+ - [FB-RHC-2732]
269
+ - remove confirmation modal on WebSocket disconnection in a2a and scof
270
+
271
+ ---
272
+
273
+ ## [3.1.3] 2025-04-25
274
+ - [FB-RHC-2730]
275
+ - add logging for card deletion success and failure in scof
276
+
277
+ ---
278
+
279
+ ## [3.1.2] 2025-04-24
280
+ - [release/3.1.2]
281
+ - fix retry condition to only trigger on server errors (500+) and unauthorized access (401)
282
+
283
+ ---
284
+
285
+ ## [3.1.1] 2025-04-24
286
+ - [release/3.1.1]
287
+ - fix retry condition to only trigger on server errors (500+) and unauthorized access (401)
288
+
289
+ ---
290
+
291
+ ## [3.1.0] 2025-04-24
292
+ - [FB-RHC-2688]
293
+ - refactor manual input helpers and remove unused files
294
+ - update API call to use instanceWithRetries and simplify error handling
295
+
296
+ ---
297
+
298
+ ## [3.0.11] 2025-04-16
299
+ - [release/3.0.11]
300
+ - add logging for polling events
301
+
302
+ ---
303
+
304
+ ## [3.0.10-beta.10] 2025-04-16
305
+
306
+ - [FB-SET-SESSION]
307
+ - initialize buyer object in paymentRequest if not present for fraud prevention
308
+ - [FB-RHC-2689]
309
+ - update card acceptance logic and add tokenization control on card form for american express
310
+ - [FB-RHC-2700]
311
+ - refactor payment request handling to use new data retrieval methods and use fraud prevention global
312
+
313
+ ---
314
+
315
+ ## [3.0.9] 2025-04-14
316
+
317
+ - [FB-SCRIPT-FRAUD-PREVENTION]
318
+ - update fraud prevention property name in PayfacContext
319
+ - [FB-RHC-2656]
320
+ - fixed an error in the input fields error span
321
+ - fixed an error that caused the content title to show at the status screen while having multiple instances of the same payment ope
322
+ - [FB-RHC-2650]
323
+ - remove bank rules logic and integrate tagging utilities
324
+ - implement bank classification rules and update summary component
325
+ - add card data to context and classify bank names
326
+ - [FB-RHC-2572]
327
+ - add initial_list to userCardData and update card form logic
328
+ - add user and payment tag enums for improved type safety in tokenization
329
+ - [FB-RHC-2572]
330
+ - delete account functionality and update styles for account component
331
+ - add account selection logic and disable button styling
332
+ - update toast message for account deletion event
333
+ - update account selection events
334
+ - [FB-RHC-2571]
335
+ - enhance account component layout and improve logging in loading flows
336
+ - [FB-RHC-2494]
337
+ - implement card BIN validation and update card icon logic
338
+ - enhance credit card form with autofill support and BIN validation improvements
339
+ - [FB-RHC-2668]
340
+ - verify owner information to show data
341
+ - [FB-RHC-2672]
342
+ - add CUIT support and validation to document handling
343
+ - add isDataLoaded property and update form rendering logic
344
+ - use updatedComplete to be asynchronous before validation, validate only dni in default and fix summary a2a
345
+ - add isDataLoaded property and handle document type validation and loading state in scof
346
+ - update loading logic in summary a2a
347
+ - [FB-RHC-2696]
348
+ - update document number formatting and add validation for blank spaces
349
+ - [FB-RHC-2692]
350
+ - enhance getHolder method to handle user account selection and parse holder data
351
+ - [FB-RHC-2703]
352
+ - add aphaNumeric validation rule and integrate it into passport validation
353
+
354
+ ---
355
+
356
+ ## [3.0.8] 2025-04-01
357
+
358
+ - [fix/no-buyer-info]
359
+ - Default to empty string
360
+ - [RHC-2621-c-2-p-error-al-cargar-installments]
361
+ - Actions on PR states
362
+ - Fix on titles flashing on loading
363
+ - Improve installments state with "back to" actions
364
+ - [FIX-RHC-QR]
365
+ - Fix return to home qr
366
+
367
+ ---
368
+
369
+ ## [3.0.7] 2025-03-26
370
+
371
+ - [FB-C2P-REFACTOR-V4-IDLOOKUP-FIX]
372
+ - general fixes
373
+
374
+ ---
375
+
376
+ ## [3.0.6] 2025-03-25
377
+
378
+ - [FB-C2P-REFACTOR-V4-IDLOOKUP-FIX]
379
+ - fix id lookup
380
+ - default payment on c2p not available
381
+ - general ui fixes
382
+ - [FB-RHC-2341]
383
+ - update card validation for American Express
384
+ - update credit card input validation for AMEX and adjust error message for card number length
385
+ - [FB-RHC-2591]
386
+ - update authorization service to use instance with retries and adjust retry logic in interceptor
387
+ - enhance error logging in PayfacContext with detailed context information
388
+ - [FB-INITIAL-LOADING]
389
+ - replace click2pay-modal with initial-loading in ErrorsPanel component
390
+ - [FIX-AMEX-SCOF]
391
+ - update jsPDF and enhance card validation logic to exclude American Express
392
+ - [FIX-STATUS-REJECTED-WS]
393
+ - handle 'REJECTED' case in WebSocketService
394
+ - [FB-RHC-2391]
395
+ - improve hidden form input positioning and focus handling for autofill support default and scof
396
+ - [FB-INITIAL-LOADING]
397
+ - replace click2pay-modal with initial-loading in ErrorsPanel component
398
+ - [FIX-AMEX-SCOF]
399
+ - update jsPDF and enhance card validation logic to exclude American Express
400
+ - [FIX-STATUS-REJECTED-WS]
401
+ - handle 'REJECTED' case in WebSocketService
402
+
403
+ ---
404
+
405
+ ## [3.0.5] 2025-03-13
406
+
407
+ - [FB-RHC-2526]
408
+ - backward compatibility with current and new payment request structures
409
+ - [FB-RHC-2304]
410
+ - new flow a2a
411
+ - add panel association and association process flows and popup logic
412
+ - add window close handling
413
+ - enhance window close handling and update PCP list management
414
+ - update account and PCP list UI, enhance button handling, and improve modal behavior
415
+ - enhance responsive design for account-related components
416
+
417
+ ---
418
+
419
+ ## [3.0.4] 2025-03-05
420
+
421
+ - [FB-RHC-2391]
422
+ - fix styles container
423
+ - [FB-VALIDATION-HOLDER-FORM]
424
+ - update validation regex and simplify name retrieval logic
425
+ - [FB-WS-TIMEOUT-INTERVAL]
426
+ - prevent multiple WS connections and improve connection state handling
427
+
428
+ ---
429
+
430
+ ## [3.0.3] 2025-02-28
431
+
432
+ - [FB-RHC-2506]
433
+ - width card-payment
434
+
435
+ ---
436
+
437
+ ## [3.0.2-beta.0] 2025-02-28
438
+
439
+ - [FB-RHC-fix-buyer]
440
+ - validation buyer c2p summary
441
+
442
+ ---
443
+
444
+ ## [3.0.1] 2025-02-27
445
+
446
+ - [FB-C2P-REFACTOR-V4]
447
+ - Refactor release candidate.
448
+ - Creación y adaptación de componentes a la nueva estructura
449
+ - Creación de un nuevo flow con la adaptación de los componentes nuevos:
450
+ - click2pay-card-input
451
+ - click2pay-card-list
452
+ - click2pay-src-btn
453
+ - otp-channel-selection
454
+ - otp-input
455
+ - plans-c2p
456
+ - qr
457
+ - status
458
+ - summary
459
+ - modal
460
+ - [FB-BUTTON-RETURN-NAME]
461
+ - enhance loading state handling with additional return button name
462
+ - [FB-RNE-payment-service-encryption]
463
+ - implement encryption for direct payment payload and update related methods
464
+ - [FB-RHC-2339]
465
+ - remove authorization header dependency from multiple services
466
+ - convert AuthorizationService to a class and enhance token management
467
+ - [FB-RHC-2237]
468
+ - refactor to extend BaseMainComponent and streamline event handling
469
+ - [FB-RHC-2452]
470
+ - update card form validation rules
471
+ - [FB-RHC-2457]
472
+ - skeleton loading UI for cards
473
+ - implement image loading state with skeleton UI for cards art
474
+ - [FB-RHC-2464]
475
+ - change modal position to fixed and adjust z-index for better visibility
476
+ - [FB-RHC-2470]
477
+ - update labels for consistency and improve validation messages
478
+ - update validation messages for expiration date and cvv
479
+ - [FB-FIX-LOADING-title]
480
+ - fix: subtitle loading
481
+ - [FIX-RHC-2457]
482
+ - conditionally render skeleton card based on add card consent
483
+ - [FB-RHC-BUYER]
484
+ - validation buyer c2p
485
+
486
+ ---
487
+
488
+ ## [2.18.0] 2025-02-13
489
+
490
+ - [FB-RHC-2370]
491
+ - sanitize name input in holder forms and update validation regex
492
+ - remove non-null assertion for card_type in payment request handling
493
+ - [FB-RHC-2283]
494
+ - enhance error logging for promotions retrieval in loading components
495
+ - add conditional validation for promotions retrieval and enhance filter checks
496
+ - [FB-RHC-2381]
497
+ - enhance card list sorting by allowed status
498
+ - [FB-RHC-2369]
499
+ - implement validation for single installment plans and change text footer for scof
500
+ - remove validation for footer scof
501
+
502
+ ---
503
+
504
+ ## [2.17.0] 2025-02-05
505
+
506
+ - [FB-RHC-2373]
507
+ - streamline payment component and add hide_footer setting
508
+ - rollback configuration crypto
509
+ - [FB-RNE-1421]
510
+ - add padding at servive payments
511
+ - increment sleep function 30 seconds
512
+ - [FIX-DOC-NUMBER]
513
+ - enhance docNumber getter to ensure valid document length check
514
+ - [FIX-DURATION-PAYMENT]
515
+ - add early return in setDurationPayment if start payment time is not set
516
+
517
+ ## [2.16.2] 2025-02-04
518
+
519
+ - [FB-RHC-2356]
520
+ - refactor document number handling in holder forms and update input value binding
521
+ - [FIX-POLLING-WS]
522
+ - increment connectionAttemptCount on WebSocket error handling
523
+ - add InputMode type and update inputmode property in SCOFInput component
524
+ - [FIX-MODAL-STYLE-C2P]
525
+ - position modal style
526
+ - remove footer for c2p
527
+
528
+ ## [2.16.0] 2025-01-29
529
+
530
+ - [FB-RHC-2335]
531
+ - improve credit card number input handling and validation
532
+ - [FB-RHC-2334]
533
+ - update payment status message retrieval logic
534
+ - [FB-RHC-2303]
535
+ - card style not available
536
+ - [FB-RHC-2325]
537
+ - footer component with version display
538
+ - adapt footer on all screens
539
+ - footer position adjustment
540
+ - adjust layout dimensions in sdk
541
+ - [FB-SDK-ANIMATIONS]
542
+ - added button, card and main component animations
543
+ - [FB-RHC-2104]
544
+ - updated checkbox label for scof and footer text
545
+
546
+ ---
547
+
548
+ ## [2.15.0] 2025-01-23
549
+
550
+ - [FB-RHC-2235]
551
+ - improve error handling and status message for WebSocket connections
552
+ - [FB-RHC-2290]
553
+ - add promotion styling to card component
554
+ - [FB-RHC-2302]
555
+ - account to account feedback flow
556
+ - handle nullable state properties in A2A feedback context
557
+ - enhance scrollbar styling
558
+ - initialize account object in context and update loading state handling
559
+ - implement domain validation for post messages and update message handling logic
560
+ - remove domain validation from message handling and update button title
561
+ - update account handling to use selected account data
562
+ - [FB-RHC-2235]
563
+ - implement polling service and enhance WebSocket handling in manual payment flow and scof
564
+ - [FB-VALIDATE-PAYMENT-TYPE-MIT]
565
+ - add MIT payment type and update validation logic
566
+ - [FB-RHC-2272]
567
+ - update minLength validation to include strict mode for card number
568
+ - [FB-RHC-2239]
569
+ - update payment request error messages for clarity and user guidance
570
+ - [FB-RHC-1961]
571
+ - validate account to account payment input
572
+ - validation account to account with the same wallet validation
573
+ - add account details component and account list component
574
+ - update CSS styles for confirmation modal and account list components
575
+ - update modal height calculation in account list component
576
+ - update styles and layout for confirmation modal and account details components
577
+
578
+ ---
579
+
580
+ ## [2.14.0] 2025-01-08
581
+
582
+ - [FB-RHC-2218]
583
+ - enhance error handling and localization in Payfac SDK components
584
+ - [FB-RHC-2243]
585
+ - add is_embedded property to know when is embedded flow
586
+ - [FB-RHC-2236]
587
+ - restrict input to numeric values for credit card fields and prevent invalid paste
588
+ - [FB-RHC-2220]
589
+ - disabled state and visual indication for unsupported cards
590
+ - [FB-RHC-2239]
591
+ - add payment request not found error message and update error handling
592
+ - [FIX-REMOVE-CARD-NOT-ALLOWED-EXPERIENCE]
593
+ - remove card not allowed experience
594
+
595
+ ---
596
+
597
+ ## [2.13.0] 2024-12-19
598
+
599
+ - [FB-WS-C2-TRANSFER]
600
+ - Add handling for APPROVED status in webSocket service
601
+ - [FB-RHC-2142]
602
+ - payment validation to handle refunded status
603
+
604
+ ---
605
+
606
+ ## [2.12.0] 2024-12-17
607
+
608
+ - [FB-SDK-fix__deepLinkModo]
609
+ - _deepLinkModo url MODO callback
610
+
611
+ ---
612
+
613
+ ## [2.11.0-beta.2] 2024-12-13
614
+
615
+ - [feature/support-cvc-xflow-id]
616
+ - flow id and non tokenized c2p flow
617
+ - [FB-SDK-fix__deepLinkModo]
618
+ - _deepLinkModo url MODO callback
619
+ ---
620
+
621
+ ## [2.11.0-beta.1] 2024-12-10
622
+
623
+ - [FB-RHC-2139]
624
+ - add main SCOF page and update context models with promotions
625
+ - back logic and log datadog
626
+ - [FB-RHC-2139]
627
+ - improve payment request response structure adding allowed cards
628
+
629
+ ---
630
+
631
+ ## [2.10.0] 2024-12-06
632
+
633
+ - [fix/cert-prod]
634
+ - Defaults to direct when not available networks on c2p
635
+
636
+ - [fix/cert-prod]
637
+ - Defaults to direct when not available networks on c2p
638
+
639
+ - [fix/cert-prod]
640
+ - Fix for available networks on c2p
641
+
642
+ - [FB-RHC-2144]
643
+ - refactor logging in PaymentManualHome to improve clarity and consistency
644
+ - enhance logging payment duration for better context and clarity in scof
645
+
646
+ ---
647
+
648
+ ## [2.6.0] 2024-12-02
649
+
650
+ - [fix/c2p-first-time]
651
+ - fix otp direct payment
652
+
653
+ - [fix/c2p-first-time]
654
+ - fix on first time user c2p
655
+
656
+ - [FB-RHC-2106]
657
+ - implement WebSocket payment duration tracking
658
+
659
+ ---
660
+
661
+ ## [2.5.0] 2024-11-10
662
+
663
+ - [FB-RHC-2027]
664
+ - extend WebSocket connection on payment and enhance logging on datadog
665
+
666
+ ---
667
+
668
+ ## [2.4.0] 2024-11-13
669
+
670
+ - [feature/option-to-add-card]
671
+ - option to add card to c2p or go with default flow
672
+
673
+ ---
674
+
675
+ ## [2.3.0] 2024-11-13
676
+
677
+ - [FIX-CALLBACK-URL-MODO]
678
+ - update callback URL for MODO
679
+ - work on fixes for prod certification
680
+ - simplify environment checks for DataDog logger initialization
681
+ - remove luxon dependency and simplify date handling in promotions logic
682
+
683
+ ---
684
+
685
+ ## [2.2.0] 2024-11-06
686
+
687
+ - [FB-DATADOG]
688
+ - added logs to invoke getInstallmentsData
689
+ - disabled datadog for production in localhost
690
+ - [FB-SDK-DEFUALT-status]
691
+ - fix status success_processed
692
+ - [fix/c2p-not-available]
693
+ - logic to use default when c2p cant be used
694
+ - [FB-SANDBOX-EVENT]
695
+ - send payment status message on response and remove unnecessary logs
696
+ - [FB-SCSS-IMPORT-TO-USE]
697
+ - replace @import with @use for global styles in SCSS files
698
+ - [FB-RHC-2020]
699
+ - set isStart to false to prevent direct payment
700
+ - [fix/prod-cert]
701
+ - work on fixes for prod certification
702
+
703
+ ---
704
+
705
+ ## [2.1.8] 2024-10-29
706
+
707
+ - [FB-SDK-LOADING]
708
+ - disbabled loading in success processed
709
+
710
+ ---
711
+
712
+ ## [2.1.7] 2024-10-28
713
+
714
+ - [FB-SDK-payment-success]
715
+ - show success process screen
716
+
717
+ ---
718
+
719
+ ## [2.1.2] 2024-10-24
720
+
721
+ - [fix/prod-release-25-10]
722
+
723
+ ---
724
+
725
+ ## [2.1.1] 2024-10-24
726
+
727
+ - [FIX-ocultar-pantalla]
728
+ -hide plans screen
729
+
730
+ - [FIX/C2P-OTP-BUTTON]
731
+ - otp button size fix
732
+ - credit card terms accepted checkmark size adjustement
733
+
734
+ - [FB-SDK-README]
735
+ - settings default
736
+
737
+ - [FB-README]
738
+ - handle events into the readme
739
+
740
+ - [FB-SANDBOX-FRONTEND]
741
+ - added environment sandbox
742
+
743
+ - [FB-settings]
744
+ - name settings properties
745
+ - settings default
746
+ - [FB-RHC-1930]
747
+ - time redireccion logic
748
+
749
+ - [FIX/MANUAL-INPUT-LOGS]
750
+ - logger function added to qr, modo and transparent payments
751
+ - origin_sdk and context added to logger functions in manual payment
752
+
753
+ - [FB-RHC-1928]
754
+ - rejected message when payment is PCT
755
+
756
+ - [FB-STATUS-REJECTED]
757
+ - status message for rejected qr external
758
+
759
+ - [FB-WS-C2P]
760
+ - websocket connection into the home c2p
761
+
762
+ ---
763
+
764
+ ## [2.0.14] 2024-10-14
765
+
766
+ - [FB-RHC-1834]
767
+ - user_id and merchant_id protected
768
+ - [FIX-STATUS-BLOCKED]
769
+ - added the getMessageBlocked function in app-home
770
+ - [FB-ADD-PRE-PUSH]
771
+ - added commands to publish beta and production versions on npm
772
+
773
+ ---
774
+
775
+ ## [2.0.13] 2024-10-10
776
+
777
+ - [FB-RHC-1851]
778
+ - Circuit breaker global
779
+ - [fix/callback-url]
780
+ - resolved callback url for MODO
781
+ - [FB-SPINNER-STATUS]
782
+ - show spinner when downloading pdf
783
+ - [FB-RHC-1844]
784
+ - added logs in scof flow for datadog
785
+
786
+ ## [2.0.12] 2024-10-09
787
+
788
+ - fix hidden payment detail
789
+ - added inputmode in forms
790
+ - fixed input error styles
791
+ - [FB-QR-PCT]
792
+ - pct payments
793
+
794
+ ---
795
+
796
+ ## [2.0.11] 2024-10-08
797
+
798
+ - fixed payment detail when WebSocket disconnects
799
+
800
+ ---
801
+
802
+ ## [2.0.10] 2024-10-08
803
+
804
+ - [FB-RHC-1826-EVENTS]
805
+ - standarized events were set by error and success
806
+ - [FB-DATADOG-INIT]
807
+ - fix init service datadog
808
+ - [FB-LOADING-TO-OPEN-PDF]
809
+ - loading added before to downloading the pdf
810
+ - [FB-RHC-1851]
811
+ - cb global desactivation
812
+ - [FB-HIDE-CARD-PAYMENT]
813
+ - hide card payment
814
+ - [FB-DATADOG-ENV]
815
+ - updated env datadog
816
+
817
+ ---
818
+
819
+ ## [2.0.8] 2024-10-03
820
+
821
+ - [FB-RHC-1849]
822
+ - soft_descriptor from from payment request
823
+ - messages in the payment status
824
+ - [FB-RHC-1826]
825
+ - an event is triggered for the statsu of the payemnt request
826
+ - add readme
827
+ - [FIX-HEIGHT-STATUS]
828
+ - fix height status
829
+
830
+ ---
831
+
832
+ ## [2.0.5] 2024-09-25
833
+
834
+ - [FIX-VALIDATION-PAYMENT-LINK]
835
+ - validation payment link
836
+
837
+ ---
838
+
839
+ ## [2.0.4] 2024-09-25
840
+
841
+ - [FB-RHC-1830]
842
+ - activate loading when pressing the payment button
843
+ - [FB-RHC-1828]
844
+ - new default card art for naranja
845
+ - [FIX-RETRY-PAYMENT-CALL]
846
+ - it is controlled not to call back direct payment when it rejects the payment
847
+ - [FIX-BACK-INSTALEMNT]
848
+ - component holder if it returns it does not call the installment
849
+
850
+ ---
851
+
852
+ ## [2.0.4-beta.3] 2024-09-24
853
+
854
+ - [FB-RHC-1783]
855
+ - extended ws configuration
856
+
857
+ ---
858
+
859
+ ## [2.0.4-beta.2] 2024-09-24
860
+
861
+ - [FB-RHC-1783]
862
+ - ws inactivity
863
+ - status, redirect and extend connection of websocket
864
+
865
+ ---
866
+
867
+ ## [2.0.4-beta.1] 2024-09-19
868
+
869
+ - [FB-RHC-1812]
870
+ - migrate qr component from the click to pay logic
871
+ - get payment to charge the receipt
872
+
873
+ ---
874
+
875
+ ## [2.0.4-beta.0] 2024-09-16
876
+
877
+ - [FB-RHC-1709]
878
+ - look and feel and share styles
879
+ - [FB-RHC-1781]
880
+ - validation of status by qr payment
881
+
882
+ ---
883
+
884
+ ## [2.0.2] 2024-09-12
885
+
886
+ - [FB-RHC-1660]
887
+ - download receipt
888
+ - space adjustment
889
+ - [FB-RHC-1760]
890
+ - payment type validation for scof
891
+ - [FB-CB]
892
+ - cb enabled
893
+ - lowercase platform and validation of enabled cards
894
+ - [Fix/support-visa]
895
+ - support visa
896
+ - [fix/qr-loadings-margin]
897
+ - paddings
898
+ - [fb-retry-error-signer]
899
+ - error signer
900
+ - [FB-FIX-NTHUNDER]
901
+ - fix vulnerabilities
902
+ - [fix-estilos]
903
+ - fix estilos
904
+
905
+ ---
906
+
907
+ ## [2.0.1-beta.2] 2024-09-06
908
+
909
+ - [FB-ENV]
910
+ - environments for staging
911
+ - [FB-RHC-1708]
912
+ - visa card brand adapted
913
+ - [fix/valitation-buyer]
914
+ - fixed empty buyer for scof and manual_input
915
+
916
+ ---
917
+
918
+ ## [2.0.1] 2024-09-05
919
+
920
+ - [fix/visa-bines]
921
+ - fixes on plans
922
+ - removed Naranja icon in click_to_pay
923
+ - [FB-RHC-1728]
924
+ - dynamic brands by installment plans and labeled as plan z
925
+ - [fix/mid-breakpoints]
926
+ - fixed widths for mid breakpoints
927
+ - [FB-sushi-club-v1]
928
+ - stable version for SushiClub client
929
+
930
+ ---
931
+
932
+ ## [2.0.0] 2024-09-03
933
+
934
+ - [feature/isomorphic-ws]
935
+ - installed library isomorphic-ws
936
+ - [FB-sushi-club-v1]
937
+ - fixed styles mobile
938
+ - refactored logic for manual input flow
939
+ - [release/new-c2p]
940
+ - refactored logic for click_to_pay flow
941
+ - [FB-RHC-1639]
942
+ - removed circuit breaker
943
+ - [FB-RHC-1639]
944
+ - circuit breaker logic
945
+ - changed the way we render cards
946
+
947
+ ---
948
+
949
+ ## [1.2.14] 2024-08-26
950
+
951
+ - [FB-RHC-1638]
952
+ - promotion logic
953
+ - [FB-RHC-1668]
954
+ - card art mastercard visualization
955
+ - card response to skane case
956
+ - ui adjustments
957
+ - [FB-SEPARATE-CONTEXT-SCOF]
958
+ - configuration required to switch on scof
959
+ - [FB-RHC-1526]
960
+ - added scripts for fraud prevention
961
+ - [FB-RHC-1502]
962
+ - added service circuit breaker HO
963
+ - [FB-RHC-1631]
964
+ - add icon brand maestro
965
+ - [FB-RHC-1637]
966
+ - include card_on_file as payment input
967
+ - [FB-RHC-1645]
968
+ - mastercard brand icon adaptation
969
+ - [FB-RHC-1632]
970
+ - bines service removed
971
+
972
+ ---
973
+
974
+ ## [1.2.13] 2024-08-14
975
+
976
+ - [FB-RHC-1602]
977
+ - store user data once tokenized
978
+ - [FB-RHC-1602]
979
+ - user information from the userCardData
980
+ - persist last four digits
981
+ - redirect url
982
+ - [FB-RHC-1599]
983
+ - persist the icon brand
984
+ - [FB-RHC-1611]
985
+ - acceptance of naranja card and dynamic brands
986
+ - recovering the brand when the bins are equal
987
+ - [FB-RHC-1599]
988
+ - validation of bins comparison
989
+ - persist data through context
990
+ - [FB-RHC-1554]
991
+ - handle errors
992
+
993
+ ---
994
+
995
+ ## [1.2.12] 2024-08-08
996
+
997
+ - [FB-RHC-1509]
998
+
999
+ - radio input selection
1000
+ - high of the listed component and do not show the back button when it has no cards
1001
+ - alert container width
1002
+
1003
+ - [FB-RHC-1551]
1004
+ - toast overpositioning
1005
+
1006
+ ---
1007
+
1008
+ ## [1.2.11] 2024-08-02
1009
+
1010
+ - [FB-RHC-1509]
1011
+ - new version of the card list
1012
+ - [FB-RHC-1499]
1013
+ - added services get promotions
1014
+
1015
+ ---
1016
+
1017
+ ## [1.2.10] 2024-07-29
1018
+
1019
+ - [FB-STYLE-ENCAPSULATION-BETA]
1020
+ - remove @aws-sdk from .npmrc
1021
+ - return back when isAddCardConsent is true
1022
+ - icon brand
1023
+ - chip visualisation
1024
+ - fixed fast-xml-parser vulnerable
1025
+ - style to respect the height of the component
1026
+
1027
+ ---
1028
+
1029
+ ## [1.2.9] 2024-07-26
1030
+
1031
+ - [FB-STYLE-ENCAPSULATION]
1032
+ - style encapsulation and font inter
1033
+
1034
+ ---
1035
+
1036
+ ## [1.2.8] 2024-07-25
1037
+
1038
+ - [FB-INITIALIZE-VARIABLES-IN-FIRSTUPDATED]
1039
+ - initialize variables in fistUpdated
1040
+
1041
+ ---
1042
+
1043
+ ## [1.2.7] 2024-07-24
1044
+
1045
+ - [feature/payfac-sdk-validation]
1046
+ - router state
1047
+ - [FB-RHC-1527][SCOF]
1048
+ - change event name for modal confirmation
1049
+ - [FB-RHC-1437][SCOF]
1050
+ - deleted card token
1051
+ - [FB-RHC-1506][SCOF]
1052
+ - installment plan chip
1053
+
1054
+ ---
1055
+
1056
+ ## [1.2.4] 2024-05-07
1057
+
1058
+ - [feat/quit-rentas-component] Quit rentas component
1059
+
1060
+ ## [1.2.3] 2024-04-29
1061
+
1062
+ - [fix/set-environment] Fix on firstUpdated method
1063
+
1064
+ ## [1.2.2] 2024-04-11
1065
+
1066
+ - [fix/canary] Fix canary support
1067
+
1068
+ ## [1.2.0] 2024-04-08
1069
+
1070
+ - [FB-RHC-1065] Add regional domains to support canary deployment
1071
+
1072
+ ## [1.0.27] 2024-04-08
1073
+
1074
+ - Soporte para la cancelación de un pago
1075
+
1076
+ ## [1.0.26] 2024-03-06
1077
+
1078
+ - Ajuste de credenciales stg
1079
+
1080
+ ## [1.0.25] 2024-03-01
1081
+
1082
+ - Ajuste en el metodo de heartbeat de websocket
1083
+
1084
+ ## [1.0.24] 2024-02-20
1085
+
1086
+ - Retrocompatibilidad rentyas-c2p pago directo
1087
+
1088
+ ## [1.0.23] 2023-11-30
1089
+
1090
+ - DeepLink Modo Mobile
1091
+ - redirect callbackUrl
1092
+
1093
+ ## [1.0.22] 2023-11-27
1094
+
1095
+ - QrComponent
1096
+ - fix style form-credit-card
1097
+
1098
+ ## [1.0.21] 2023-11-22
1099
+
1100
+ - unified loading, success and rejected modals
1101
+ - Refactor styles
1102
+
1103
+ ## [1.0.20] 2023-11-13
1104
+
1105
+ - Changes add VITE_ENCRYPT_DIRECT_PUBLIC_KEY config
1106
+
1107
+ ## [1.0.19] 2023-11-08
1108
+
1109
+ - HUSKY PRETTIER
1110
+ - Component OTP-INPUT blocked retry code
1111
+
1112
+ ## [1.0.18] 2023-11-08
1113
+
1114
+ - screen error paymentRequest styles
1115
+ - screen pay success styles
1116
+ - error hide card
1117
+
1118
+ ## [1.0.17] 2023-11-06
1119
+
1120
+ - Build Jfrog release 1.0.17
1121
+
1122
+ ## [1.0.16] 2023-11-02
1123
+
1124
+ - component input-credit-card validation
1125
+
1126
+ ## [1.0.15] 2023-11-02
1127
+
1128
+ - component input-credit-card validation
1129
+
1130
+ ## [1.0.14] 2023-11-01
1131
+
1132
+ - Build Jfrog release 1.0.14 --mode production
1133
+ - component input-credit-card validation
1134
+
1135
+ ## [1.0.13] 2023-10-30
1136
+
1137
+ - Build Jfrog release 1.0.13
1138
+
1139
+ ## [1.0.12] 2023-10-10
1140
+
1141
+ - Golden Rules
1142
+
1143
+ ## [1.0.11] 2023-10-09
1144
+
1145
+ - Configure CI/CD
1146
+
1147
+ ## [1.0.9] 2023-09-7
1148
+
1149
+ - Refactor styles
1150
+ - Refactor url images bucket
1151
+
1152
+ ## [1.0.8] 2023-08-30
1153
+
1154
+ - Refactor inputs and validations form
1155
+
1156
+ ## [1.0.7] 2023-08-17
1157
+
1158
+ - RNE-783
1159
+ - RNE-806
1160
+ - RNE-803 Form Validations
1161
+
1162
+ ## [1.0.6] 2023-08-9
1163
+
1164
+ - Delete BEM class nomenclature
1165
+ - FORM Default
1166
+
1167
+ ## [1.0.5] 2023-08-7
1168
+
1169
+ - BEM class nomenclature
1170
+
1171
+ ## [1.0.4] 2023-08-2
1172
+
1173
+ - footer component
1174
+ - Form component
1175
+ - Form credit Card
1176
+ - Plan component
1177
+ - Plan-list component
1178
+ - payment-summary component
1179
+
1180
+ ## [1.0.3] 2023-08-1
1181
+
1182
+ - Up versions new
1183
+
1184
+ ## [1.0.1] 2023-07-28
1185
+
1186
+ - Created Home page
1187
+ - created Card-home component
1188
+ - created Card-payment-detail Component
1189
+ - install Sass
1190
+
1191
+ ## [1.0.0]
1192
+
1193
+ - Created project
package/README.md CHANGED
@@ -5,6 +5,15 @@ Librería frontend basada en Web Components para integrar el checkout embebido d
5
5
  - **Default**: pagos tradicionales sin tokenización
6
6
  - **Secure Card On File** ([Visa](https://developer.visa.com/capabilities/card-on-file-data-inquiry) | [Mastercard](https://developer.mastercard.com/mastercard-checkout-solutions/documentation/use-cases/card-on-file/))
7
7
 
8
+ ## 📄 Changelog
9
+
10
+ Consulta el historial de cambios:
11
+
12
+ - [Historial de releases estables](https://unpkg.com/@ranty/ranty-sdk@latest/CHANGELOG.md)
13
+ - [Historial de releases beta](https://unpkg.com/@ranty/ranty-sdk@beta/CHANGELOG.md)
14
+
15
+
16
+
8
17
  # Instalación
9
18
 
10
19
  ## NPM
@@ -926,10 +926,12 @@ function ie(t) {
926
926
  */
927
927
  var kb;
928
928
  ((kb = window.HTMLSlotElement) === null || kb === void 0 ? void 0 : kb.prototype.assignedElements) != null;
929
- const gR = "@ranty/ranty-sdk", fR = "3.18.0-beta.1", mR = "Ranty sdk", yR = "dist/index.js", bR = {
929
+ const gR = "@ranty/ranty-sdk", fR = "3.18.0-beta.3", mR = "Ranty sdk", yR = "dist/index.js", bR = {
930
930
  ".": "./dist/index.js"
931
931
  }, vR = "types/index.d.ts", wR = [
932
932
  "dist",
933
+ "README.md",
934
+ "CHANGELOG.md",
933
935
  "types"
934
936
  ], _R = {
935
937
  node: ">=10.24.1"
@@ -19576,10 +19578,10 @@ function NH(t, e, n, s) {
19576
19578
  }
19577
19579
  const Fh = lH(NH);
19578
19580
  lz(la(), "DD_LOGS", Fh);
19579
- const LH = "@ranty/ranty-sdk", QH = "3.18.0-beta.1", MH = 3, zH = !0, HH = {
19581
+ const LH = "@ranty/ranty-sdk", QH = "3.18.0-beta.3", MH = 3, zH = !0, HH = {
19580
19582
  "": {
19581
19583
  name: "@ranty/ranty-sdk",
19582
- version: "3.18.0-beta.1",
19584
+ version: "3.18.0-beta.3",
19583
19585
  license: "ISC",
19584
19586
  dependencies: {
19585
19587
  "@datadog/browser-logs": "^6.17.0",
@@ -68043,7 +68045,7 @@ function(t) {
68043
68045
  var l = d.getContext("2d");
68044
68046
  l.fillStyle = "#fff", l.fillRect(0, 0, d.width, d.height);
68045
68047
  var c = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, u = this;
68046
- return (xt.canvg ? Promise.resolve(xt.canvg) : import("./index.es-d5efae1a.js")).catch(function(h) {
68048
+ return (xt.canvg ? Promise.resolve(xt.canvg) : import("./index.es-47a73892.js")).catch(function(h) {
68047
68049
  return Promise.reject(new Error("Could not load canvg: " + h));
68048
68050
  }).then(function(h) {
68049
68051
  return h.default ? h.default : h;
@@ -1,4 +1,4 @@
1
- import { c as Ke, _ as za, g as _o } from "./index-a9b208e8.js";
1
+ import { c as Ke, _ as za, g as _o } from "./index-7d85008c.js";
2
2
  var vt = function(a) {
3
3
  return a && a.Math === Math && a;
4
4
  }, V = (
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ar as o, an as t, aq as e, ag as n, au as r, as as C, at as i, ah as p, ae as A, am as m, al as l, af as u, ap as c, ao as d, ai as F, aj as S, ak as P, A as f, M as I, X as y, R as D, B as L, ad as O, a1 as k, Z as H, a6 as g, Y as M, a7 as v, a8 as b, a9 as x, h as E, f as h, ac as Q, ab as B, $ as j, a0 as q, a2 as w, a3 as N, a4 as z, C as G, j as J, w as K, a as R, d as T, aa as U, x as V, L as W, y as X, W as Y, K as Z, z as $, G as _, J as aa, D as sa, a5 as oa, E as ta, e as ea, l as na, b as ra, F as Ca, H as ia, I as pa, V as Aa, N as ma, k as la, T as ua, P as ca, m as da, O as Fa, U as Sa, Q as Pa, n as fa, i as Ia, o as ya, p as Da, q as La, S as Oa, u as ka, r as Ha, s as ga, t as Ma, v as va } from "./index-a9b208e8.js";
1
+ import { ar as o, an as t, aq as e, ag as n, au as r, as as C, at as i, ah as p, ae as A, am as m, al as l, af as u, ap as c, ao as d, ai as F, aj as S, ak as P, A as f, M as I, X as y, R as D, B as L, ad as O, a1 as k, Z as H, a6 as g, Y as M, a7 as v, a8 as b, a9 as x, h as E, f as h, ac as Q, ab as B, $ as j, a0 as q, a2 as w, a3 as N, a4 as z, C as G, j as J, w as K, a as R, d as T, aa as U, x as V, L as W, y as X, W as Y, K as Z, z as $, G as _, J as aa, D as sa, a5 as oa, E as ta, e as ea, l as na, b as ra, F as Ca, H as ia, I as pa, V as Aa, N as ma, k as la, T as ua, P as ca, m as da, O as Fa, U as Sa, Q as Pa, n as fa, i as Ia, o as ya, p as Da, q as La, S as Oa, u as ka, r as Ha, s as ga, t as Ma, v as va } from "./index-7d85008c.js";
2
2
  export {
3
3
  o as A2AAccountDetails,
4
4
  t as A2AAccountList,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranty/ranty-sdk",
3
- "version": "3.18.0-beta.1",
3
+ "version": "3.18.0-beta.3",
4
4
  "description": "Ranty sdk",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -9,6 +9,8 @@
9
9
  "types": "types/index.d.ts",
10
10
  "files": [
11
11
  "dist",
12
+ "README.md",
13
+ "CHANGELOG.md",
12
14
  "types"
13
15
  ],
14
16
  "engines": {