@metamask-previews/java-tron-up 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -17
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,23 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ### Added
11
-
12
- - Add the `@metamask/java-tron-up` package ([#9208](https://github.com/MetaMask/core/pull/9208)).
13
-
14
- ### Changed
10
+ ## [1.0.0]
15
11
 
16
- - Adopt `@metamask/local-node-utils` for shared installer utilities ([#9235](https://github.com/MetaMask/core/pull/9235)).
17
-
18
- ### Fixed
12
+ ### Added
19
13
 
20
- - Parse `.yarnrc.yml` as YAML when detecting Yarn global cache, matching
21
- `@metamask/foundryup`.
22
- - Merge partial `fullNode` and `javaRuntime` overrides from `package.json` with
23
- the pinned defaults instead of replacing them.
24
- - Re-verify the cached Java runtime checksum on reuse via a `.source-checksum`
25
- marker.
26
- - Propagate child termination signals from the generated `java-tron` wrapper as a
27
- non-zero exit.
14
+ - Initial release ([#9314](https://github.com/MetaMask/core/pull/9314))
15
+ - Installs a pinned java-tron runtime for local development and CI
16
+ - Exposes `java-tron-up` and `java-tron` binaries via `node_modules/.bin`
17
+ - Uses `@metamask/local-node-utils` for cache resolution, downloads, and executable wrappers
28
18
 
29
- [Unreleased]: https://github.com/MetaMask/core/
19
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/java-tron-up@1.0.0...HEAD
20
+ [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/java-tron-up@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/java-tron-up",
3
- "version": "0.0.0-preview-56b2c8bdd",
3
+ "version": "1.0.0-preview-eb182b860",
4
4
  "description": "java-tron runtime installer for MetaMask E2E tests",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -54,7 +54,7 @@
54
54
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
55
55
  },
56
56
  "dependencies": {
57
- "@metamask/local-node-utils": "^0.0.0"
57
+ "@metamask/local-node-utils": "^1.0.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@metamask/auto-changelog": "^6.1.0",