@infinex/infinex-stw-sdk
Advanced tools
Comparing version 0.1.1-6 to 0.1.1-7
import base_0_1_1 from './deployments/0.1.1/base'; | ||
import base_sepolia_0_1_1 from './deployments/0.1.1/base-sepolia'; | ||
import base_sepolia_0_1_4 from './deployments/0.1.4/base-sepolia'; | ||
import * as constants from "./constants"; | ||
export { base_0_1_1, base_sepolia_0_1_1, constants, }; | ||
export { base_0_1_1, base_sepolia_0_1_4, constants, }; |
@@ -29,8 +29,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.constants = exports.base_sepolia_0_1_1 = exports.base_0_1_1 = void 0; | ||
exports.constants = exports.base_sepolia_0_1_4 = exports.base_0_1_1 = void 0; | ||
const base_1 = __importDefault(require("./deployments/0.1.1/base")); | ||
exports.base_0_1_1 = base_1.default; | ||
const base_sepolia_1 = __importDefault(require("./deployments/0.1.1/base-sepolia")); | ||
exports.base_sepolia_0_1_1 = base_sepolia_1.default; | ||
const base_sepolia_1 = __importDefault(require("./deployments/0.1.4/base-sepolia")); | ||
exports.base_sepolia_0_1_4 = base_sepolia_1.default; | ||
const constants = __importStar(require("./constants")); | ||
exports.constants = constants; |
{ | ||
"name": "@infinex/infinex-stw-sdk", | ||
"version": "0.1.1-6", | ||
"version": "0.1.1-7", | ||
"description": "A SDK to interact with Infinex SWT smart contracts", | ||
@@ -10,12 +10,2 @@ "main": "./dist/index.js", | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"dev": "tsc -p ./tsconfig.json --watch --inlineSourceMap", | ||
"build": "tsc -p ./tsconfig.json", | ||
"clean": "rm -rf ./dist/ && rm -rf ./src/deployments/", | ||
"lint": "eslint ./src/ --fix", | ||
"typecheck": "tsc --noEmit", | ||
"generate:sources": "node scripts/prepare-source-files.js", | ||
"generate": "pnpm clean && pnpm generate:sources" | ||
}, | ||
"repository": { | ||
@@ -36,3 +26,13 @@ "type": "git", | ||
"typescript": "^5.3.3" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"dev": "tsc -p ./tsconfig.json --watch --inlineSourceMap", | ||
"build": "tsc -p ./tsconfig.json", | ||
"clean": "rm -rf ./dist/ && rm -rf ./src/deployments/", | ||
"lint": "eslint ./src/ --fix", | ||
"typecheck": "tsc --noEmit", | ||
"generate:sources": "node scripts/prepare-source-files.js", | ||
"generate": "pnpm clean && pnpm generate:sources" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
309112
8402