@metamask/providers
Advanced tools
Comparing version 18.0.0 to 18.1.0
@@ -10,2 +10,12 @@ # Changelog | ||
## [18.1.0] | ||
### Added | ||
- Add intializeInpageProvider as package export ([#380](https://github.com/MetaMask/providers/pull/380)) | ||
### Fixed | ||
- Remove spurious typescript reference ([#381](https://github.com/MetaMask/providers/pull/381)) | ||
## [18.0.0] | ||
@@ -479,3 +489,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.1.0...HEAD | ||
[18.1.0]: https://github.com/MetaMask/providers/compare/v18.0.0...v18.1.0 | ||
[18.0.0]: https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0 | ||
@@ -482,0 +493,0 @@ [17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1 |
{ | ||
"name": "@metamask/providers", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream", | ||
@@ -42,2 +42,12 @@ "keywords": [ | ||
}, | ||
"./dist/initializeInpageProvider": { | ||
"import": { | ||
"types": "./dist/initializeInpageProvider.d.mts", | ||
"default": "./dist/initializeInpageProvider.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/initializeInpageProvider.d.cts", | ||
"default": "./dist/initializeInpageProvider.cjs" | ||
} | ||
}, | ||
"./stream-provider": { | ||
@@ -129,3 +139,3 @@ "import": { | ||
"typedoc": "^0.23.15", | ||
"typescript": "~5.3.3", | ||
"typescript": "~5.6.3", | ||
"webextension-polyfill": "^0.12.0" | ||
@@ -132,0 +142,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
438547