@brightlayer-ui/react-native-template-blank-typescript 4.0.0 → 4.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/template/package.json +2 -2
- package/template/yarn.lock +116 -51
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/template/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"test": "jest"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@brightlayer-ui/react-native-components": "^9.
|
|
15
|
+
"@brightlayer-ui/react-native-components": "^9.1.1",
|
|
16
16
|
"@brightlayer-ui/react-native-vector-icons": "^3.0.0",
|
|
17
17
|
"@react-native-vector-icons/material-design-icons": "^12.2.0",
|
|
18
18
|
"@react-native-vector-icons/material-icons": "^12.2.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@brightlayer-ui/eslint-config": "^4.0.0",
|
|
31
31
|
"@brightlayer-ui/prettier-config": "^1.0.3",
|
|
32
32
|
"@eslint/js": "^9.30.0",
|
|
33
|
-
"@react-native-community/cli": "19.
|
|
33
|
+
"@react-native-community/cli": "19.1.2",
|
|
34
34
|
"@react-native-community/cli-platform-android": "19.0.0",
|
|
35
35
|
"@react-native-community/cli-platform-ios": "19.0.0",
|
|
36
36
|
"@react-native/babel-preset": "0.80.1",
|
package/template/yarn.lock
CHANGED
|
@@ -1048,10 +1048,10 @@
|
|
|
1048
1048
|
resolved "https://registry.yarnpkg.com/@brightlayer-ui/prettier-config/-/prettier-config-1.0.3.tgz#e40a7ae7435c6fd5118acbf249080e0aa81e93af"
|
|
1049
1049
|
integrity sha512-EYm3+V7Qd+oYEF+8FadsXAZqXryEHHbGnrV1BMp9selhABjceqUqXPVE4Sn3SKWQdBNJ3En2A3EzgrzRbvRTaw==
|
|
1050
1050
|
|
|
1051
|
-
"@brightlayer-ui/react-native-components@^9.
|
|
1052
|
-
version "9.
|
|
1053
|
-
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-components/-/react-native-components-9.
|
|
1054
|
-
integrity sha512-
|
|
1051
|
+
"@brightlayer-ui/react-native-components@^9.1.1":
|
|
1052
|
+
version "9.1.1"
|
|
1053
|
+
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-components/-/react-native-components-9.1.1.tgz#86643c371a00e5f9b28207be13229cfa02cbfd09"
|
|
1054
|
+
integrity sha512-0bYUGOeB/fsLiRzkikki0NBBwoxnuS9M5UgOrmHMDNmoeosdHYVkmhPf3sVZT1LWajrN4sPLRhhC3017VUvuCQ==
|
|
1055
1055
|
dependencies:
|
|
1056
1056
|
"@brightlayer-ui/react-native-themes" "7.0.1"
|
|
1057
1057
|
"@callstack/react-theme-provider" "^3.0.9"
|
|
@@ -1637,12 +1637,12 @@
|
|
|
1637
1637
|
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
|
|
1638
1638
|
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
|
|
1639
1639
|
|
|
1640
|
-
"@react-native-community/cli-clean@19.
|
|
1641
|
-
version "19.
|
|
1642
|
-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-19.
|
|
1643
|
-
integrity sha512-
|
|
1640
|
+
"@react-native-community/cli-clean@19.1.2":
|
|
1641
|
+
version "19.1.2"
|
|
1642
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-19.1.2.tgz#10be56a6ab966c141090176e54937cb7b7618a9b"
|
|
1643
|
+
integrity sha512-LI/bTLtosbDyHtIs+HxlmHp+5Nbjz+IIEEqrBO2tUeA+ENX01YEnIgGIv4z7giNWkHSiqywjdOyYNqg27ydy2g==
|
|
1644
1644
|
dependencies:
|
|
1645
|
-
"@react-native-community/cli-tools" "19.
|
|
1645
|
+
"@react-native-community/cli-tools" "19.1.2"
|
|
1646
1646
|
chalk "^4.1.2"
|
|
1647
1647
|
execa "^5.0.0"
|
|
1648
1648
|
fast-glob "^3.3.2"
|
|
@@ -1657,6 +1657,16 @@
|
|
|
1657
1657
|
fast-glob "^3.3.2"
|
|
1658
1658
|
fast-xml-parser "^4.4.1"
|
|
1659
1659
|
|
|
1660
|
+
"@react-native-community/cli-config-android@19.1.2":
|
|
1661
|
+
version "19.1.2"
|
|
1662
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config-android/-/cli-config-android-19.1.2.tgz#f8a03a0a49cd89a4e6bffed46396b3a2ea7690df"
|
|
1663
|
+
integrity sha512-IIhzhDUmT53RT45Qrxc/OfvkTD4U7IrfkfoIdKmBT6O0X0QaoegK4OE6aAuc86D2GXlD5rbVcPMSuN4TY8Hmlw==
|
|
1664
|
+
dependencies:
|
|
1665
|
+
"@react-native-community/cli-tools" "19.1.2"
|
|
1666
|
+
chalk "^4.1.2"
|
|
1667
|
+
fast-glob "^3.3.2"
|
|
1668
|
+
fast-xml-parser "^4.4.1"
|
|
1669
|
+
|
|
1660
1670
|
"@react-native-community/cli-config-apple@19.0.0":
|
|
1661
1671
|
version "19.0.0"
|
|
1662
1672
|
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config-apple/-/cli-config-apple-19.0.0.tgz#f7339c5cd5529bcabdd17480a69dfd9bbbd3f7f2"
|
|
@@ -1667,28 +1677,38 @@
|
|
|
1667
1677
|
execa "^5.0.0"
|
|
1668
1678
|
fast-glob "^3.3.2"
|
|
1669
1679
|
|
|
1670
|
-
"@react-native-community/cli-config@19.
|
|
1671
|
-
version "19.
|
|
1672
|
-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-19.
|
|
1673
|
-
integrity sha512-
|
|
1680
|
+
"@react-native-community/cli-config-apple@19.1.2":
|
|
1681
|
+
version "19.1.2"
|
|
1682
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config-apple/-/cli-config-apple-19.1.2.tgz#d251fc18043f2e202d681a8ac911b8b1688409f4"
|
|
1683
|
+
integrity sha512-91upuYMLgEtJE6foWQFgGDpT3ZDTc5bX6rMY5cJMqiAE5svgh1q0kbbpRuv/ptBYzcxLplL7wZWpA77TlJdm9A==
|
|
1674
1684
|
dependencies:
|
|
1675
|
-
"@react-native-community/cli-tools" "19.
|
|
1685
|
+
"@react-native-community/cli-tools" "19.1.2"
|
|
1686
|
+
chalk "^4.1.2"
|
|
1687
|
+
execa "^5.0.0"
|
|
1688
|
+
fast-glob "^3.3.2"
|
|
1689
|
+
|
|
1690
|
+
"@react-native-community/cli-config@19.1.2":
|
|
1691
|
+
version "19.1.2"
|
|
1692
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-19.1.2.tgz#d6432c3100d2a7cb1e92d47b39bf3688fd712970"
|
|
1693
|
+
integrity sha512-o0cc6R6r9nY9MiLFeLIN797fBLWwKW9cee/NCm6nBBzPk/paro6HEbcXE02xnVzMb+nhQPrbPOzp3qE7WhtwRA==
|
|
1694
|
+
dependencies:
|
|
1695
|
+
"@react-native-community/cli-tools" "19.1.2"
|
|
1676
1696
|
chalk "^4.1.2"
|
|
1677
1697
|
cosmiconfig "^9.0.0"
|
|
1678
1698
|
deepmerge "^4.3.0"
|
|
1679
1699
|
fast-glob "^3.3.2"
|
|
1680
1700
|
joi "^17.2.1"
|
|
1681
1701
|
|
|
1682
|
-
"@react-native-community/cli-doctor@19.
|
|
1683
|
-
version "19.
|
|
1684
|
-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-19.
|
|
1685
|
-
integrity sha512-
|
|
1702
|
+
"@react-native-community/cli-doctor@19.1.2":
|
|
1703
|
+
version "19.1.2"
|
|
1704
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-19.1.2.tgz#b318d000a12d029d65f829aba5e6f14f5c6132b8"
|
|
1705
|
+
integrity sha512-uUV/1QrWA1Cx7dqkTCcarqfya/7gBmKXd9BzVCEl6bzAn1jd1Q5UaZ+DmZgAoLVKlbAjpPTJTfqjD44aqUdjyA==
|
|
1686
1706
|
dependencies:
|
|
1687
|
-
"@react-native-community/cli-config" "19.
|
|
1688
|
-
"@react-native-community/cli-platform-android" "19.
|
|
1689
|
-
"@react-native-community/cli-platform-apple" "19.
|
|
1690
|
-
"@react-native-community/cli-platform-ios" "19.
|
|
1691
|
-
"@react-native-community/cli-tools" "19.
|
|
1707
|
+
"@react-native-community/cli-config" "19.1.2"
|
|
1708
|
+
"@react-native-community/cli-platform-android" "19.1.2"
|
|
1709
|
+
"@react-native-community/cli-platform-apple" "19.1.2"
|
|
1710
|
+
"@react-native-community/cli-platform-ios" "19.1.2"
|
|
1711
|
+
"@react-native-community/cli-tools" "19.1.2"
|
|
1692
1712
|
chalk "^4.1.2"
|
|
1693
1713
|
command-exists "^1.2.8"
|
|
1694
1714
|
deepmerge "^4.3.0"
|
|
@@ -1711,6 +1731,17 @@
|
|
|
1711
1731
|
execa "^5.0.0"
|
|
1712
1732
|
logkitty "^0.7.1"
|
|
1713
1733
|
|
|
1734
|
+
"@react-native-community/cli-platform-android@19.1.2":
|
|
1735
|
+
version "19.1.2"
|
|
1736
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-19.1.2.tgz#72d3dd69730a18373c4185f1f17e65c49fbc2b39"
|
|
1737
|
+
integrity sha512-eMryTlSSTl3JK/tZTaMaMgHec9qu+eQj+3A15qmBdj2ac3p/hiauwAe4q35rz5XABw1cJCuyn+s469YsdTllaw==
|
|
1738
|
+
dependencies:
|
|
1739
|
+
"@react-native-community/cli-config-android" "19.1.2"
|
|
1740
|
+
"@react-native-community/cli-tools" "19.1.2"
|
|
1741
|
+
chalk "^4.1.2"
|
|
1742
|
+
execa "^5.0.0"
|
|
1743
|
+
logkitty "^0.7.1"
|
|
1744
|
+
|
|
1714
1745
|
"@react-native-community/cli-platform-apple@19.0.0":
|
|
1715
1746
|
version "19.0.0"
|
|
1716
1747
|
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-19.0.0.tgz#6cc10764accafcc00f5cdce001738e8886504a61"
|
|
@@ -1722,6 +1753,17 @@
|
|
|
1722
1753
|
execa "^5.0.0"
|
|
1723
1754
|
fast-xml-parser "^4.4.1"
|
|
1724
1755
|
|
|
1756
|
+
"@react-native-community/cli-platform-apple@19.1.2":
|
|
1757
|
+
version "19.1.2"
|
|
1758
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-19.1.2.tgz#42f8eb69e870f132ffa1383930c53c93b4949783"
|
|
1759
|
+
integrity sha512-TtaF8Pyrs4dnIH3LTvuPnPjGDsSVaZLu+8s4y5bngzZIf9r7M/HJTlpnhm8+bQPsahxNhNQZBGUBrQJqfmg7Ww==
|
|
1760
|
+
dependencies:
|
|
1761
|
+
"@react-native-community/cli-config-apple" "19.1.2"
|
|
1762
|
+
"@react-native-community/cli-tools" "19.1.2"
|
|
1763
|
+
chalk "^4.1.2"
|
|
1764
|
+
execa "^5.0.0"
|
|
1765
|
+
fast-xml-parser "^4.4.1"
|
|
1766
|
+
|
|
1725
1767
|
"@react-native-community/cli-platform-ios@19.0.0":
|
|
1726
1768
|
version "19.0.0"
|
|
1727
1769
|
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-19.0.0.tgz#cda8518875ae61217a41a6950ec4b70c1766280a"
|
|
@@ -1729,12 +1771,19 @@
|
|
|
1729
1771
|
dependencies:
|
|
1730
1772
|
"@react-native-community/cli-platform-apple" "19.0.0"
|
|
1731
1773
|
|
|
1732
|
-
"@react-native-community/cli-
|
|
1733
|
-
version "19.
|
|
1734
|
-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-
|
|
1735
|
-
integrity sha512-
|
|
1774
|
+
"@react-native-community/cli-platform-ios@19.1.2":
|
|
1775
|
+
version "19.1.2"
|
|
1776
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-19.1.2.tgz#2925279acbfa22dc6e05f189f8908cb0c6427f6e"
|
|
1777
|
+
integrity sha512-rmLZjwpI+mV3bbd6FgR6yM/ekFNr4QM/Dgzmatkh8k94B5uGtw5Me4EKlY+MrqR3lIyjzqWtLoefcJxA1c9d2w==
|
|
1736
1778
|
dependencies:
|
|
1737
|
-
"@react-native-community/cli-
|
|
1779
|
+
"@react-native-community/cli-platform-apple" "19.1.2"
|
|
1780
|
+
|
|
1781
|
+
"@react-native-community/cli-server-api@19.1.2":
|
|
1782
|
+
version "19.1.2"
|
|
1783
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-19.1.2.tgz#adc5353314d40c50d1bfddbc1b85a29e3650ce03"
|
|
1784
|
+
integrity sha512-K6UIvtw6VtcKxCX+rJ5mKQYiqcSSRKODPQ2nbIeIxjjO5nDjDriGkFC/ypHHk38oZuJYOLbOySqnnCNkdEI4uQ==
|
|
1785
|
+
dependencies:
|
|
1786
|
+
"@react-native-community/cli-tools" "19.1.2"
|
|
1738
1787
|
body-parser "^1.20.3"
|
|
1739
1788
|
compression "^1.7.1"
|
|
1740
1789
|
connect "^3.6.5"
|
|
@@ -1761,6 +1810,22 @@
|
|
|
1761
1810
|
prompts "^2.4.2"
|
|
1762
1811
|
semver "^7.5.2"
|
|
1763
1812
|
|
|
1813
|
+
"@react-native-community/cli-tools@19.1.2":
|
|
1814
|
+
version "19.1.2"
|
|
1815
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-19.1.2.tgz#970e952d373432b2a9cc109ba3f99f8c7d812700"
|
|
1816
|
+
integrity sha512-AsDuZu/7R/QX+vGpJIRK97v24X+zqkmwA9/uLRguLTHM175nUxb/byXmAKWuZylG2FAikVvf7EqV8MFGbwM7Wg==
|
|
1817
|
+
dependencies:
|
|
1818
|
+
"@vscode/sudo-prompt" "^9.0.0"
|
|
1819
|
+
appdirsjs "^1.2.4"
|
|
1820
|
+
chalk "^4.1.2"
|
|
1821
|
+
execa "^5.0.0"
|
|
1822
|
+
find-up "^5.0.0"
|
|
1823
|
+
launch-editor "^2.9.1"
|
|
1824
|
+
mime "^2.4.1"
|
|
1825
|
+
ora "^5.4.1"
|
|
1826
|
+
prompts "^2.4.2"
|
|
1827
|
+
semver "^7.5.2"
|
|
1828
|
+
|
|
1764
1829
|
"@react-native-community/cli-tools@^17.0.0":
|
|
1765
1830
|
version "17.0.0"
|
|
1766
1831
|
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-17.0.0.tgz#c46bae5e5ffeee7067d0e55d2ee1de128e310ac3"
|
|
@@ -1777,24 +1842,24 @@
|
|
|
1777
1842
|
prompts "^2.4.2"
|
|
1778
1843
|
semver "^7.5.2"
|
|
1779
1844
|
|
|
1780
|
-
"@react-native-community/cli-types@19.
|
|
1781
|
-
version "19.
|
|
1782
|
-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-19.
|
|
1783
|
-
integrity sha512-
|
|
1845
|
+
"@react-native-community/cli-types@19.1.2":
|
|
1846
|
+
version "19.1.2"
|
|
1847
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-19.1.2.tgz#a59911cac2fb2043c70b093e0e61ebc0ac105619"
|
|
1848
|
+
integrity sha512-Ze6fi6jE+JPvMlISWbZ/eCPOkRuuEs1SX4rJGWOXPcDzEVF6gs1ePsAjdzQ3RJYRMqQ49vo6iGiOZs//z5kuVw==
|
|
1784
1849
|
dependencies:
|
|
1785
1850
|
joi "^17.2.1"
|
|
1786
1851
|
|
|
1787
|
-
"@react-native-community/cli@19.
|
|
1788
|
-
version "19.
|
|
1789
|
-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-19.
|
|
1790
|
-
integrity sha512-
|
|
1791
|
-
dependencies:
|
|
1792
|
-
"@react-native-community/cli-clean" "19.
|
|
1793
|
-
"@react-native-community/cli-config" "19.
|
|
1794
|
-
"@react-native-community/cli-doctor" "19.
|
|
1795
|
-
"@react-native-community/cli-server-api" "19.
|
|
1796
|
-
"@react-native-community/cli-tools" "19.
|
|
1797
|
-
"@react-native-community/cli-types" "19.
|
|
1852
|
+
"@react-native-community/cli@19.1.2":
|
|
1853
|
+
version "19.1.2"
|
|
1854
|
+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-19.1.2.tgz#f83bbecb2c1217a07270afdd9173d74453b3ec49"
|
|
1855
|
+
integrity sha512-b28TLqODMgQRx6f4gbHoHYpnKyFbWzJkIk3+Ggpad/at493KfGQ+WvKg1sts/st8mxzmbk0T6lCc/9A3QoFKkQ==
|
|
1856
|
+
dependencies:
|
|
1857
|
+
"@react-native-community/cli-clean" "19.1.2"
|
|
1858
|
+
"@react-native-community/cli-config" "19.1.2"
|
|
1859
|
+
"@react-native-community/cli-doctor" "19.1.2"
|
|
1860
|
+
"@react-native-community/cli-server-api" "19.1.2"
|
|
1861
|
+
"@react-native-community/cli-tools" "19.1.2"
|
|
1862
|
+
"@react-native-community/cli-types" "19.1.2"
|
|
1798
1863
|
chalk "^4.1.2"
|
|
1799
1864
|
commander "^9.4.1"
|
|
1800
1865
|
deepmerge "^4.3.0"
|
|
@@ -3986,11 +4051,11 @@ fast-levenshtein@^2.0.6:
|
|
|
3986
4051
|
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
|
|
3987
4052
|
|
|
3988
4053
|
fast-xml-parser@^4.4.1:
|
|
3989
|
-
version "4.5.
|
|
3990
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.
|
|
3991
|
-
integrity sha512-
|
|
4054
|
+
version "4.5.4"
|
|
4055
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz#64e52ddf1308001893bd225d5b1768840511c797"
|
|
4056
|
+
integrity sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==
|
|
3992
4057
|
dependencies:
|
|
3993
|
-
strnum "^1.
|
|
4058
|
+
strnum "^1.0.5"
|
|
3994
4059
|
|
|
3995
4060
|
fastq@^1.6.0:
|
|
3996
4061
|
version "1.19.1"
|
|
@@ -4058,9 +4123,9 @@ flat-cache@^4.0.0:
|
|
|
4058
4123
|
keyv "^4.5.4"
|
|
4059
4124
|
|
|
4060
4125
|
flatted@^3.2.9:
|
|
4061
|
-
version "3.
|
|
4062
|
-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.
|
|
4063
|
-
integrity sha512-
|
|
4126
|
+
version "3.4.2"
|
|
4127
|
+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
|
|
4128
|
+
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
|
|
4064
4129
|
|
|
4065
4130
|
flow-enums-runtime@^0.0.6:
|
|
4066
4131
|
version "0.0.6"
|
|
@@ -6970,7 +7035,7 @@ strip-json-comments@^3.1.1:
|
|
|
6970
7035
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
6971
7036
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
6972
7037
|
|
|
6973
|
-
strnum@^1.
|
|
7038
|
+
strnum@^1.0.5:
|
|
6974
7039
|
version "1.1.2"
|
|
6975
7040
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4"
|
|
6976
7041
|
integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==
|