@metamask-previews/local-node-utils 0.0.0-preview-56b2c8bdd → 1.0.0-preview-eb182b860
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 +5 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.0.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
|
-
- Initial
|
|
13
|
-
- Shared installer utilities for local node runtime packages ([#9234](https://github.com/MetaMask/core/pull/9234))
|
|
14
|
+
- Initial release ([#9314](https://github.com/MetaMask/core/pull/9314))
|
|
14
15
|
- Cache directory resolution from Yarn config
|
|
15
16
|
- Artifact config helpers, checksum verification, and downloads
|
|
16
17
|
- Archive extraction, executable wrappers, and filesystem helpers
|
|
17
18
|
|
|
18
|
-
[Unreleased]: https://github.com/MetaMask/core/
|
|
19
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/local-node-utils@1.0.0...HEAD
|
|
20
|
+
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/local-node-utils@1.0.0
|
package/package.json
CHANGED