@lit-protocol/contracts
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -11,5 +11,8 @@ import * as fs from "fs"; | ||
const DEV_BRANCH = process.env.DEV_BRANCH; | ||
// || "feature/get-node-info-in-one-contract-call" | ||
const DEV_BRANCH = process.env.DEV_BRANCH; | ||
if (!DEV_BRANCH) { | ||
throw new Error("❌ DEV_BRANCH is not defined"); | ||
} | ||
type ABISource = { | ||
@@ -16,0 +19,0 @@ repoName: string; |
{ | ||
"name": "@lit-protocol/contracts", | ||
"version": "0.0.48", | ||
"version": "0.0.49", | ||
"main": "./dist/index.cjs", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
19267348
645499