@definitelytyped/definitions-parser 0.1.19 → 0.1.21
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 +16 -0
- package/allowedPackageJsonDependencies.txt +8 -79
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @definitelytyped/definitions-parser
|
|
2
2
|
|
|
3
|
+
## 0.1.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9aaf5fb]
|
|
8
|
+
- @definitelytyped/typescript-versions@0.1.8
|
|
9
|
+
- @definitelytyped/header-parser@0.2.18
|
|
10
|
+
|
|
11
|
+
## 0.1.20
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [70111bc]
|
|
16
|
+
- @definitelytyped/typescript-versions@0.1.7
|
|
17
|
+
- @definitelytyped/header-parser@0.2.17
|
|
18
|
+
|
|
3
19
|
## 0.1.19
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
@hapi/podium
|
|
30
30
|
@hapi/wreck
|
|
31
31
|
@hotwired/turbo
|
|
32
|
+
@ljharb/through
|
|
32
33
|
@jest/environment
|
|
33
34
|
@jest/expect
|
|
34
35
|
@jest/fake-timers
|
|
@@ -549,85 +550,6 @@
|
|
|
549
550
|
@stripe/stripe-js
|
|
550
551
|
@testing-library/dom
|
|
551
552
|
@tweenjs/tween.js
|
|
552
|
-
@types/anymatch
|
|
553
|
-
@types/autoprefixer
|
|
554
|
-
@types/base-x
|
|
555
|
-
@types/busboy
|
|
556
|
-
@types/expect
|
|
557
|
-
@types/express-handlebars
|
|
558
|
-
@types/express-rate-limit
|
|
559
|
-
@types/express-serve-static-core
|
|
560
|
-
@types/faker
|
|
561
|
-
@types/favicons
|
|
562
|
-
@types/firebase
|
|
563
|
-
@types/generic-pool
|
|
564
|
-
@types/glob
|
|
565
|
-
@types/got
|
|
566
|
-
@types/hapi
|
|
567
|
-
@types/helmet
|
|
568
|
-
@types/highcharts
|
|
569
|
-
@types/highlight.js
|
|
570
|
-
@types/history
|
|
571
|
-
@types/hoist-non-react-statics
|
|
572
|
-
@types/ink
|
|
573
|
-
@types/ioredis
|
|
574
|
-
@types/js-data
|
|
575
|
-
@types/keyv
|
|
576
|
-
@types/leaflet
|
|
577
|
-
@types/long
|
|
578
|
-
@types/lru-cache
|
|
579
|
-
@types/micro
|
|
580
|
-
@types/minimatch
|
|
581
|
-
@types/mkdirp-promise
|
|
582
|
-
@types/mongodb
|
|
583
|
-
@types/mongoose
|
|
584
|
-
@types/next-redux-wrapper
|
|
585
|
-
@types/node
|
|
586
|
-
@types/node-fetch
|
|
587
|
-
@types/parse5
|
|
588
|
-
@types/pino
|
|
589
|
-
@types/prettier
|
|
590
|
-
@types/puppeteer
|
|
591
|
-
@types/puppeteer-core
|
|
592
|
-
@types/react-leaflet
|
|
593
|
-
@types/react-native-tab-view
|
|
594
|
-
@types/react-navigation
|
|
595
|
-
@types/react-router
|
|
596
|
-
@types/react-router-dom
|
|
597
|
-
@types/react-select
|
|
598
|
-
@types/redis
|
|
599
|
-
@types/responselike
|
|
600
|
-
@types/rimraf
|
|
601
|
-
@types/rsmq
|
|
602
|
-
@types/sharp
|
|
603
|
-
@types/socket.io
|
|
604
|
-
@types/socket.io-client
|
|
605
|
-
@types/svgo
|
|
606
|
-
@types/three
|
|
607
|
-
@types/undertaker
|
|
608
|
-
@types/vue
|
|
609
|
-
@types/webdriverio
|
|
610
|
-
@types/webpack
|
|
611
|
-
@types/webpack-dev-middleware
|
|
612
|
-
@types/webpack-dev-server
|
|
613
|
-
@types/winston
|
|
614
|
-
@types/wonder-commonlib
|
|
615
|
-
@types/wonder-frp
|
|
616
|
-
@types/workbox-background-sync
|
|
617
|
-
@types/workbox-broadcast-update
|
|
618
|
-
@types/workbox-build
|
|
619
|
-
@types/workbox-cacheable-response
|
|
620
|
-
@types/workbox-core
|
|
621
|
-
@types/workbox-expiration
|
|
622
|
-
@types/workbox-google-analytics
|
|
623
|
-
@types/workbox-navigation-preload
|
|
624
|
-
@types/workbox-precaching
|
|
625
|
-
@types/workbox-range-requests
|
|
626
|
-
@types/workbox-routing
|
|
627
|
-
@types/workbox-strategies
|
|
628
|
-
@types/workbox-streams
|
|
629
|
-
@types/workbox-webpack-plugin
|
|
630
|
-
@types/workbox-window
|
|
631
553
|
@uirouter/angularjs
|
|
632
554
|
@vue/reactivity
|
|
633
555
|
@vue/test-utils
|
|
@@ -636,9 +558,11 @@
|
|
|
636
558
|
@wordpress/components
|
|
637
559
|
@wordpress/core-data
|
|
638
560
|
@wordpress/data
|
|
561
|
+
@wordpress/editor
|
|
639
562
|
@wordpress/element
|
|
640
563
|
@wordpress/keycodes
|
|
641
564
|
@wordpress/media-utils
|
|
565
|
+
@wordpress/shortcode
|
|
642
566
|
11ty.ts
|
|
643
567
|
abort-controller
|
|
644
568
|
acorn
|
|
@@ -650,6 +574,7 @@ ajv
|
|
|
650
574
|
algoliasearch
|
|
651
575
|
algoliasearch-helper
|
|
652
576
|
analytics
|
|
577
|
+
antlr4
|
|
653
578
|
anydb-sql
|
|
654
579
|
anymatch
|
|
655
580
|
aphrodite
|
|
@@ -683,6 +608,7 @@ cac
|
|
|
683
608
|
canvas
|
|
684
609
|
cash-dom
|
|
685
610
|
cassandra-driver
|
|
611
|
+
cesium
|
|
686
612
|
chalk
|
|
687
613
|
chart.js
|
|
688
614
|
chokidar
|
|
@@ -720,6 +646,7 @@ ember-qunit
|
|
|
720
646
|
ember-resolver
|
|
721
647
|
ember-source
|
|
722
648
|
eris
|
|
649
|
+
es-to-primitive
|
|
723
650
|
esbuild
|
|
724
651
|
eslint-visitor-keys
|
|
725
652
|
ethers
|
|
@@ -808,6 +735,7 @@ metascraper
|
|
|
808
735
|
meteor-typings
|
|
809
736
|
middy
|
|
810
737
|
minipass
|
|
738
|
+
mock-property
|
|
811
739
|
moment
|
|
812
740
|
moment-range
|
|
813
741
|
moment-timezone
|
|
@@ -926,6 +854,7 @@ tailwindcss
|
|
|
926
854
|
tapable
|
|
927
855
|
tarn
|
|
928
856
|
tasker-types
|
|
857
|
+
tedious
|
|
929
858
|
terser
|
|
930
859
|
three
|
|
931
860
|
treat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.21",
|
|
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/main/packages/definitions-parser#readme",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"@types/semver": "^7.5.8",
|
|
20
20
|
"pacote": "^20.0.0",
|
|
21
21
|
"semver": "^7.6.3",
|
|
22
|
-
"@definitelytyped/header-parser": "0.2.
|
|
23
|
-
"@definitelytyped/
|
|
24
|
-
"@definitelytyped/
|
|
22
|
+
"@definitelytyped/header-parser": "0.2.18",
|
|
23
|
+
"@definitelytyped/typescript-versions": "0.1.8",
|
|
24
|
+
"@definitelytyped/utils": "0.1.8"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/pacote": "^11.1.8",
|