@definitelytyped/definitions-parser 0.0.103 → 0.0.104-next.2

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.
@@ -413,6 +413,7 @@ immutable
413
413
  indefinite-observable
414
414
  inversify
415
415
  itty-router
416
+ javascript-obfuscator
416
417
  jest-cucumber
417
418
  jest-diff
418
419
  jest-environment-jsdom
@@ -550,6 +551,8 @@ vite
550
551
  vue
551
552
  vue-router
552
553
  vuex
554
+ web3
555
+ web3-core
553
556
  webpack
554
557
  webpack-chain
555
558
  web-tree-sitter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.103",
3
+ "version": "0.0.104-next.2",
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": "7279481336c0c6d3faa97d0649860df18a69c45b"
38
+ "gitHead": "ac4681194dcf1233d870b3673eccf442ca4cfa27"
39
39
  }