Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Feb 22, 2024
1 parent 0bd68e4 commit 8f9a647
Show file tree
Hide file tree
Showing 8 changed files with 319 additions and 6,250 deletions.
6,543 changes: 306 additions & 6,237 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sourcify-monorepo",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"description": "Monorepo containing all Sourcify packages, and services",
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/bytecode-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-sourcify/bytecode-utils",
"version": "1.2.5",
"version": "1.2.6",
"description": "Decode the CBOR encoded data at the end of an Ethereum contract's bytecode.",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-call-decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-sourcify/contract-call-decoder",
"version": "0.2.8",
"version": "0.2.9",
"description": "Library to decode Ethereum smart contract calls into human-readable descriptions using ABI and NatSpec",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@blossom-labs/rosette-radspec": "^0.2.1",
"@ethereum-sourcify/bytecode-utils": "^1.2.5",
"@ethereum-sourcify/bytecode-utils": "^1.2.6",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-sourcify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-sourcify/lib-sourcify",
"version": "1.6.2",
"version": "1.7.0",
"description": "Library for Sourcify's contract verification methods, contract validation, types, and interfaces.",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"node": ">=10"
},
"dependencies": {
"@ethereum-sourcify/bytecode-utils": "^1.2.5",
"@ethereum-sourcify/bytecode-utils": "^1.2.6",
"@ethereumjs/blockchain": "^6.2.1",
"@ethereumjs/common": "^3.1.1",
"@ethereumjs/evm": "^1.3.1",
Expand Down
6 changes: 3 additions & 3 deletions services/monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-monitor",
"version": "1.1.7",
"version": "1.1.8",
"description": "A monitoring service to listen to chains and send detected new contracts to a Sourcify server",
"main": "index.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/ethereum/sourcify#readme",
"dependencies": {
"@ethereum-sourcify/bytecode-utils": "^1.2.5",
"@ethereum-sourcify/lib-sourcify": "^1.6.2",
"@ethereum-sourcify/bytecode-utils": "^1.2.6",
"@ethereum-sourcify/lib-sourcify": "^1.7.0",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
Expand Down
6 changes: 3 additions & 3 deletions services/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-server",
"version": "1.4.4",
"version": "1.5.0",
"description": "Solidity metadata-based re-compilation and source verification tool",
"private": true,
"repository": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"homepage": "https://github.com/ethereum/sourcify#readme",
"dependencies": {
"@aws-sdk/client-lambda": "^3.453.0",
"@ethereum-sourcify/bytecode-utils": "^1.2.5",
"@ethereum-sourcify/lib-sourcify": "^1.6.2",
"@ethereum-sourcify/bytecode-utils": "^1.2.6",
"@ethereum-sourcify/lib-sourcify": "^1.7.0",
"@google-cloud/cloud-sql-connector": "^0.5.1",
"abitype": "0.8.0",
"bunyan": "^1.8.12",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-ui",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down

0 comments on commit 8f9a647

Please sign in to comment.