Skip to content

Commit cd98a9f

Browse files
committed
chore: version bump
1 parent aad2447 commit cd98a9f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nomicfoundation/hardhat-verify": "^2.0.12",
2929
"@nomiclabs/hardhat-ethers": "^2.1.1",
3030
"@nomiclabs/hardhat-etherscan": "^3.1.0",
31-
"@socket.tech/dl-common": "1.0.12-test.1",
31+
"@socket.tech/dl-common": "1.0.15",
3232
"@socket.tech/dl-core": "2.17.0-test.3",
3333
"@typechain/ethers-v5": "^10.0.0",
3434
"@typechain/hardhat": "^6.0.0",

scripts/rpcConfig/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";
22

33
export const version = {
44
[DeploymentMode.DEV]: "1.0.5",
5-
[DeploymentMode.PROD]: "1.0.103",
5+
[DeploymentMode.PROD]: "1.0.105",
66
};

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5573,10 +5573,10 @@
55735573
"@smithy/types" "^3.7.2"
55745574
tslib "^2.6.2"
55755575

5576-
"@socket.tech/[email protected].12-test.1":
5577-
version "1.0.12-test.1"
5578-
resolved "https://registry.yarnpkg.com/@socket.tech/dl-common/-/dl-common-1.0.12-test.1.tgz#f6ade70819de1a1f90c8eaf2aa47522d1c47d0fc"
5579-
integrity sha512-k+9lFd0noAD2qP+piwsijfUqKprUzzXjReCC0MvSt9cHC1zA97rEBqEmkHyi4zwv+RoJHZr8sHEInIDPrlfY0Q==
5576+
"@socket.tech/[email protected].15":
5577+
version "1.0.15"
5578+
resolved "https://registry.yarnpkg.com/@socket.tech/dl-common/-/dl-common-1.0.15.tgz#a3a3eed7c01b1fb000b289ac157aff8ab287036b"
5579+
integrity sha512-X5w0h/AZyN0hHboDp9N3Cg3pcWA4IFS5+veCVQj/br36IBHKAoG6ASODDGu2VcreWfTEPIS9u6LfIGR9rlvnPw==
55805580
dependencies:
55815581
"@aws-sdk/client-eventbridge" "3.449.0"
55825582
"@aws-sdk/client-kms" "3.454.0"

0 commit comments

Comments
 (0)