@smart-factor/gem-ui-components 0.0.149 → 0.0.151

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.
Files changed (38) hide show
  1. package/dist/{Drawer-DbJg-t8M.js → Drawer-hW8oGQEc.js} +14 -14
  2. package/dist/SignEditor.js +9 -5
  3. package/dist/{Stack-Bsa5WF4E.js → Stack-BKtw4ken.js} +26 -24
  4. package/dist/{Tree-BScJ4KG_.js → Tree-D9ZVXqFc.js} +2 -2
  5. package/dist/components/ContextualSearchClient/ClientContextualSearch.d.ts +2 -0
  6. package/dist/components/ContextualSearchClient/ClientContextualSearch.stories.d.ts +7 -0
  7. package/dist/components/ContextualSearchClient/ContextualSearchClient.d.ts +13 -0
  8. package/dist/components/ContextualSearchClient/DrawerClient.d.ts +9 -0
  9. package/dist/components/ContextualSearchClient/index.d.ts +5 -0
  10. package/dist/components/ContextualSearchClient/types.d.ts +2 -0
  11. package/dist/components/ContextualSearchInspector/InspectorContextualSearch.d.ts +14 -0
  12. package/dist/components/ContextualSearchInspector/InspectorContextualSearch.stories.d.ts +6 -0
  13. package/dist/components/ContextualSearchInspector/index.d.ts +1 -0
  14. package/dist/components/Drawer/index.js +1 -1
  15. package/dist/components/FormComponents/RadioChips/RadioChips.styles.d.ts +1 -1
  16. package/dist/components/SessionModal/SessionService.d.ts +2 -0
  17. package/dist/components/Tree/index.js +1 -1
  18. package/dist/{index-BUxi-hQu.js → index-BASTfYDt.js} +59509 -57070
  19. package/dist/licenses.txt +553 -553
  20. package/dist/main.d.ts +2 -0
  21. package/dist/main.js +3013 -2186
  22. package/dist/services/auth/useTokenExpiredWhenOffline.d.ts +1 -0
  23. package/dist/services/generated/api.d.ts +8800 -4194
  24. package/dist/services/mutations/clients/useCreateClient.d.ts +7 -0
  25. package/dist/services/mutations/clients/useUpdateClient.d.ts +7 -0
  26. package/dist/services/queries/address/useGetCities.d.ts +4 -0
  27. package/dist/services/queries/address/useGetFullAddress.d.ts +4 -0
  28. package/dist/services/queries/address/useGetStreetNumbers.d.ts +4 -0
  29. package/dist/services/queries/address/useGetStreets.d.ts +4 -0
  30. package/dist/services/queries/clients/useClientsContextualSearch.d.ts +11 -0
  31. package/dist/services/queries/clients/useGetClientById.d.ts +5 -0
  32. package/dist/services/queries/clients/useGetClientsContextual.d.ts +9 -0
  33. package/dist/services/queries/inspectors/useGetInspectorsContextual.d.ts +4 -0
  34. package/dist/services/queries/inspectors/useInspectorsContextualSearch.d.ts +12 -0
  35. package/dist/services/queries/useContextual.d.ts +9 -0
  36. package/dist/services/queryKeys.d.ts +1 -0
  37. package/dist/{warning-BcYeNKLQ.js → warning-VtsM1Gb2.js} +1 -1
  38. package/package.json +2 -3
package/dist/licenses.txt CHANGED
@@ -1400,46 +1400,20 @@ License Copyright:
1400
1400
 
1401
1401
  ---
1402
1402
 
1403
- Name: tslib
1404
- Version: 2.8.1
1405
- License: 0BSD
1406
- Private: false
1407
- Description: Runtime library for TypeScript helper functions
1408
- Repository: https://github.com/Microsoft/tslib.git
1409
- Homepage: https://www.typescriptlang.org/
1410
- Author: Microsoft Corp.
1411
- License Copyright:
1412
- ===
1413
-
1414
- Copyright (c) Microsoft Corporation.
1415
-
1416
- Permission to use, copy, modify, and/or distribute this software for any
1417
- purpose with or without fee is hereby granted.
1418
-
1419
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1420
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1421
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1422
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1423
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1424
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1425
- PERFORMANCE OF THIS SOFTWARE.
1426
-
1427
- ---
1428
-
1429
- Name: file-selector
1430
- Version: 2.1.2
1403
+ Name: es-errors
1404
+ Version: 1.3.0
1431
1405
  License: MIT
1432
1406
  Private: false
1433
- Description: Convert DataTransfer object to a list of File objects
1434
- Repository: https://github.com/react-dropzone/file-selector.git
1435
- Homepage: https://github.com/react-dropzone/file-selector
1436
- Author: Roland Groza <rolandjitsu@gmail.com>
1407
+ Description: A simple cache for a few of the JS Error constructors.
1408
+ Repository: git+https://github.com/ljharb/es-errors.git
1409
+ Homepage: https://github.com/ljharb/es-errors#readme
1410
+ Author: Jordan Harband <ljharb@gmail.com>
1437
1411
  License Copyright:
1438
1412
  ===
1439
1413
 
1440
1414
  MIT License
1441
1415
 
1442
- Copyright (c) 2020 Roland Groza
1416
+ Copyright (c) 2024 Jordan Harband
1443
1417
 
1444
1418
  Permission is hereby granted, free of charge, to any person obtaining a copy
1445
1419
  of this software and associated documentation files (the "Software"), to deal
@@ -1461,23 +1435,20 @@ SOFTWARE.
1461
1435
 
1462
1436
  ---
1463
1437
 
1464
- Name: attr-accept
1465
- Version: 2.2.5
1438
+ Name: object-inspect
1439
+ Version: 1.13.4
1466
1440
  License: MIT
1467
1441
  Private: false
1468
- Description: JavaScript implementation of the "accept" attribute for HTML5 <input type="file">
1469
- Repository: https://github.com/react-dropzone/attr-accept.git
1470
- Homepage: https://github.com/react-dropzone/attr-accept#readme
1471
- Author: Andrey Okonetchnikov @okonetchnikov
1472
- Contributors:
1473
- Andrey Okonetchnikov <andrey@okonet.ru> (http://okonet.ru)
1474
- Roland Groza <rolandjitsu@gmail.com>
1442
+ Description: string representations of objects in node and the browser
1443
+ Repository: git://github.com/inspect-js/object-inspect.git
1444
+ Homepage: https://github.com/inspect-js/object-inspect
1445
+ Author: James Halliday <mail@substack.net> (http://substack.net)
1475
1446
  License Copyright:
1476
1447
  ===
1477
1448
 
1478
- The MIT License (MIT)
1449
+ MIT License
1479
1450
 
1480
- Copyright (c) 2015 Andrey Okonetchnikov
1451
+ Copyright (c) 2013 James Halliday
1481
1452
 
1482
1453
  Permission is hereby granted, free of charge, to any person obtaining a copy
1483
1454
  of this software and associated documentation files (the "Software"), to deal
@@ -1499,27 +1470,20 @@ SOFTWARE.
1499
1470
 
1500
1471
  ---
1501
1472
 
1502
- Name: react-dropzone
1503
- Version: 14.3.8
1473
+ Name: side-channel-list
1474
+ Version: 1.0.0
1504
1475
  License: MIT
1505
1476
  Private: false
1506
- Description: Simple HTML5 drag-drop zone with React.js
1507
- Repository: https://github.com/react-dropzone/react-dropzone.git
1508
- Homepage: https://github.com/react-dropzone/react-dropzone
1509
- Author: Param Aggarwal
1510
- Contributors:
1511
- Andrey Okonetchnikov <andrey@okonet.ru> (http://okonet.ru)
1512
- Mike Olson <me@mwolson.org>
1513
- Param Aggarwal
1514
- Tyler Waters <tyler.waters@gmail.com>
1515
- Rick Markins <rmarkins@gmail.com>
1516
- Roland Groza <rolandjitsu@gmail.com>
1477
+ Description: Store information about any JS value in a side channel, using a linked list
1478
+ Repository: git+https://github.com/ljharb/side-channel-list.git
1479
+ Homepage: https://github.com/ljharb/side-channel-list#readme
1480
+ Author: Jordan Harband <ljharb@gmail.com>
1517
1481
  License Copyright:
1518
1482
  ===
1519
1483
 
1520
- The MIT License (MIT)
1484
+ MIT License
1521
1485
 
1522
- Copyright (c) 2018 Param Aggarwal
1486
+ Copyright (c) 2024 Jordan Harband
1523
1487
 
1524
1488
  Permission is hereby granted, free of charge, to any person obtaining a copy
1525
1489
  of this software and associated documentation files (the "Software"), to deal
@@ -1541,235 +1505,125 @@ SOFTWARE.
1541
1505
 
1542
1506
  ---
1543
1507
 
1544
- Name: xlsx-js-style
1545
- Version: 1.2.0
1546
- License: Apache-2.0
1508
+ Name: es-object-atoms
1509
+ Version: 1.1.1
1510
+ License: MIT
1547
1511
  Private: false
1548
- Description: SheetJS Spreadsheet Community Edition plus Basic Cell Styles
1549
- Repository: git://github.com/gitbrent/xlsx-js-style.git
1550
- Homepage: https://github.com/gitbrent/xlsx-js-style/
1551
- Author: gitbrent
1512
+ Description: ES Object-related atoms: Object, ToObject, RequireObjectCoercible
1513
+ Repository: git+https://github.com/ljharb/es-object-atoms.git
1514
+ Homepage: https://github.com/ljharb/es-object-atoms#readme
1515
+ Author: Jordan Harband <ljharb@gmail.com>
1552
1516
  License Copyright:
1553
1517
  ===
1554
1518
 
1555
- Apache License
1556
- Version 2.0, January 2004
1557
- http://www.apache.org/licenses/
1558
-
1559
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1560
-
1561
- 1. Definitions.
1562
-
1563
- "License" shall mean the terms and conditions for use, reproduction,
1564
- and distribution as defined by Sections 1 through 9 of this document.
1565
-
1566
- "Licensor" shall mean the copyright owner or entity authorized by
1567
- the copyright owner that is granting the License.
1568
-
1569
- "Legal Entity" shall mean the union of the acting entity and all
1570
- other entities that control, are controlled by, or are under common
1571
- control with that entity. For the purposes of this definition,
1572
- "control" means (i) the power, direct or indirect, to cause the
1573
- direction or management of such entity, whether by contract or
1574
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
1575
- outstanding shares, or (iii) beneficial ownership of such entity.
1576
-
1577
- "You" (or "Your") shall mean an individual or Legal Entity
1578
- exercising permissions granted by this License.
1579
-
1580
- "Source" form shall mean the preferred form for making modifications,
1581
- including but not limited to software source code, documentation
1582
- source, and configuration files.
1583
-
1584
- "Object" form shall mean any form resulting from mechanical
1585
- transformation or translation of a Source form, including but
1586
- not limited to compiled object code, generated documentation,
1587
- and conversions to other media types.
1588
-
1589
- "Work" shall mean the work of authorship, whether in Source or
1590
- Object form, made available under the License, as indicated by a
1591
- copyright notice that is included in or attached to the work
1592
- (an example is provided in the Appendix below).
1593
-
1594
- "Derivative Works" shall mean any work, whether in Source or Object
1595
- form, that is based on (or derived from) the Work and for which the
1596
- editorial revisions, annotations, elaborations, or other modifications
1597
- represent, as a whole, an original work of authorship. For the purposes
1598
- of this License, Derivative Works shall not include works that remain
1599
- separable from, or merely link (or bind by name) to the interfaces of,
1600
- the Work and Derivative Works thereof.
1601
-
1602
- "Contribution" shall mean any work of authorship, including
1603
- the original version of the Work and any modifications or additions
1604
- to that Work or Derivative Works thereof, that is intentionally
1605
- submitted to Licensor for inclusion in the Work by the copyright owner
1606
- or by an individual or Legal Entity authorized to submit on behalf of
1607
- the copyright owner. For the purposes of this definition, "submitted"
1608
- means any form of electronic, verbal, or written communication sent
1609
- to the Licensor or its representatives, including but not limited to
1610
- communication on electronic mailing lists, source code control systems,
1611
- and issue tracking systems that are managed by, or on behalf of, the
1612
- Licensor for the purpose of discussing and improving the Work, but
1613
- excluding communication that is conspicuously marked or otherwise
1614
- designated in writing by the copyright owner as "Not a Contribution."
1615
-
1616
- "Contributor" shall mean Licensor and any individual or Legal Entity
1617
- on behalf of whom a Contribution has been received by Licensor and
1618
- subsequently incorporated within the Work.
1619
-
1620
- 2. Grant of Copyright License. Subject to the terms and conditions of
1621
- this License, each Contributor hereby grants to You a perpetual,
1622
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1623
- copyright license to reproduce, prepare Derivative Works of,
1624
- publicly display, publicly perform, sublicense, and distribute the
1625
- Work and such Derivative Works in Source or Object form.
1626
-
1627
- 3. Grant of Patent License. Subject to the terms and conditions of
1628
- this License, each Contributor hereby grants to You a perpetual,
1629
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1630
- (except as stated in this section) patent license to make, have made,
1631
- use, offer to sell, sell, import, and otherwise transfer the Work,
1632
- where such license applies only to those patent claims licensable
1633
- by such Contributor that are necessarily infringed by their
1634
- Contribution(s) alone or by combination of their Contribution(s)
1635
- with the Work to which such Contribution(s) was submitted. If You
1636
- institute patent litigation against any entity (including a
1637
- cross-claim or counterclaim in a lawsuit) alleging that the Work
1638
- or a Contribution incorporated within the Work constitutes direct
1639
- or contributory patent infringement, then any patent licenses
1640
- granted to You under this License for that Work shall terminate
1641
- as of the date such litigation is filed.
1519
+ MIT License
1642
1520
 
1643
- 4. Redistribution. You may reproduce and distribute copies of the
1644
- Work or Derivative Works thereof in any medium, with or without
1645
- modifications, and in Source or Object form, provided that You
1646
- meet the following conditions:
1521
+ Copyright (c) 2024 Jordan Harband
1647
1522
 
1648
- (a) You must give any other recipients of the Work or
1649
- Derivative Works a copy of this License; and
1523
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1524
+ of this software and associated documentation files (the "Software"), to deal
1525
+ in the Software without restriction, including without limitation the rights
1526
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1527
+ copies of the Software, and to permit persons to whom the Software is
1528
+ furnished to do so, subject to the following conditions:
1650
1529
 
1651
- (b) You must cause any modified files to carry prominent notices
1652
- stating that You changed the files; and
1530
+ The above copyright notice and this permission notice shall be included in all
1531
+ copies or substantial portions of the Software.
1653
1532
 
1654
- (c) You must retain, in the Source form of any Derivative Works
1655
- that You distribute, all copyright, patent, trademark, and
1656
- attribution notices from the Source form of the Work,
1657
- excluding those notices that do not pertain to any part of
1658
- the Derivative Works; and
1533
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1534
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1535
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1536
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1537
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1538
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1539
+ SOFTWARE.
1659
1540
 
1660
- (d) If the Work includes a "NOTICE" text file as part of its
1661
- distribution, then any Derivative Works that You distribute must
1662
- include a readable copy of the attribution notices contained
1663
- within such NOTICE file, excluding those notices that do not
1664
- pertain to any part of the Derivative Works, in at least one
1665
- of the following places: within a NOTICE text file distributed
1666
- as part of the Derivative Works; within the Source form or
1667
- documentation, if provided along with the Derivative Works; or,
1668
- within a display generated by the Derivative Works, if and
1669
- wherever such third-party notices normally appear. The contents
1670
- of the NOTICE file are for informational purposes only and
1671
- do not modify the License. You may add Your own attribution
1672
- notices within Derivative Works that You distribute, alongside
1673
- or as an addendum to the NOTICE text from the Work, provided
1674
- that such additional attribution notices cannot be construed
1675
- as modifying the License.
1541
+ ---
1676
1542
 
1677
- You may add Your own copyright statement to Your modifications and
1678
- may provide additional or different license terms and conditions
1679
- for use, reproduction, or distribution of Your modifications, or
1680
- for any such Derivative Works as a whole, provided Your use,
1681
- reproduction, and distribution of the Work otherwise complies with
1682
- the conditions stated in this License.
1543
+ Name: math-intrinsics
1544
+ Version: 1.1.0
1545
+ License: MIT
1546
+ Private: false
1547
+ Description: ES Math-related intrinsics and helpers, robustly cached.
1548
+ Repository: git+https://github.com/es-shims/math-intrinsics.git
1549
+ Homepage: https://github.com/es-shims/math-intrinsics#readme
1550
+ Author: Jordan Harband <ljharb@gmail.com>
1551
+ License Copyright:
1552
+ ===
1683
1553
 
1684
- 5. Submission of Contributions. Unless You explicitly state otherwise,
1685
- any Contribution intentionally submitted for inclusion in the Work
1686
- by You to the Licensor shall be under the terms and conditions of
1687
- this License, without any additional terms or conditions.
1688
- Notwithstanding the above, nothing herein shall supersede or modify
1689
- the terms of any separate license agreement you may have executed
1690
- with Licensor regarding such Contributions.
1554
+ MIT License
1691
1555
 
1692
- 6. Trademarks. This License does not grant permission to use the trade
1693
- names, trademarks, service marks, or product names of the Licensor,
1694
- except as required for reasonable and customary use in describing the
1695
- origin of the Work and reproducing the content of the NOTICE file.
1556
+ Copyright (c) 2024 ECMAScript Shims
1696
1557
 
1697
- 7. Disclaimer of Warranty. Unless required by applicable law or
1698
- agreed to in writing, Licensor provides the Work (and each
1699
- Contributor provides its Contributions) on an "AS IS" BASIS,
1700
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1701
- implied, including, without limitation, any warranties or conditions
1702
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1703
- PARTICULAR PURPOSE. You are solely responsible for determining the
1704
- appropriateness of using or redistributing the Work and assume any
1705
- risks associated with Your exercise of permissions under this License.
1558
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1559
+ of this software and associated documentation files (the "Software"), to deal
1560
+ in the Software without restriction, including without limitation the rights
1561
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1562
+ copies of the Software, and to permit persons to whom the Software is
1563
+ furnished to do so, subject to the following conditions:
1706
1564
 
1707
- 8. Limitation of Liability. In no event and under no legal theory,
1708
- whether in tort (including negligence), contract, or otherwise,
1709
- unless required by applicable law (such as deliberate and grossly
1710
- negligent acts) or agreed to in writing, shall any Contributor be
1711
- liable to You for damages, including any direct, indirect, special,
1712
- incidental, or consequential damages of any character arising as a
1713
- result of this License or out of the use or inability to use the
1714
- Work (including but not limited to damages for loss of goodwill,
1715
- work stoppage, computer failure or malfunction, or any and all
1716
- other commercial damages or losses), even if such Contributor
1717
- has been advised of the possibility of such damages.
1565
+ The above copyright notice and this permission notice shall be included in all
1566
+ copies or substantial portions of the Software.
1718
1567
 
1719
- 9. Accepting Warranty or Additional Liability. While redistributing
1720
- the Work or Derivative Works thereof, You may choose to offer,
1721
- and charge a fee for, acceptance of support, warranty, indemnity,
1722
- or other liability obligations and/or rights consistent with this
1723
- License. However, in accepting such obligations, You may act only
1724
- on Your own behalf and on Your sole responsibility, not on behalf
1725
- of any other Contributor, and only if You agree to indemnify,
1726
- defend, and hold each Contributor harmless for any liability
1727
- incurred by, or claims asserted against, such Contributor by reason
1728
- of your accepting any such warranty or additional liability.
1568
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1569
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1570
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1571
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1572
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1573
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1574
+ SOFTWARE.
1729
1575
 
1730
- END OF TERMS AND CONDITIONS
1576
+ ---
1731
1577
 
1732
- APPENDIX: How to apply the Apache License to your work.
1578
+ Name: gopd
1579
+ Version: 1.2.0
1580
+ License: MIT
1581
+ Private: false
1582
+ Description: `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
1583
+ Repository: git+https://github.com/ljharb/gopd.git
1584
+ Homepage: https://github.com/ljharb/gopd#readme
1585
+ Author: Jordan Harband <ljharb@gmail.com>
1586
+ License Copyright:
1587
+ ===
1733
1588
 
1734
- To apply the Apache License to your work, attach the following
1735
- boilerplate notice, with the fields enclosed by brackets "{}"
1736
- replaced with your own identifying information. (Don't include
1737
- the brackets!) The text should be enclosed in the appropriate
1738
- comment syntax for the file format. We also recommend that a
1739
- file or class name and description of purpose be included on the
1740
- same "printed page" as the copyright notice for easier
1741
- identification within third-party archives.
1589
+ MIT License
1742
1590
 
1743
- Copyright (C) 2012-present SheetJS LLC
1591
+ Copyright (c) 2022 Jordan Harband
1744
1592
 
1745
- Licensed under the Apache License, Version 2.0 (the "License");
1746
- you may not use this file except in compliance with the License.
1747
- You may obtain a copy of the License at
1593
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1594
+ of this software and associated documentation files (the "Software"), to deal
1595
+ in the Software without restriction, including without limitation the rights
1596
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1597
+ copies of the Software, and to permit persons to whom the Software is
1598
+ furnished to do so, subject to the following conditions:
1748
1599
 
1749
- http://www.apache.org/licenses/LICENSE-2.0
1600
+ The above copyright notice and this permission notice shall be included in all
1601
+ copies or substantial portions of the Software.
1750
1602
 
1751
- Unless required by applicable law or agreed to in writing, software
1752
- distributed under the License is distributed on an "AS IS" BASIS,
1753
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1754
- See the License for the specific language governing permissions and
1755
- limitations under the License.
1603
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1604
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1605
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1606
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1607
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1608
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1609
+ SOFTWARE.
1756
1610
 
1757
1611
  ---
1758
1612
 
1759
- Name: zod
1760
- Version: 3.24.4
1613
+ Name: es-define-property
1614
+ Version: 1.0.1
1761
1615
  License: MIT
1762
1616
  Private: false
1763
- Description: TypeScript-first schema declaration and validation library with static type inference
1764
- Repository: git+https://github.com/colinhacks/zod.git
1765
- Homepage: https://zod.dev
1766
- Author: Colin McDonnell <colin@colinhacks.com>
1617
+ Description: `Object.defineProperty`, but not IE 8's broken one.
1618
+ Repository: git+https://github.com/ljharb/es-define-property.git
1619
+ Homepage: https://github.com/ljharb/es-define-property#readme
1620
+ Author: Jordan Harband <ljharb@gmail.com>
1767
1621
  License Copyright:
1768
1622
  ===
1769
1623
 
1770
1624
  MIT License
1771
1625
 
1772
- Copyright (c) 2020 Colin McDonnell
1626
+ Copyright (c) 2024 Jordan Harband
1773
1627
 
1774
1628
  Permission is hereby granted, free of charge, to any person obtaining a copy
1775
1629
  of this software and associated documentation files (the "Software"), to deal
@@ -1791,20 +1645,22 @@ SOFTWARE.
1791
1645
 
1792
1646
  ---
1793
1647
 
1794
- Name: es-errors
1795
- Version: 1.3.0
1648
+ Name: has-symbols
1649
+ Version: 1.1.0
1796
1650
  License: MIT
1797
1651
  Private: false
1798
- Description: A simple cache for a few of the JS Error constructors.
1799
- Repository: git+https://github.com/ljharb/es-errors.git
1800
- Homepage: https://github.com/ljharb/es-errors#readme
1801
- Author: Jordan Harband <ljharb@gmail.com>
1652
+ Description: Determine if the JS environment has Symbol support. Supports spec, or shams.
1653
+ Repository: git://github.com/inspect-js/has-symbols.git
1654
+ Homepage: https://github.com/ljharb/has-symbols#readme
1655
+ Author: Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1656
+ Contributors:
1657
+ Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1802
1658
  License Copyright:
1803
1659
  ===
1804
1660
 
1805
1661
  MIT License
1806
1662
 
1807
- Copyright (c) 2024 Jordan Harband
1663
+ Copyright (c) 2016 Jordan Harband
1808
1664
 
1809
1665
  Permission is hereby granted, free of charge, to any person obtaining a copy
1810
1666
  of this software and associated documentation files (the "Software"), to deal
@@ -1826,20 +1682,20 @@ SOFTWARE.
1826
1682
 
1827
1683
  ---
1828
1684
 
1829
- Name: object-inspect
1830
- Version: 1.13.4
1685
+ Name: get-proto
1686
+ Version: 1.0.1
1831
1687
  License: MIT
1832
1688
  Private: false
1833
- Description: string representations of objects in node and the browser
1834
- Repository: git://github.com/inspect-js/object-inspect.git
1835
- Homepage: https://github.com/inspect-js/object-inspect
1836
- Author: James Halliday <mail@substack.net> (http://substack.net)
1689
+ Description: Robustly get the [[Prototype]] of an object
1690
+ Repository: git+https://github.com/ljharb/get-proto.git
1691
+ Homepage: https://github.com/ljharb/get-proto#readme
1692
+ Author: Jordan Harband <ljharb@gmail.com>
1837
1693
  License Copyright:
1838
1694
  ===
1839
1695
 
1840
1696
  MIT License
1841
1697
 
1842
- Copyright (c) 2013 James Halliday
1698
+ Copyright (c) 2025 Jordan Harband
1843
1699
 
1844
1700
  Permission is hereby granted, free of charge, to any person obtaining a copy
1845
1701
  of this software and associated documentation files (the "Software"), to deal
@@ -1861,13 +1717,49 @@ SOFTWARE.
1861
1717
 
1862
1718
  ---
1863
1719
 
1864
- Name: side-channel-list
1865
- Version: 1.0.0
1720
+ Name: function-bind
1721
+ Version: 1.1.2
1866
1722
  License: MIT
1867
1723
  Private: false
1868
- Description: Store information about any JS value in a side channel, using a linked list
1869
- Repository: git+https://github.com/ljharb/side-channel-list.git
1870
- Homepage: https://github.com/ljharb/side-channel-list#readme
1724
+ Description: Implementation of Function.prototype.bind
1725
+ Repository: https://github.com/Raynos/function-bind.git
1726
+ Homepage: https://github.com/Raynos/function-bind
1727
+ Author: Raynos <raynos2@gmail.com>
1728
+ Contributors:
1729
+ Raynos
1730
+ Jordan Harband (https://github.com/ljharb)
1731
+ License Copyright:
1732
+ ===
1733
+
1734
+ Copyright (c) 2013 Raynos.
1735
+
1736
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1737
+ of this software and associated documentation files (the "Software"), to deal
1738
+ in the Software without restriction, including without limitation the rights
1739
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1740
+ copies of the Software, and to permit persons to whom the Software is
1741
+ furnished to do so, subject to the following conditions:
1742
+
1743
+ The above copyright notice and this permission notice shall be included in
1744
+ all copies or substantial portions of the Software.
1745
+
1746
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1747
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1748
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1749
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1750
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1751
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1752
+ THE SOFTWARE.
1753
+
1754
+ ---
1755
+
1756
+ Name: call-bind-apply-helpers
1757
+ Version: 1.0.2
1758
+ License: MIT
1759
+ Private: false
1760
+ Description: Helper functions around Function call/apply/bind, for use in `call-bind`
1761
+ Repository: git+https://github.com/ljharb/call-bind-apply-helpers.git
1762
+ Homepage: https://github.com/ljharb/call-bind-apply-helpers#readme
1871
1763
  Author: Jordan Harband <ljharb@gmail.com>
1872
1764
  License Copyright:
1873
1765
  ===
@@ -1896,20 +1788,20 @@ SOFTWARE.
1896
1788
 
1897
1789
  ---
1898
1790
 
1899
- Name: es-object-atoms
1900
- Version: 1.1.1
1791
+ Name: dunder-proto
1792
+ Version: 1.0.1
1901
1793
  License: MIT
1902
1794
  Private: false
1903
- Description: ES Object-related atoms: Object, ToObject, RequireObjectCoercible
1904
- Repository: git+https://github.com/ljharb/es-object-atoms.git
1905
- Homepage: https://github.com/ljharb/es-object-atoms#readme
1795
+ Description: If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
1796
+ Repository: git+https://github.com/es-shims/dunder-proto.git
1797
+ Homepage: https://github.com/es-shims/dunder-proto#readme
1906
1798
  Author: Jordan Harband <ljharb@gmail.com>
1907
1799
  License Copyright:
1908
1800
  ===
1909
1801
 
1910
1802
  MIT License
1911
1803
 
1912
- Copyright (c) 2024 Jordan Harband
1804
+ Copyright (c) 2024 ECMAScript Shims
1913
1805
 
1914
1806
  Permission is hereby granted, free of charge, to any person obtaining a copy
1915
1807
  of this software and associated documentation files (the "Software"), to deal
@@ -1931,20 +1823,20 @@ SOFTWARE.
1931
1823
 
1932
1824
  ---
1933
1825
 
1934
- Name: math-intrinsics
1935
- Version: 1.1.0
1826
+ Name: hasown
1827
+ Version: 2.0.2
1936
1828
  License: MIT
1937
1829
  Private: false
1938
- Description: ES Math-related intrinsics and helpers, robustly cached.
1939
- Repository: git+https://github.com/es-shims/math-intrinsics.git
1940
- Homepage: https://github.com/es-shims/math-intrinsics#readme
1830
+ Description: A robust, ES3 compatible, "has own property" predicate.
1831
+ Repository: git+https://github.com/inspect-js/hasOwn.git
1832
+ Homepage: https://github.com/inspect-js/hasOwn#readme
1941
1833
  Author: Jordan Harband <ljharb@gmail.com>
1942
1834
  License Copyright:
1943
1835
  ===
1944
1836
 
1945
1837
  MIT License
1946
1838
 
1947
- Copyright (c) 2024 ECMAScript Shims
1839
+ Copyright (c) Jordan Harband and contributors
1948
1840
 
1949
1841
  Permission is hereby granted, free of charge, to any person obtaining a copy
1950
1842
  of this software and associated documentation files (the "Software"), to deal
@@ -1966,20 +1858,20 @@ SOFTWARE.
1966
1858
 
1967
1859
  ---
1968
1860
 
1969
- Name: gopd
1970
- Version: 1.2.0
1861
+ Name: get-intrinsic
1862
+ Version: 1.3.0
1971
1863
  License: MIT
1972
1864
  Private: false
1973
- Description: `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
1974
- Repository: git+https://github.com/ljharb/gopd.git
1975
- Homepage: https://github.com/ljharb/gopd#readme
1865
+ Description: Get and robustly cache all JS language-level intrinsics at first require time
1866
+ Repository: git+https://github.com/ljharb/get-intrinsic.git
1867
+ Homepage: https://github.com/ljharb/get-intrinsic#readme
1976
1868
  Author: Jordan Harband <ljharb@gmail.com>
1977
1869
  License Copyright:
1978
1870
  ===
1979
1871
 
1980
1872
  MIT License
1981
1873
 
1982
- Copyright (c) 2022 Jordan Harband
1874
+ Copyright (c) 2020 Jordan Harband
1983
1875
 
1984
1876
  Permission is hereby granted, free of charge, to any person obtaining a copy
1985
1877
  of this software and associated documentation files (the "Software"), to deal
@@ -2001,13 +1893,13 @@ SOFTWARE.
2001
1893
 
2002
1894
  ---
2003
1895
 
2004
- Name: es-define-property
2005
- Version: 1.0.1
1896
+ Name: call-bound
1897
+ Version: 1.0.4
2006
1898
  License: MIT
2007
1899
  Private: false
2008
- Description: `Object.defineProperty`, but not IE 8's broken one.
2009
- Repository: git+https://github.com/ljharb/es-define-property.git
2010
- Homepage: https://github.com/ljharb/es-define-property#readme
1900
+ Description: Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
1901
+ Repository: git+https://github.com/ljharb/call-bound.git
1902
+ Homepage: https://github.com/ljharb/call-bound#readme
2011
1903
  Author: Jordan Harband <ljharb@gmail.com>
2012
1904
  License Copyright:
2013
1905
  ===
@@ -2036,22 +1928,20 @@ SOFTWARE.
2036
1928
 
2037
1929
  ---
2038
1930
 
2039
- Name: has-symbols
2040
- Version: 1.1.0
1931
+ Name: side-channel-map
1932
+ Version: 1.0.1
2041
1933
  License: MIT
2042
1934
  Private: false
2043
- Description: Determine if the JS environment has Symbol support. Supports spec, or shams.
2044
- Repository: git://github.com/inspect-js/has-symbols.git
2045
- Homepage: https://github.com/ljharb/has-symbols#readme
2046
- Author: Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
2047
- Contributors:
2048
- Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
1935
+ Description: Store information about any JS value in a side channel, using a Map
1936
+ Repository: git+https://github.com/ljharb/side-channel-map.git
1937
+ Homepage: https://github.com/ljharb/side-channel-map#readme
1938
+ Author: Jordan Harband <ljharb@gmail.com>
2049
1939
  License Copyright:
2050
1940
  ===
2051
1941
 
2052
1942
  MIT License
2053
1943
 
2054
- Copyright (c) 2016 Jordan Harband
1944
+ Copyright (c) 2024 Jordan Harband
2055
1945
 
2056
1946
  Permission is hereby granted, free of charge, to any person obtaining a copy
2057
1947
  of this software and associated documentation files (the "Software"), to deal
@@ -2073,20 +1963,20 @@ SOFTWARE.
2073
1963
 
2074
1964
  ---
2075
1965
 
2076
- Name: get-proto
2077
- Version: 1.0.1
1966
+ Name: side-channel-weakmap
1967
+ Version: 1.0.2
2078
1968
  License: MIT
2079
1969
  Private: false
2080
- Description: Robustly get the [[Prototype]] of an object
2081
- Repository: git+https://github.com/ljharb/get-proto.git
2082
- Homepage: https://github.com/ljharb/get-proto#readme
1970
+ Description: Store information about any JS value in a side channel. Uses WeakMap if available.
1971
+ Repository: git+https://github.com/ljharb/side-channel-weakmap.git
1972
+ Homepage: https://github.com/ljharb/side-channel-weakmap#readme
2083
1973
  Author: Jordan Harband <ljharb@gmail.com>
2084
1974
  License Copyright:
2085
1975
  ===
2086
1976
 
2087
1977
  MIT License
2088
1978
 
2089
- Copyright (c) 2025 Jordan Harband
1979
+ Copyright (c) 2019 Jordan Harband
2090
1980
 
2091
1981
  Permission is hereby granted, free of charge, to any person obtaining a copy
2092
1982
  of this software and associated documentation files (the "Software"), to deal
@@ -2108,21 +1998,20 @@ SOFTWARE.
2108
1998
 
2109
1999
  ---
2110
2000
 
2111
- Name: function-bind
2112
- Version: 1.1.2
2001
+ Name: side-channel
2002
+ Version: 1.1.0
2113
2003
  License: MIT
2114
2004
  Private: false
2115
- Description: Implementation of Function.prototype.bind
2116
- Repository: https://github.com/Raynos/function-bind.git
2117
- Homepage: https://github.com/Raynos/function-bind
2118
- Author: Raynos <raynos2@gmail.com>
2119
- Contributors:
2120
- Raynos
2121
- Jordan Harband (https://github.com/ljharb)
2005
+ Description: Store information about any JS value in a side channel. Uses WeakMap if available.
2006
+ Repository: git+https://github.com/ljharb/side-channel.git
2007
+ Homepage: https://github.com/ljharb/side-channel#readme
2008
+ Author: Jordan Harband <ljharb@gmail.com>
2122
2009
  License Copyright:
2123
2010
  ===
2124
2011
 
2125
- Copyright (c) 2013 Raynos.
2012
+ MIT License
2013
+
2014
+ Copyright (c) 2019 Jordan Harband
2126
2015
 
2127
2016
  Permission is hereby granted, free of charge, to any person obtaining a copy
2128
2017
  of this software and associated documentation files (the "Software"), to deal
@@ -2131,33 +2020,77 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2131
2020
  copies of the Software, and to permit persons to whom the Software is
2132
2021
  furnished to do so, subject to the following conditions:
2133
2022
 
2134
- The above copyright notice and this permission notice shall be included in
2135
- all copies or substantial portions of the Software.
2023
+ The above copyright notice and this permission notice shall be included in all
2024
+ copies or substantial portions of the Software.
2136
2025
 
2137
2026
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2138
2027
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2139
2028
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2140
2029
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2141
2030
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2142
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2143
- THE SOFTWARE.
2031
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2032
+ SOFTWARE.
2144
2033
 
2145
2034
  ---
2146
2035
 
2147
- Name: call-bind-apply-helpers
2148
- Version: 1.0.2
2149
- License: MIT
2036
+ Name: qs
2037
+ Version: 6.14.0
2038
+ License: BSD-3-Clause
2150
2039
  Private: false
2151
- Description: Helper functions around Function call/apply/bind, for use in `call-bind`
2152
- Repository: git+https://github.com/ljharb/call-bind-apply-helpers.git
2153
- Homepage: https://github.com/ljharb/call-bind-apply-helpers#readme
2154
- Author: Jordan Harband <ljharb@gmail.com>
2040
+ Description: A querystring parser that supports nesting and arrays, with a depth limit
2041
+ Repository: https://github.com/ljharb/qs.git
2042
+ Homepage: https://github.com/ljharb/qs
2043
+ Contributors:
2044
+ Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
2045
+ License Copyright:
2046
+ ===
2047
+
2048
+ BSD 3-Clause License
2049
+
2050
+ Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
2051
+ All rights reserved.
2052
+
2053
+ Redistribution and use in source and binary forms, with or without
2054
+ modification, are permitted provided that the following conditions are met:
2055
+
2056
+ 1. Redistributions of source code must retain the above copyright notice, this
2057
+ list of conditions and the following disclaimer.
2058
+
2059
+ 2. Redistributions in binary form must reproduce the above copyright notice,
2060
+ this list of conditions and the following disclaimer in the documentation
2061
+ and/or other materials provided with the distribution.
2062
+
2063
+ 3. Neither the name of the copyright holder nor the names of its
2064
+ contributors may be used to endorse or promote products derived from
2065
+ this software without specific prior written permission.
2066
+
2067
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2068
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2069
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2070
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2071
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2072
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2073
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2074
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2075
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2076
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2077
+
2078
+ ---
2079
+
2080
+ Name: @tanstack/query-core
2081
+ Version: 5.75.0
2082
+ License: MIT
2083
+ Private: false
2084
+ Description: The framework agnostic core that powers TanStack Query
2085
+ Repository: https://github.com/TanStack/query.git
2086
+ Homepage: https://tanstack.com/query
2087
+ Author: tannerlinsley
2155
2088
  License Copyright:
2156
2089
  ===
2157
2090
 
2158
2091
  MIT License
2159
2092
 
2160
- Copyright (c) 2024 Jordan Harband
2093
+ Copyright (c) 2021-present Tanner Linsley
2161
2094
 
2162
2095
  Permission is hereby granted, free of charge, to any person obtaining a copy
2163
2096
  of this software and associated documentation files (the "Software"), to deal
@@ -2179,20 +2112,20 @@ SOFTWARE.
2179
2112
 
2180
2113
  ---
2181
2114
 
2182
- Name: dunder-proto
2183
- Version: 1.0.1
2115
+ Name: @tanstack/react-query
2116
+ Version: 5.75.2
2184
2117
  License: MIT
2185
2118
  Private: false
2186
- Description: If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
2187
- Repository: git+https://github.com/es-shims/dunder-proto.git
2188
- Homepage: https://github.com/es-shims/dunder-proto#readme
2189
- Author: Jordan Harband <ljharb@gmail.com>
2119
+ Description: Hooks for managing, caching and syncing asynchronous and remote data in React
2120
+ Repository: https://github.com/TanStack/query.git
2121
+ Homepage: https://tanstack.com/query
2122
+ Author: tannerlinsley
2190
2123
  License Copyright:
2191
2124
  ===
2192
2125
 
2193
2126
  MIT License
2194
2127
 
2195
- Copyright (c) 2024 ECMAScript Shims
2128
+ Copyright (c) 2021-present Tanner Linsley
2196
2129
 
2197
2130
  Permission is hereby granted, free of charge, to any person obtaining a copy
2198
2131
  of this software and associated documentation files (the "Software"), to deal
@@ -2214,20 +2147,20 @@ SOFTWARE.
2214
2147
 
2215
2148
  ---
2216
2149
 
2217
- Name: hasown
2218
- Version: 2.0.2
2150
+ Name: react-hook-form
2151
+ Version: 7.56.2
2219
2152
  License: MIT
2220
2153
  Private: false
2221
- Description: A robust, ES3 compatible, "has own property" predicate.
2222
- Repository: git+https://github.com/inspect-js/hasOwn.git
2223
- Homepage: https://github.com/inspect-js/hasOwn#readme
2224
- Author: Jordan Harband <ljharb@gmail.com>
2154
+ Description: Performant, flexible and extensible forms library for React Hooks
2155
+ Repository: https://github.com/react-hook-form/react-hook-form
2156
+ Homepage: https://www.react-hook-form.com
2157
+ Author: Beier <bluebill1049@hotmail.com> (Bill Luo)
2225
2158
  License Copyright:
2226
2159
  ===
2227
2160
 
2228
2161
  MIT License
2229
2162
 
2230
- Copyright (c) Jordan Harband and contributors
2163
+ Copyright (c) 2019-present Beier(Bill) Luo
2231
2164
 
2232
2165
  Permission is hereby granted, free of charge, to any person obtaining a copy
2233
2166
  of this software and associated documentation files (the "Software"), to deal
@@ -2249,20 +2182,20 @@ SOFTWARE.
2249
2182
 
2250
2183
  ---
2251
2184
 
2252
- Name: get-intrinsic
2253
- Version: 1.3.0
2185
+ Name: zod
2186
+ Version: 3.24.4
2254
2187
  License: MIT
2255
2188
  Private: false
2256
- Description: Get and robustly cache all JS language-level intrinsics at first require time
2257
- Repository: git+https://github.com/ljharb/get-intrinsic.git
2258
- Homepage: https://github.com/ljharb/get-intrinsic#readme
2259
- Author: Jordan Harband <ljharb@gmail.com>
2189
+ Description: TypeScript-first schema declaration and validation library with static type inference
2190
+ Repository: git+https://github.com/colinhacks/zod.git
2191
+ Homepage: https://zod.dev
2192
+ Author: Colin McDonnell <colin@colinhacks.com>
2260
2193
  License Copyright:
2261
2194
  ===
2262
2195
 
2263
2196
  MIT License
2264
2197
 
2265
- Copyright (c) 2020 Jordan Harband
2198
+ Copyright (c) 2020 Colin McDonnell
2266
2199
 
2267
2200
  Permission is hereby granted, free of charge, to any person obtaining a copy
2268
2201
  of this software and associated documentation files (the "Software"), to deal
@@ -2284,20 +2217,20 @@ SOFTWARE.
2284
2217
 
2285
2218
  ---
2286
2219
 
2287
- Name: call-bound
2288
- Version: 1.0.4
2220
+ Name: @hookform/resolvers
2221
+ Version: 4.1.3
2289
2222
  License: MIT
2290
2223
  Private: false
2291
- Description: Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
2292
- Repository: git+https://github.com/ljharb/call-bound.git
2293
- Homepage: https://github.com/ljharb/call-bound#readme
2294
- Author: Jordan Harband <ljharb@gmail.com>
2224
+ Description: React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS
2225
+ Repository: git+https://github.com/react-hook-form/resolvers.git
2226
+ Homepage: https://react-hook-form.com
2227
+ Author: bluebill1049 <bluebill1049@hotmail.com>
2295
2228
  License Copyright:
2296
2229
  ===
2297
2230
 
2298
2231
  MIT License
2299
2232
 
2300
- Copyright (c) 2024 Jordan Harband
2233
+ Copyright (c) 2019-present Beier(Bill) Luo
2301
2234
 
2302
2235
  Permission is hereby granted, free of charge, to any person obtaining a copy
2303
2236
  of this software and associated documentation files (the "Software"), to deal
@@ -2319,20 +2252,46 @@ SOFTWARE.
2319
2252
 
2320
2253
  ---
2321
2254
 
2322
- Name: side-channel-map
2323
- Version: 1.0.1
2255
+ Name: tslib
2256
+ Version: 2.8.1
2257
+ License: 0BSD
2258
+ Private: false
2259
+ Description: Runtime library for TypeScript helper functions
2260
+ Repository: https://github.com/Microsoft/tslib.git
2261
+ Homepage: https://www.typescriptlang.org/
2262
+ Author: Microsoft Corp.
2263
+ License Copyright:
2264
+ ===
2265
+
2266
+ Copyright (c) Microsoft Corporation.
2267
+
2268
+ Permission to use, copy, modify, and/or distribute this software for any
2269
+ purpose with or without fee is hereby granted.
2270
+
2271
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2272
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2273
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2274
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2275
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2276
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2277
+ PERFORMANCE OF THIS SOFTWARE.
2278
+
2279
+ ---
2280
+
2281
+ Name: file-selector
2282
+ Version: 2.1.2
2324
2283
  License: MIT
2325
2284
  Private: false
2326
- Description: Store information about any JS value in a side channel, using a Map
2327
- Repository: git+https://github.com/ljharb/side-channel-map.git
2328
- Homepage: https://github.com/ljharb/side-channel-map#readme
2329
- Author: Jordan Harband <ljharb@gmail.com>
2285
+ Description: Convert DataTransfer object to a list of File objects
2286
+ Repository: https://github.com/react-dropzone/file-selector.git
2287
+ Homepage: https://github.com/react-dropzone/file-selector
2288
+ Author: Roland Groza <rolandjitsu@gmail.com>
2330
2289
  License Copyright:
2331
2290
  ===
2332
2291
 
2333
2292
  MIT License
2334
2293
 
2335
- Copyright (c) 2024 Jordan Harband
2294
+ Copyright (c) 2020 Roland Groza
2336
2295
 
2337
2296
  Permission is hereby granted, free of charge, to any person obtaining a copy
2338
2297
  of this software and associated documentation files (the "Software"), to deal
@@ -2354,20 +2313,23 @@ SOFTWARE.
2354
2313
 
2355
2314
  ---
2356
2315
 
2357
- Name: side-channel-weakmap
2358
- Version: 1.0.2
2316
+ Name: attr-accept
2317
+ Version: 2.2.5
2359
2318
  License: MIT
2360
2319
  Private: false
2361
- Description: Store information about any JS value in a side channel. Uses WeakMap if available.
2362
- Repository: git+https://github.com/ljharb/side-channel-weakmap.git
2363
- Homepage: https://github.com/ljharb/side-channel-weakmap#readme
2364
- Author: Jordan Harband <ljharb@gmail.com>
2320
+ Description: JavaScript implementation of the "accept" attribute for HTML5 <input type="file">
2321
+ Repository: https://github.com/react-dropzone/attr-accept.git
2322
+ Homepage: https://github.com/react-dropzone/attr-accept#readme
2323
+ Author: Andrey Okonetchnikov @okonetchnikov
2324
+ Contributors:
2325
+ Andrey Okonetchnikov <andrey@okonet.ru> (http://okonet.ru)
2326
+ Roland Groza <rolandjitsu@gmail.com>
2365
2327
  License Copyright:
2366
2328
  ===
2367
2329
 
2368
- MIT License
2330
+ The MIT License (MIT)
2369
2331
 
2370
- Copyright (c) 2019 Jordan Harband
2332
+ Copyright (c) 2015 Andrey Okonetchnikov
2371
2333
 
2372
2334
  Permission is hereby granted, free of charge, to any person obtaining a copy
2373
2335
  of this software and associated documentation files (the "Software"), to deal
@@ -2389,20 +2351,27 @@ SOFTWARE.
2389
2351
 
2390
2352
  ---
2391
2353
 
2392
- Name: side-channel
2393
- Version: 1.1.0
2354
+ Name: react-dropzone
2355
+ Version: 14.3.8
2394
2356
  License: MIT
2395
2357
  Private: false
2396
- Description: Store information about any JS value in a side channel. Uses WeakMap if available.
2397
- Repository: git+https://github.com/ljharb/side-channel.git
2398
- Homepage: https://github.com/ljharb/side-channel#readme
2399
- Author: Jordan Harband <ljharb@gmail.com>
2358
+ Description: Simple HTML5 drag-drop zone with React.js
2359
+ Repository: https://github.com/react-dropzone/react-dropzone.git
2360
+ Homepage: https://github.com/react-dropzone/react-dropzone
2361
+ Author: Param Aggarwal
2362
+ Contributors:
2363
+ Andrey Okonetchnikov <andrey@okonet.ru> (http://okonet.ru)
2364
+ Mike Olson <me@mwolson.org>
2365
+ Param Aggarwal
2366
+ Tyler Waters <tyler.waters@gmail.com>
2367
+ Rick Markins <rmarkins@gmail.com>
2368
+ Roland Groza <rolandjitsu@gmail.com>
2400
2369
  License Copyright:
2401
2370
  ===
2402
2371
 
2403
- MIT License
2372
+ The MIT License (MIT)
2404
2373
 
2405
- Copyright (c) 2019 Jordan Harband
2374
+ Copyright (c) 2018 Param Aggarwal
2406
2375
 
2407
2376
  Permission is hereby granted, free of charge, to any person obtaining a copy
2408
2377
  of this software and associated documentation files (the "Software"), to deal
@@ -2424,82 +2393,218 @@ SOFTWARE.
2424
2393
 
2425
2394
  ---
2426
2395
 
2427
- Name: qs
2428
- Version: 6.14.0
2429
- License: BSD-3-Clause
2430
- Private: false
2431
- Description: A querystring parser that supports nesting and arrays, with a depth limit
2432
- Repository: https://github.com/ljharb/qs.git
2433
- Homepage: https://github.com/ljharb/qs
2434
- Contributors:
2435
- Jordan Harband <ljharb@gmail.com> (http://ljharb.codes)
2436
- License Copyright:
2437
- ===
2396
+ Name: xlsx-js-style
2397
+ Version: 1.2.0
2398
+ License: Apache-2.0
2399
+ Private: false
2400
+ Description: SheetJS Spreadsheet Community Edition plus Basic Cell Styles
2401
+ Repository: git://github.com/gitbrent/xlsx-js-style.git
2402
+ Homepage: https://github.com/gitbrent/xlsx-js-style/
2403
+ Author: gitbrent
2404
+ License Copyright:
2405
+ ===
2406
+
2407
+ Apache License
2408
+ Version 2.0, January 2004
2409
+ http://www.apache.org/licenses/
2410
+
2411
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2412
+
2413
+ 1. Definitions.
2414
+
2415
+ "License" shall mean the terms and conditions for use, reproduction,
2416
+ and distribution as defined by Sections 1 through 9 of this document.
2417
+
2418
+ "Licensor" shall mean the copyright owner or entity authorized by
2419
+ the copyright owner that is granting the License.
2420
+
2421
+ "Legal Entity" shall mean the union of the acting entity and all
2422
+ other entities that control, are controlled by, or are under common
2423
+ control with that entity. For the purposes of this definition,
2424
+ "control" means (i) the power, direct or indirect, to cause the
2425
+ direction or management of such entity, whether by contract or
2426
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2427
+ outstanding shares, or (iii) beneficial ownership of such entity.
2428
+
2429
+ "You" (or "Your") shall mean an individual or Legal Entity
2430
+ exercising permissions granted by this License.
2431
+
2432
+ "Source" form shall mean the preferred form for making modifications,
2433
+ including but not limited to software source code, documentation
2434
+ source, and configuration files.
2435
+
2436
+ "Object" form shall mean any form resulting from mechanical
2437
+ transformation or translation of a Source form, including but
2438
+ not limited to compiled object code, generated documentation,
2439
+ and conversions to other media types.
2440
+
2441
+ "Work" shall mean the work of authorship, whether in Source or
2442
+ Object form, made available under the License, as indicated by a
2443
+ copyright notice that is included in or attached to the work
2444
+ (an example is provided in the Appendix below).
2445
+
2446
+ "Derivative Works" shall mean any work, whether in Source or Object
2447
+ form, that is based on (or derived from) the Work and for which the
2448
+ editorial revisions, annotations, elaborations, or other modifications
2449
+ represent, as a whole, an original work of authorship. For the purposes
2450
+ of this License, Derivative Works shall not include works that remain
2451
+ separable from, or merely link (or bind by name) to the interfaces of,
2452
+ the Work and Derivative Works thereof.
2453
+
2454
+ "Contribution" shall mean any work of authorship, including
2455
+ the original version of the Work and any modifications or additions
2456
+ to that Work or Derivative Works thereof, that is intentionally
2457
+ submitted to Licensor for inclusion in the Work by the copyright owner
2458
+ or by an individual or Legal Entity authorized to submit on behalf of
2459
+ the copyright owner. For the purposes of this definition, "submitted"
2460
+ means any form of electronic, verbal, or written communication sent
2461
+ to the Licensor or its representatives, including but not limited to
2462
+ communication on electronic mailing lists, source code control systems,
2463
+ and issue tracking systems that are managed by, or on behalf of, the
2464
+ Licensor for the purpose of discussing and improving the Work, but
2465
+ excluding communication that is conspicuously marked or otherwise
2466
+ designated in writing by the copyright owner as "Not a Contribution."
2467
+
2468
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2469
+ on behalf of whom a Contribution has been received by Licensor and
2470
+ subsequently incorporated within the Work.
2471
+
2472
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2473
+ this License, each Contributor hereby grants to You a perpetual,
2474
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2475
+ copyright license to reproduce, prepare Derivative Works of,
2476
+ publicly display, publicly perform, sublicense, and distribute the
2477
+ Work and such Derivative Works in Source or Object form.
2478
+
2479
+ 3. Grant of Patent License. Subject to the terms and conditions of
2480
+ this License, each Contributor hereby grants to You a perpetual,
2481
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2482
+ (except as stated in this section) patent license to make, have made,
2483
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2484
+ where such license applies only to those patent claims licensable
2485
+ by such Contributor that are necessarily infringed by their
2486
+ Contribution(s) alone or by combination of their Contribution(s)
2487
+ with the Work to which such Contribution(s) was submitted. If You
2488
+ institute patent litigation against any entity (including a
2489
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2490
+ or a Contribution incorporated within the Work constitutes direct
2491
+ or contributory patent infringement, then any patent licenses
2492
+ granted to You under this License for that Work shall terminate
2493
+ as of the date such litigation is filed.
2494
+
2495
+ 4. Redistribution. You may reproduce and distribute copies of the
2496
+ Work or Derivative Works thereof in any medium, with or without
2497
+ modifications, and in Source or Object form, provided that You
2498
+ meet the following conditions:
2499
+
2500
+ (a) You must give any other recipients of the Work or
2501
+ Derivative Works a copy of this License; and
2502
+
2503
+ (b) You must cause any modified files to carry prominent notices
2504
+ stating that You changed the files; and
2505
+
2506
+ (c) You must retain, in the Source form of any Derivative Works
2507
+ that You distribute, all copyright, patent, trademark, and
2508
+ attribution notices from the Source form of the Work,
2509
+ excluding those notices that do not pertain to any part of
2510
+ the Derivative Works; and
2438
2511
 
2439
- BSD 3-Clause License
2512
+ (d) If the Work includes a "NOTICE" text file as part of its
2513
+ distribution, then any Derivative Works that You distribute must
2514
+ include a readable copy of the attribution notices contained
2515
+ within such NOTICE file, excluding those notices that do not
2516
+ pertain to any part of the Derivative Works, in at least one
2517
+ of the following places: within a NOTICE text file distributed
2518
+ as part of the Derivative Works; within the Source form or
2519
+ documentation, if provided along with the Derivative Works; or,
2520
+ within a display generated by the Derivative Works, if and
2521
+ wherever such third-party notices normally appear. The contents
2522
+ of the NOTICE file are for informational purposes only and
2523
+ do not modify the License. You may add Your own attribution
2524
+ notices within Derivative Works that You distribute, alongside
2525
+ or as an addendum to the NOTICE text from the Work, provided
2526
+ that such additional attribution notices cannot be construed
2527
+ as modifying the License.
2440
2528
 
2441
- Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
2442
- All rights reserved.
2529
+ You may add Your own copyright statement to Your modifications and
2530
+ may provide additional or different license terms and conditions
2531
+ for use, reproduction, or distribution of Your modifications, or
2532
+ for any such Derivative Works as a whole, provided Your use,
2533
+ reproduction, and distribution of the Work otherwise complies with
2534
+ the conditions stated in this License.
2443
2535
 
2444
- Redistribution and use in source and binary forms, with or without
2445
- modification, are permitted provided that the following conditions are met:
2536
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2537
+ any Contribution intentionally submitted for inclusion in the Work
2538
+ by You to the Licensor shall be under the terms and conditions of
2539
+ this License, without any additional terms or conditions.
2540
+ Notwithstanding the above, nothing herein shall supersede or modify
2541
+ the terms of any separate license agreement you may have executed
2542
+ with Licensor regarding such Contributions.
2446
2543
 
2447
- 1. Redistributions of source code must retain the above copyright notice, this
2448
- list of conditions and the following disclaimer.
2544
+ 6. Trademarks. This License does not grant permission to use the trade
2545
+ names, trademarks, service marks, or product names of the Licensor,
2546
+ except as required for reasonable and customary use in describing the
2547
+ origin of the Work and reproducing the content of the NOTICE file.
2449
2548
 
2450
- 2. Redistributions in binary form must reproduce the above copyright notice,
2451
- this list of conditions and the following disclaimer in the documentation
2452
- and/or other materials provided with the distribution.
2549
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2550
+ agreed to in writing, Licensor provides the Work (and each
2551
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2552
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2553
+ implied, including, without limitation, any warranties or conditions
2554
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2555
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2556
+ appropriateness of using or redistributing the Work and assume any
2557
+ risks associated with Your exercise of permissions under this License.
2453
2558
 
2454
- 3. Neither the name of the copyright holder nor the names of its
2455
- contributors may be used to endorse or promote products derived from
2456
- this software without specific prior written permission.
2559
+ 8. Limitation of Liability. In no event and under no legal theory,
2560
+ whether in tort (including negligence), contract, or otherwise,
2561
+ unless required by applicable law (such as deliberate and grossly
2562
+ negligent acts) or agreed to in writing, shall any Contributor be
2563
+ liable to You for damages, including any direct, indirect, special,
2564
+ incidental, or consequential damages of any character arising as a
2565
+ result of this License or out of the use or inability to use the
2566
+ Work (including but not limited to damages for loss of goodwill,
2567
+ work stoppage, computer failure or malfunction, or any and all
2568
+ other commercial damages or losses), even if such Contributor
2569
+ has been advised of the possibility of such damages.
2457
2570
 
2458
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2459
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2460
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2461
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2462
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2463
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2464
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2465
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2466
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2467
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2571
+ 9. Accepting Warranty or Additional Liability. While redistributing
2572
+ the Work or Derivative Works thereof, You may choose to offer,
2573
+ and charge a fee for, acceptance of support, warranty, indemnity,
2574
+ or other liability obligations and/or rights consistent with this
2575
+ License. However, in accepting such obligations, You may act only
2576
+ on Your own behalf and on Your sole responsibility, not on behalf
2577
+ of any other Contributor, and only if You agree to indemnify,
2578
+ defend, and hold each Contributor harmless for any liability
2579
+ incurred by, or claims asserted against, such Contributor by reason
2580
+ of your accepting any such warranty or additional liability.
2468
2581
 
2469
- ---
2582
+ END OF TERMS AND CONDITIONS
2470
2583
 
2471
- Name: react-hook-form
2472
- Version: 7.56.2
2473
- License: MIT
2474
- Private: false
2475
- Description: Performant, flexible and extensible forms library for React Hooks
2476
- Repository: https://github.com/react-hook-form/react-hook-form
2477
- Homepage: https://www.react-hook-form.com
2478
- Author: Beier <bluebill1049@hotmail.com> (Bill Luo)
2479
- License Copyright:
2480
- ===
2584
+ APPENDIX: How to apply the Apache License to your work.
2481
2585
 
2482
- MIT License
2586
+ To apply the Apache License to your work, attach the following
2587
+ boilerplate notice, with the fields enclosed by brackets "{}"
2588
+ replaced with your own identifying information. (Don't include
2589
+ the brackets!) The text should be enclosed in the appropriate
2590
+ comment syntax for the file format. We also recommend that a
2591
+ file or class name and description of purpose be included on the
2592
+ same "printed page" as the copyright notice for easier
2593
+ identification within third-party archives.
2483
2594
 
2484
- Copyright (c) 2019-present Beier(Bill) Luo
2595
+ Copyright (C) 2012-present SheetJS LLC
2485
2596
 
2486
- Permission is hereby granted, free of charge, to any person obtaining a copy
2487
- of this software and associated documentation files (the "Software"), to deal
2488
- in the Software without restriction, including without limitation the rights
2489
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2490
- copies of the Software, and to permit persons to whom the Software is
2491
- furnished to do so, subject to the following conditions:
2597
+ Licensed under the Apache License, Version 2.0 (the "License");
2598
+ you may not use this file except in compliance with the License.
2599
+ You may obtain a copy of the License at
2492
2600
 
2493
- The above copyright notice and this permission notice shall be included in all
2494
- copies or substantial portions of the Software.
2601
+ http://www.apache.org/licenses/LICENSE-2.0
2495
2602
 
2496
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2497
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2498
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2499
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2500
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2501
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2502
- SOFTWARE.
2603
+ Unless required by applicable law or agreed to in writing, software
2604
+ distributed under the License is distributed on an "AS IS" BASIS,
2605
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2606
+ See the License for the specific language governing permissions and
2607
+ limitations under the License.
2503
2608
 
2504
2609
  ---
2505
2610
 
@@ -2571,76 +2676,6 @@ SOFTWARE.
2571
2676
 
2572
2677
  ---
2573
2678
 
2574
- Name: @tanstack/query-core
2575
- Version: 5.75.0
2576
- License: MIT
2577
- Private: false
2578
- Description: The framework agnostic core that powers TanStack Query
2579
- Repository: https://github.com/TanStack/query.git
2580
- Homepage: https://tanstack.com/query
2581
- Author: tannerlinsley
2582
- License Copyright:
2583
- ===
2584
-
2585
- MIT License
2586
-
2587
- Copyright (c) 2021-present Tanner Linsley
2588
-
2589
- Permission is hereby granted, free of charge, to any person obtaining a copy
2590
- of this software and associated documentation files (the "Software"), to deal
2591
- in the Software without restriction, including without limitation the rights
2592
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2593
- copies of the Software, and to permit persons to whom the Software is
2594
- furnished to do so, subject to the following conditions:
2595
-
2596
- The above copyright notice and this permission notice shall be included in all
2597
- copies or substantial portions of the Software.
2598
-
2599
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2600
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2601
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2602
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2603
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2604
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2605
- SOFTWARE.
2606
-
2607
- ---
2608
-
2609
- Name: @tanstack/react-query
2610
- Version: 5.75.2
2611
- License: MIT
2612
- Private: false
2613
- Description: Hooks for managing, caching and syncing asynchronous and remote data in React
2614
- Repository: https://github.com/TanStack/query.git
2615
- Homepage: https://tanstack.com/query
2616
- Author: tannerlinsley
2617
- License Copyright:
2618
- ===
2619
-
2620
- MIT License
2621
-
2622
- Copyright (c) 2021-present Tanner Linsley
2623
-
2624
- Permission is hereby granted, free of charge, to any person obtaining a copy
2625
- of this software and associated documentation files (the "Software"), to deal
2626
- in the Software without restriction, including without limitation the rights
2627
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2628
- copies of the Software, and to permit persons to whom the Software is
2629
- furnished to do so, subject to the following conditions:
2630
-
2631
- The above copyright notice and this permission notice shall be included in all
2632
- copies or substantial portions of the Software.
2633
-
2634
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2635
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2636
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2637
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2638
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2639
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2640
- SOFTWARE.
2641
-
2642
- ---
2643
-
2644
2679
  Name: posthog-js
2645
2680
  Version: 1.343.1
2646
2681
  License: SEE LICENSE IN LICENSE
@@ -2988,41 +3023,6 @@ SOFTWARE.
2988
3023
 
2989
3024
  ---
2990
3025
 
2991
- Name: @hookform/resolvers
2992
- Version: 4.1.3
2993
- License: MIT
2994
- Private: false
2995
- Description: React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS
2996
- Repository: git+https://github.com/react-hook-form/resolvers.git
2997
- Homepage: https://react-hook-form.com
2998
- Author: bluebill1049 <bluebill1049@hotmail.com>
2999
- License Copyright:
3000
- ===
3001
-
3002
- MIT License
3003
-
3004
- Copyright (c) 2019-present Beier(Bill) Luo
3005
-
3006
- Permission is hereby granted, free of charge, to any person obtaining a copy
3007
- of this software and associated documentation files (the "Software"), to deal
3008
- in the Software without restriction, including without limitation the rights
3009
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3010
- copies of the Software, and to permit persons to whom the Software is
3011
- furnished to do so, subject to the following conditions:
3012
-
3013
- The above copyright notice and this permission notice shall be included in all
3014
- copies or substantial portions of the Software.
3015
-
3016
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3017
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3018
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3019
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3020
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3021
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3022
- SOFTWARE.
3023
-
3024
- ---
3025
-
3026
3026
  Name: goober
3027
3027
  Version: 2.1.16
3028
3028
  License: MIT