Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Oct 29, 2024
1 parent b0e2516 commit 422efda
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.2",
"version": "1.4.3",
"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.12",
"version": "1.2.13",
"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
12 changes: 6 additions & 6 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.9.3",
"version": "1.10.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 @@ -38,7 +38,7 @@
"node": "22.5.1"
},
"dependencies": {
"@ethereum-sourcify/bytecode-utils": "^1.2.12",
"@ethereum-sourcify/bytecode-utils": "^1.2.13",
"@ethereumjs/blockchain": "7.3.0",
"@ethereumjs/common": "4.4.0",
"@ethereumjs/evm": "3.1.1",
Expand All @@ -62,22 +62,22 @@
"@types/debug": "4.1.12",
"@types/mocha": "10.0.9",
"@types/node": "20.17.2",
"c8": "10.1.2",
"chai": "4.5.0",
"cspell": "8.15.4",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^4.0.0",
"c8": "10.1.2",
"chai": "4.5.0",
"chai-as-promised": "^7.1.2",
"cspell": "8.15.4",
"cz-conventional-changelog": "3.3.0",
"gh-pages": "6.2.0",
"hardhat": "2.22.13",
"mocha": "10.7.3",
"nock": "14.0.0-beta.15",
"npm-run-all2": "5.0.2",
"open-cli": "8.0.0",
"solc": "0.8.28",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"solc": "0.8.28",
"tree-kill": "1.2.2",
"typedoc": "0.26.10"
},
Expand Down
2 changes: 1 addition & 1 deletion services/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-database",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "The Sourcify database",
"main": "index.js",
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.3.2",
"version": "1.3.3",
"private": true,
"description": "A monitoring service to listen to chains and send detected new contracts to a Sourcify server",
"main": "index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"homepage": "https://github.com/ethereum/sourcify#readme",
"dependencies": {
"@ethereum-sourcify/bytecode-utils": "^1.2.12",
"@ethereum-sourcify/lib-sourcify": "^1.9.3",
"@ethereum-sourcify/bytecode-utils": "^1.2.13",
"@ethereum-sourcify/lib-sourcify": "^1.10.0",
"chalk": "4.1.2",
"commander": "12.1.0",
"dotenv": "16.4.5",
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": "2.3.0",
"version": "2.4.0",
"description": "Solidity metadata-based re-compilation and source verification tool",
"main": "dist/server/server.js",
"types": "dist/server/server.d.ts",
Expand Down Expand Up @@ -52,8 +52,8 @@
"homepage": "https://github.com/ethereum/sourcify#readme",
"dependencies": {
"@aws-sdk/client-lambda": "3.680.0",
"@ethereum-sourcify/bytecode-utils": "^1.2.12",
"@ethereum-sourcify/lib-sourcify": "^1.9.3",
"@ethereum-sourcify/bytecode-utils": "^1.2.13",
"@ethereum-sourcify/lib-sourcify": "^1.10.0",
"@google-cloud/cloud-sql-connector": "1.4.0",
"abitype": "1.0.6",
"bunyan": "1.8.15",
Expand Down

0 comments on commit 422efda

Please sign in to comment.