all-the-package-types 1.0.50 → 1.0.51
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/package.json +1 -1
- package/types.json +10 -0
package/package.json
CHANGED
package/types.json
CHANGED
|
@@ -17979,6 +17979,11 @@
|
|
|
17979
17979
|
"l": "get-stream",
|
|
17980
17980
|
"t": "get-stream"
|
|
17981
17981
|
},
|
|
17982
|
+
{
|
|
17983
|
+
"p": "https://github.com/inspect-js/get-symbol-description",
|
|
17984
|
+
"l": "get-symbol-description",
|
|
17985
|
+
"t": "get-symbol-description"
|
|
17986
|
+
},
|
|
17982
17987
|
{
|
|
17983
17988
|
"p": "https://github.com/sindresorhus/get-urls",
|
|
17984
17989
|
"l": "get-urls",
|
|
@@ -22504,6 +22509,11 @@
|
|
|
22504
22509
|
"l": "is-semver",
|
|
22505
22510
|
"t": "is-semver"
|
|
22506
22511
|
},
|
|
22512
|
+
{
|
|
22513
|
+
"p": "https://github.com/inspect-js/is-set",
|
|
22514
|
+
"l": "is-set",
|
|
22515
|
+
"t": "is-set"
|
|
22516
|
+
},
|
|
22507
22517
|
{
|
|
22508
22518
|
"p": "https://github.com/IonicaBizau/node-is-ssh",
|
|
22509
22519
|
"l": "is-ssh",
|