@infinex/infinex-stw-sdk
Advanced tools
Comparing version 0.1.1-2 to 0.1.1-3
import base_0_1_1 from './deployments/0.1.1/base'; | ||
import base_sepolia_0_1_1 from './deployments/0.1.1/base-sepolia'; | ||
export { base_0_1_1, base_sepolia_0_1_1, }; | ||
import * as constants from "./constants"; | ||
export { base_0_1_1, base_sepolia_0_1_1, constants, }; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -6,3 +29,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.base_sepolia_0_1_1 = exports.base_0_1_1 = void 0; | ||
exports.constants = exports.base_sepolia_0_1_1 = exports.base_0_1_1 = void 0; | ||
const base_1 = __importDefault(require("./deployments/0.1.1/base")); | ||
@@ -12,1 +35,3 @@ exports.base_0_1_1 = base_1.default; | ||
exports.base_sepolia_0_1_1 = base_sepolia_1.default; | ||
const constants = __importStar(require("./constants")); | ||
exports.constants = constants; |
{ | ||
"name": "@infinex/infinex-stw-sdk", | ||
"version": "0.1.1-2", | ||
"version": "0.1.1-3", | ||
"description": "A SDK to interact with Infinex SWT smart contracts", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
307002
49
8343