all-the-package-types 1.0.52 → 1.0.53
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
|
@@ -4609,6 +4609,11 @@
|
|
|
4609
4609
|
"l": "camelcase-keys-deep",
|
|
4610
4610
|
"t": "camelcase-keys-deep"
|
|
4611
4611
|
},
|
|
4612
|
+
{
|
|
4613
|
+
"p": "https://github.com/ljharb/camelize",
|
|
4614
|
+
"l": "camelize",
|
|
4615
|
+
"t": "camelize"
|
|
4616
|
+
},
|
|
4612
4617
|
{
|
|
4613
4618
|
"p": "https://github.com/andrei-markeev/camljs",
|
|
4614
4619
|
"l": "camljs",
|
|
@@ -43129,6 +43134,11 @@
|
|
|
43129
43134
|
"l": "relateurl",
|
|
43130
43135
|
"t": "relateurl"
|
|
43131
43136
|
},
|
|
43137
|
+
{
|
|
43138
|
+
"p": "https://github.com/mumuy/relationship",
|
|
43139
|
+
"l": "relationship.js",
|
|
43140
|
+
"t": "relationship.js"
|
|
43141
|
+
},
|
|
43132
43142
|
{
|
|
43133
43143
|
"p": "https://github.com/phadej/relaxed-json",
|
|
43134
43144
|
"l": "relaxed-json",
|