foxts 1.0.11 → 1.0.12
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/noop/index.d.ts +1 -1
- package/package.json +16 -16
package/noop/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foxts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "Opinionated collection of common TypeScript utils by @SukkaW",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/SukkaW/foxts"
|
|
@@ -119,6 +119,15 @@
|
|
|
119
119
|
"require": "./fnv1a52/index.cjs",
|
|
120
120
|
"default": "./fnv1a52/index.cjs"
|
|
121
121
|
},
|
|
122
|
+
"./guard": {
|
|
123
|
+
"types": "./guard/index.d.ts",
|
|
124
|
+
"import": {
|
|
125
|
+
"types": "./guard/index.d.ts",
|
|
126
|
+
"default": "./guard/index.mjs"
|
|
127
|
+
},
|
|
128
|
+
"require": "./guard/index.cjs",
|
|
129
|
+
"default": "./guard/index.cjs"
|
|
130
|
+
},
|
|
122
131
|
"./headers-to-object": {
|
|
123
132
|
"types": "./headers-to-object/index.d.ts",
|
|
124
133
|
"import": {
|
|
@@ -128,14 +137,14 @@
|
|
|
128
137
|
"require": "./headers-to-object/index.cjs",
|
|
129
138
|
"default": "./headers-to-object/index.cjs"
|
|
130
139
|
},
|
|
131
|
-
"./
|
|
132
|
-
"types": "./
|
|
140
|
+
"./identity": {
|
|
141
|
+
"types": "./identity/index.d.ts",
|
|
133
142
|
"import": {
|
|
134
|
-
"types": "./
|
|
135
|
-
"default": "./
|
|
143
|
+
"types": "./identity/index.d.ts",
|
|
144
|
+
"default": "./identity/index.mjs"
|
|
136
145
|
},
|
|
137
|
-
"require": "./
|
|
138
|
-
"default": "./
|
|
146
|
+
"require": "./identity/index.cjs",
|
|
147
|
+
"default": "./identity/index.cjs"
|
|
139
148
|
},
|
|
140
149
|
"./is-probably-ip": {
|
|
141
150
|
"types": "./is-probably-ip/index.d.ts",
|
|
@@ -155,15 +164,6 @@
|
|
|
155
164
|
"require": "./merge-headers/index.cjs",
|
|
156
165
|
"default": "./merge-headers/index.cjs"
|
|
157
166
|
},
|
|
158
|
-
"./identity": {
|
|
159
|
-
"types": "./identity/index.d.ts",
|
|
160
|
-
"import": {
|
|
161
|
-
"types": "./identity/index.d.ts",
|
|
162
|
-
"default": "./identity/index.mjs"
|
|
163
|
-
},
|
|
164
|
-
"require": "./identity/index.cjs",
|
|
165
|
-
"default": "./identity/index.cjs"
|
|
166
|
-
},
|
|
167
167
|
"./noop": {
|
|
168
168
|
"types": "./noop/index.d.ts",
|
|
169
169
|
"import": {
|