Skip to content

Commit 01293a0

Browse files
chore(release): publish
- [email protected] - @ethereum-sourcify/[email protected] - @ethereum-sourcify/[email protected] - @ethereum-sourcify/[email protected] - @ethereum-sourcify/[email protected] - [email protected] - [email protected] - [email protected]
1 parent 243b010 commit 01293a0

File tree

9 files changed

+37
-37
lines changed

9 files changed

+37
-37
lines changed

package-lock.json

+18-18
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.5.0",
4+
"version": "1.5.1",
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.3.3",
3+
"version": "1.3.4",
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/compilers-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereum-sourcify/compilers-types",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "TypeScript types for Sourcify compilers",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

packages/compilers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereum-sourcify/compilers",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Wrapper around multiple compilers to download the right version and invoke the compilation with a common interface.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -49,14 +49,14 @@
4949
"solc": "0.8.29"
5050
},
5151
"devDependencies": {
52+
"@ethereum-sourcify/compilers-types": "^1.0.1",
5253
"@types/chai": "4.3.20",
5354
"@types/mocha": "10.0.10",
5455
"@types/node": "22.14.0",
5556
"c8": "10.1.3",
5657
"chai": "4.5.0",
5758
"mocha": "10.8.2",
58-
"npm-run-all2": "5.0.2",
59-
"@ethereum-sourcify/compilers-types": "^1.0.0"
59+
"npm-run-all2": "5.0.2"
6060
},
6161
"files": [
6262
"build/main",

packages/lib-sourcify/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereum-sourcify/lib-sourcify",
3-
"version": "1.13.0",
3+
"version": "2.0.0",
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.3.3",
37+
"@ethereum-sourcify/bytecode-utils": "^1.3.4",
3838
"@ethereumjs/blockchain": "7.3.0",
3939
"@ethereumjs/common": "4.4.0",
4040
"@ethereumjs/evm": "3.1.1",
@@ -52,7 +52,8 @@
5252
"semver": "7.7.1"
5353
},
5454
"devDependencies": {
55-
"@ethereum-sourcify/compilers": "^1.0.0",
55+
"@ethereum-sourcify/compilers": "^1.0.1",
56+
"@ethereum-sourcify/compilers-types": "^1.0.1",
5657
"@types/chai": "4.3.20",
5758
"@types/chai-as-promised": "7.1.8",
5859
"@types/debug": "4.1.12",
@@ -73,8 +74,7 @@
7374
"open-cli": "8.0.0",
7475
"sinon": "19.0.5",
7576
"sinon-chai": "3.7.0",
76-
"tree-kill": "1.2.2",
77-
"@ethereum-sourcify/compilers-types": "^1.0.0"
77+
"tree-kill": "1.2.2"
7878
},
7979
"files": [
8080
"build/main",

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.3.0",
3+
"version": "2.4.0",
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.8",
3+
"version": "1.3.9",
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.3.3",
41-
"@ethereum-sourcify/lib-sourcify": "^1.13.0",
40+
"@ethereum-sourcify/bytecode-utils": "^1.3.4",
41+
"@ethereum-sourcify/lib-sourcify": "^2.0.0",
4242
"chalk": "4.1.2",
4343
"commander": "12.1.0",
4444
"dotenv": "16.4.7",

services/server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcify-server",
3-
"version": "2.7.1",
3+
"version": "3.0.0",
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,9 +52,9 @@
5252
"homepage": "https://github.com/ethereum/sourcify#readme",
5353
"dependencies": {
5454
"@aws-sdk/client-s3": "3.782.0",
55-
"@ethereum-sourcify/bytecode-utils": "^1.3.3",
56-
"@ethereum-sourcify/compilers": "^1.0.0",
57-
"@ethereum-sourcify/lib-sourcify": "^1.13.0",
55+
"@ethereum-sourcify/bytecode-utils": "^1.3.4",
56+
"@ethereum-sourcify/compilers": "^1.0.1",
57+
"@ethereum-sourcify/lib-sourcify": "^2.0.0",
5858
"@google-cloud/cloud-sql-connector": "1.7.0",
5959
"@shazow/whatsabi": "0.21.0",
6060
"abitype": "1.0.8",

0 commit comments

Comments
 (0)