Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Dec 11, 2024
1 parent 9a5bbfa commit 090aa92
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 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.3",
"version": "1.4.4",
"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.13",
"version": "1.2.14",
"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/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.10.0",
"version": "1.10.1",
"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 @@ -34,7 +34,7 @@
"node": "22.5.1"
},
"dependencies": {
"@ethereum-sourcify/bytecode-utils": "^1.2.13",
"@ethereum-sourcify/bytecode-utils": "^1.2.14",
"@ethereumjs/blockchain": "7.3.0",
"@ethereumjs/common": "4.4.0",
"@ethereumjs/evm": "3.1.1",
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.1",
"version": "2.0.2",
"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.3",
"version": "1.3.4",
"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.13",
"@ethereum-sourcify/lib-sourcify": "^1.10.0",
"@ethereum-sourcify/bytecode-utils": "^1.2.14",
"@ethereum-sourcify/lib-sourcify": "^1.10.1",
"chalk": "4.1.2",
"commander": "12.1.0",
"dotenv": "16.4.7",
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.4.0",
"version": "2.4.1",
"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 @@ -53,8 +53,8 @@
"dependencies": {
"@aws-sdk/client-lambda": "3.699.0",
"@aws-sdk/client-s3": "3.705.0",
"@ethereum-sourcify/bytecode-utils": "^1.2.13",
"@ethereum-sourcify/lib-sourcify": "^1.10.0",
"@ethereum-sourcify/bytecode-utils": "^1.2.14",
"@ethereum-sourcify/lib-sourcify": "^1.10.1",
"@google-cloud/cloud-sql-connector": "1.4.0",
"@shazow/whatsabi": "0.17.0",
"abitype": "1.0.7",
Expand Down

0 comments on commit 090aa92

Please sign in to comment.