🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@orderly.network/devkit

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orderly.network/devkit - npm Package Compare versions

Comparing version
1.1.5
to
1.1.6-alpha.0
+2
-2
package.json
{
"name": "@orderly.network/devkit",
"version": "1.1.5",
"version": "1.1.6-alpha.0",
"description": "CLI toolkit for scaffolding and building DEXs, plugins, and modules with Orderly",

@@ -28,3 +28,3 @@ "main": "",

"rimraf": "^5.0.0",
"tsconfig": "1.1.5"
"tsconfig": "1.1.6-alpha.0"
},

@@ -31,0 +31,0 @@ "publishConfig": {

@@ -10,5 +10,5 @@ declare global {

window.__ORDERLY_VERSION__ = window.__ORDERLY_VERSION__ || {};
window.__ORDERLY_VERSION__["@orderly.network/devkit"] = "1.1.5";
window.__ORDERLY_VERSION__["@orderly.network/devkit"] = "1.1.6-alpha.0";
}
export default "1.1.5";
export default "1.1.6-alpha.0";