@metamask-previews/local-node-utils 0.0.0-preview-48e768b22 → 1.0.0-preview-1bd5239bf
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/dist/download.d.cts +0 -1
- package/dist/download.d.cts.map +1 -1
- package/dist/download.d.mts +0 -1
- package/dist/download.d.mts.map +1 -1
- 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/dist/download.d.cts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
export declare function downloadFileFromUrl(url: string, destination: string): Promise<void>;
|
|
3
2
|
export declare function openDownloadStream(url: URL, redirectsRemaining?: number): Promise<NodeJS.ReadableStream>;
|
|
4
3
|
//# sourceMappingURL=download.d.cts.map
|
package/dist/download.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"download.d.cts","sourceRoot":"","sources":["../src/download.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"download.d.cts","sourceRoot":"","sources":["../src/download.ts"],"names":[],"mappings":"AAQA,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,MAAM,EACX,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,IAAI,CAAC,CAMf;AAED,wBAAsB,kBAAkB,CACtC,GAAG,EAAE,GAAG,EACR,kBAAkB,SAAI,GACrB,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,CA8ChC"}
|
package/dist/download.d.mts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
export declare function downloadFileFromUrl(url: string, destination: string): Promise<void>;
|
|
3
2
|
export declare function openDownloadStream(url: URL, redirectsRemaining?: number): Promise<NodeJS.ReadableStream>;
|
|
4
3
|
//# sourceMappingURL=download.d.mts.map
|
package/dist/download.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"download.d.mts","sourceRoot":"","sources":["../src/download.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"download.d.mts","sourceRoot":"","sources":["../src/download.ts"],"names":[],"mappings":"AAQA,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,MAAM,EACX,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,IAAI,CAAC,CAMf;AAED,wBAAsB,kBAAkB,CACtC,GAAG,EAAE,GAAG,EACR,kBAAkB,SAAI,GACrB,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,CA8ChC"}
|
package/package.json
CHANGED