We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4878f commit ded50edCopy full SHA for ded50ed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@socket.tech/dl-core",
3
"license": "UNLICENSED",
4
- "version": "2.41.0",
+ "version": "2.42.0",
5
"description": "Smart contracts for socket data layer.",
6
"main": "./dist/src/index.js",
7
"types": "./dist/src/index.d.ts",
scripts/rpcConfig/constants/version.ts
@@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";
export const version = {
[DeploymentMode.DEV]: "1.0.5",
- [DeploymentMode.PROD]: "1.0.85",
+ [DeploymentMode.PROD]: "1.0.86",
};
0 commit comments