Skip to content

Commit 090aa92

Browse files
committed
chore(release): publish
- [email protected] - @ethereum-sourcify/[email protected] - @ethereum-sourcify/[email protected] - [email protected] - [email protected] - [email protected]
1 parent 9a5bbfa commit 090aa92

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sourcify-monorepo",
33
"private": true,
4-
"version": "1.4.3",
4+
"version": "1.4.4",
55
"description": "Monorepo containing all Sourcify packages, and services",
66
"workspaces": [
77
"packages/*",

packages/bytecode-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereum-sourcify/bytecode-utils",
3-
"version": "1.2.13",
3+
"version": "1.2.14",
44
"description": "Decode the CBOR encoded data at the end of an Ethereum contract's bytecode.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

packages/lib-sourcify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereum-sourcify/lib-sourcify",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Library for Sourcify's contract verification methods, contract validation, types, and interfaces.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -34,7 +34,7 @@
3434
"node": "22.5.1"
3535
},
3636
"dependencies": {
37-
"@ethereum-sourcify/bytecode-utils": "^1.2.13",
37+
"@ethereum-sourcify/bytecode-utils": "^1.2.14",
3838
"@ethereumjs/blockchain": "7.3.0",
3939
"@ethereumjs/common": "4.4.0",
4040
"@ethereumjs/evm": "3.1.1",

services/database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-database",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": true,
55
"description": "The Sourcify database",
66
"main": "index.js",

services/monitor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-monitor",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"private": true,
55
"description": "A monitoring service to listen to chains and send detected new contracts to a Sourcify server",
66
"main": "index.js",
@@ -37,8 +37,8 @@
3737
},
3838
"homepage": "https://github.com/ethereum/sourcify#readme",
3939
"dependencies": {
40-
"@ethereum-sourcify/bytecode-utils": "^1.2.13",
41-
"@ethereum-sourcify/lib-sourcify": "^1.10.0",
40+
"@ethereum-sourcify/bytecode-utils": "^1.2.14",
41+
"@ethereum-sourcify/lib-sourcify": "^1.10.1",
4242
"chalk": "4.1.2",
4343
"commander": "12.1.0",
4444
"dotenv": "16.4.7",

services/server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-server",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Solidity metadata-based re-compilation and source verification tool",
55
"main": "dist/server/server.js",
66
"types": "dist/server/server.d.ts",
@@ -53,8 +53,8 @@
5353
"dependencies": {
5454
"@aws-sdk/client-lambda": "3.699.0",
5555
"@aws-sdk/client-s3": "3.705.0",
56-
"@ethereum-sourcify/bytecode-utils": "^1.2.13",
57-
"@ethereum-sourcify/lib-sourcify": "^1.10.0",
56+
"@ethereum-sourcify/bytecode-utils": "^1.2.14",
57+
"@ethereum-sourcify/lib-sourcify": "^1.10.1",
5858
"@google-cloud/cloud-sql-connector": "1.4.0",
5959
"@shazow/whatsabi": "0.17.0",
6060
"abitype": "1.0.7",

0 commit comments

Comments
 (0)