Skip to content

Commit 9b5886a

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

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lib-sourcify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereum-sourcify/lib-sourcify",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
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",

services/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-database",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"private": true,
55
"description": "The Sourcify database",
66
"main": "index.js",

services/monitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-monitor",
3-
"version": "1.3.17",
3+
"version": "1.3.18",
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",
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/ethereum/sourcify#readme",
3939
"dependencies": {
4040
"@ethereum-sourcify/bytecode-utils": "^1.3.11",
41-
"@ethereum-sourcify/lib-sourcify": "^2.2.1",
41+
"@ethereum-sourcify/lib-sourcify": "^2.2.2",
4242
"chalk": "4.1.2",
4343
"commander": "12.1.0",
4444
"dotenv": "16.6.1",

services/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-server",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Solidity metadata-based re-compilation and source verification tool",
55
"main": "dist/server/server.js",
66
"types": "dist/server/server.d.ts",
@@ -52,7 +52,7 @@
5252
"@aws-sdk/client-s3": "3.859.0",
5353
"@ethereum-sourcify/bytecode-utils": "^1.3.11",
5454
"@ethereum-sourcify/compilers": "^1.0.8",
55-
"@ethereum-sourcify/lib-sourcify": "^2.2.1",
55+
"@ethereum-sourcify/lib-sourcify": "^2.2.2",
5656
"@google-cloud/cloud-sql-connector": "1.8.2",
5757
"@shazow/whatsabi": "0.22.2",
5858
"@solidity-parser/parser": "0.20.2",

0 commit comments

Comments
 (0)