@definitelytyped/definitions-parser 0.0.92-next.0 → 0.0.92-next.4
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.
|
@@ -267,9 +267,9 @@
|
|
|
267
267
|
@types/autoprefixer
|
|
268
268
|
@types/base-x
|
|
269
269
|
@types/expect
|
|
270
|
+
@types/express-handlebars
|
|
270
271
|
@types/express-serve-static-core
|
|
271
272
|
@types/firebase
|
|
272
|
-
@types/formidable
|
|
273
273
|
@types/got
|
|
274
274
|
@types/helmet
|
|
275
275
|
@types/highcharts
|
|
@@ -284,6 +284,7 @@
|
|
|
284
284
|
@types/next-redux-wrapper
|
|
285
285
|
@types/node
|
|
286
286
|
@types/node-fetch
|
|
287
|
+
@types/pino
|
|
287
288
|
@types/react-native-tab-view
|
|
288
289
|
@types/react-navigation
|
|
289
290
|
@types/react-select
|
|
@@ -397,6 +398,7 @@ html-webpack-plugin
|
|
|
397
398
|
htmlparser2
|
|
398
399
|
http-proxy-middleware
|
|
399
400
|
i18next
|
|
401
|
+
iconv-lite
|
|
400
402
|
immer
|
|
401
403
|
immutable
|
|
402
404
|
indefinite-observable
|
|
@@ -452,6 +454,7 @@ pdfjs-dist
|
|
|
452
454
|
pg-protocol
|
|
453
455
|
pg-types
|
|
454
456
|
pkcs11js
|
|
457
|
+
plugin-error
|
|
455
458
|
polished
|
|
456
459
|
popper.js
|
|
457
460
|
postcss
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.92-next.
|
|
3
|
+
"version": "0.0.92-next.4",
|
|
4
4
|
"description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",
|
|
5
5
|
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/definitions-parser#readme",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "f21a35ddb355822ca6b20acf2bc132c5d0bc3e6c"
|
|
39
39
|
}
|