Skip to content

chore: publish 0.64.0#1731

Merged
LeoSlrRf merged 1 commit into
masterfrom
release
Jun 3, 2026
Merged

chore: publish 0.64.0#1731
LeoSlrRf merged 1 commit into
masterfrom
release

Conversation

@LeoSlrRf
Copy link
Copy Markdown
Contributor

@LeoSlrRf LeoSlrRf commented Jun 3, 2026

 - @requestnetwork/advanced-logic@0.59.0
 - @requestnetwork/currency@0.33.0
 - @requestnetwork/data-access@0.50.0
 - @requestnetwork/data-format@0.25.0
 - @requestnetwork/epk-cipher@0.15.0
 - @requestnetwork/epk-decryption@0.13.0
 - @requestnetwork/epk-signature@0.15.0
 - @requestnetwork/ethereum-storage@0.50.0
 - @requestnetwork/integration-test@0.50.0
 - @requestnetwork/lit-protocol-cipher@0.15.0
 - @requestnetwork/multi-format@0.33.0
 - @requestnetwork/payment-detection@0.59.0
 - @requestnetwork/payment-processor@0.62.0
 - @requestnetwork/request-client.js@0.64.0
 - @requestnetwork/request-logic@0.49.0
 - @requestnetwork/request-node@0.50.0
 - @requestnetwork/smart-contracts@0.53.0
 - @requestnetwork/thegraph-data-access@0.56.0
 - @requestnetwork/toolbox@0.21.0
 - @requestnetwork/transaction-manager@0.50.0
 - @requestnetwork/types@0.59.0
 - @requestnetwork/usage-examples@0.38.0
 - @requestnetwork/utils@0.59.0
 - @requestnetwork/web3-signature@0.14.0
@LeoSlrRf LeoSlrRf merged commit c9b840a into master Jun 3, 2026
@LeoSlrRf LeoSlrRf deleted the release branch June 3, 2026 09:46
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 3, 2026

Greptile Summary

This is a standard release coordination PR for version 0.64.0, bumping all 21 published packages and 3 private packages to their new minor versions and updating all inter-package dependencies accordingly. No source code changes are included — only package.json version fields are modified.

  • All @requestnetwork/* inter-package dependency references across every package.json are updated from the 0.63.x range to the 0.64.x range, with all version numbers consistent throughout the dependency graph.
  • The main functional change driving this release is the addition of Tron batch payment contracts and tests (shipped in PR feat: tron batch payments contracts and tests #1724 and already published to NPM/Docker Hub before this PR was created).

Confidence Score: 5/5

Safe to merge — all changes are version number updates in package.json files with no source code modifications.

Every package's version bump and its inter-package dependency references are internally consistent across all 24 changed files. No dependency is left pointing at a stale version, and no source files were touched. The PR description confirms the NPM, GitHub, and Docker Hub releases were already published before this PR was opened.

No files require special attention.

Important Files Changed

Filename Overview
packages/types/package.json Version bumped from 0.58.0 to 0.59.0; leaf package with no internal dependencies, no issues.
packages/utils/package.json Version bumped from 0.58.0 to 0.59.0; internal dependency on types correctly updated.
packages/smart-contracts/package.json Version bumped from 0.52.0 to 0.53.0; devDependencies on currency, types, and utils correctly updated.
packages/payment-processor/package.json Version bumped from 0.61.0 to 0.62.0; all five internal dependencies correctly updated.
packages/request-client.js/package.json Version bumped from 0.63.0 to 0.64.0; all 12 internal dependencies correctly updated.
packages/request-node/package.json Version bumped from 0.49.0 to 0.50.0; all internal dependencies correctly updated.
packages/integration-test/package.json Private package version bumped from 0.49.0 to 0.50.0; all 17 devDependencies on internal packages correctly updated.
packages/payment-detection/package.json Version bumped from 0.58.0 to 0.59.0; all internal dependencies correctly updated.
packages/currency/package.json Version bumped from 0.32.0 to 0.33.0; internal dependencies on types and utils correctly updated.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    types["@requestnetwork/types\n0.59.0"]
    utils["@requestnetwork/utils\n0.59.0"]
    multiformat["@requestnetwork/multi-format\n0.33.0"]
    currency["@requestnetwork/currency\n0.33.0"]
    dataformat["@requestnetwork/data-format\n0.25.0"]
    smartcontracts["@requestnetwork/smart-contracts\n0.53.0"]
    advancedlogic["@requestnetwork/advanced-logic\n0.59.0"]
    dataaccess["@requestnetwork/data-access\n0.50.0"]
    txmanager["@requestnetwork/transaction-manager\n0.50.0"]
    ethstorage["@requestnetwork/ethereum-storage\n0.50.0"]
    thegraph["@requestnetwork/thegraph-data-access\n0.56.0"]
    paymentdetection["@requestnetwork/payment-detection\n0.59.0"]
    paymentprocessor["@requestnetwork/payment-processor\n0.62.0"]
    requestlogic["@requestnetwork/request-logic\n0.49.0"]
    requestclient["@requestnetwork/request-client.js\n0.64.0"]
    requestnode["@requestnetwork/request-node\n0.50.0"]

    types --> utils
    types --> multiformat
    types --> currency
    types --> advancedlogic
    types --> dataaccess
    types --> txmanager
    utils --> currency
    utils --> advancedlogic
    utils --> dataaccess
    utils --> txmanager
    utils --> ethstorage
    utils --> thegraph
    multiformat --> dataaccess
    multiformat --> txmanager
    currency --> advancedlogic
    currency --> paymentdetection
    currency --> paymentprocessor
    smartcontracts --> paymentdetection
    smartcontracts --> paymentprocessor
    smartcontracts --> ethstorage
    smartcontracts --> thegraph
    smartcontracts --> requestnode
    advancedlogic --> paymentdetection
    advancedlogic --> requestlogic
    paymentdetection --> paymentprocessor
    requestlogic --> requestclient
    dataaccess --> requestclient
    dataaccess --> thegraph
    txmanager --> requestclient
    paymentdetection --> requestclient
    multiformat --> requestclient
    dataformat --> requestclient
    requestclient --> requestnode
    ethstorage --> requestnode
    thegraph --> requestnode
Loading

Reviews (1): Last reviewed commit: "chore(release): publish %s" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant