@api3/airnode-protocol-v1
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -0,2 +1,3 @@ | ||
export * from './contracts'; | ||
import references from '../deployments/references.json'; | ||
export { references }; |
"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 __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -7,4 +21,5 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
exports.references = void 0; | ||
__exportStar(require("./contracts"), exports); | ||
var references_json_1 = __importDefault(require("../deployments/references.json")); | ||
exports.references = references_json_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@api3/airnode-protocol-v1", | ||
"license": "MIT", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"private": false, | ||
@@ -13,7 +13,6 @@ "main": "dist/src/index", | ||
"scripts": { | ||
"build": "yarn clean && yarn build:contracts && yarn build:tsc", | ||
"build": "yarn clean && yarn build:contracts && yarn build:contract-types && yarn build:tsc", | ||
"build:contracts": "hardhat compile", | ||
"build:tsc": "yarn build:contract-dts && yarn build:copy-contract-dts && tsc -p tsconfig.build.json", | ||
"build:contract-dts": "yarn typechain --target ethers-v5 --out-dir ./src/contracts \"./artifacts/contracts/**/!(*.dbg).json\"", | ||
"build:copy-contract-dts": "copyfiles -u 1 \"src/contracts/**/*.d.ts\" dist/src", | ||
"build:contract-types": "yarn typechain --target ethers-v5 --out-dir ./src/contracts \"./artifacts/contracts/**/!(*.dbg).json\"", | ||
"build:tsc": "tsc -p tsconfig.build.json", | ||
"clean": "rimraf -rf ./dist *.tgz src/contracts artifacts cache", | ||
@@ -20,0 +19,0 @@ "deploy:deterministic": "DETERMINISTIC=true hardhat deploy --network $NETWORK", |
Sorry, the diff of this file is not supported yet
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
3982767
63797