|
8 | 8 | "oev" |
9 | 9 | ], |
10 | 10 | "license": "MIT", |
11 | | - "version": "0.0.1", |
| 11 | + "version": "0.1.0", |
12 | 12 | "repository": { |
13 | 13 | "type": "git", |
14 | 14 | "url": "https://github.com/api3dao/data-feed-proxy-combinators.git" |
|
25 | 25 | ".": "./dist/src/index.js" |
26 | 26 | }, |
27 | 27 | "scripts": { |
28 | | - "build": "pnpm build:hardhat && tsc -p tsconfig.build.json", |
29 | 28 | "build:hardhat": "hardhat --config hardhat.build.config.ts compile", |
| 29 | + "build": "pnpm build:hardhat && tsc -p tsconfig.build.json", |
30 | 30 | "coverage": "hardhat coverage", |
31 | 31 | "deploy:InverseApi3ReaderProxyV1": "hardhat deploy --network $NETWORK --tags InverseApi3ReaderProxyV1", |
32 | 32 | "deploy:NormalizedApi3ReaderProxyV1": "hardhat deploy --network $NETWORK --tags NormalizedApi3ReaderProxyV1", |
33 | | - "deploy:ProductApi3ReaderProxyV1": "hardhat deploy --network $NETWORK --tags ProductApi3ReaderProxyV1", |
34 | 33 | "deploy:PriceCappedApi3ReaderProxyV1": "hardhat deploy --network $NETWORK --tags PriceCappedApi3ReaderProxyV1", |
| 34 | + "deploy:ProductApi3ReaderProxyV1": "hardhat deploy --network $NETWORK --tags ProductApi3ReaderProxyV1", |
35 | 35 | "deploy:ScaledApi3FeedProxyV1": "hardhat deploy --network $NETWORK --tags ScaledApi3FeedProxyV1", |
36 | | - "lint": "pnpm run prettier:check && pnpm run lint:eslint && pnpm run lint:solhint", |
37 | | - "lint:solhint": "solhint ./contracts/**/*.sol", |
38 | 36 | "lint:eslint": "eslint . --ext .js,.ts", |
| 37 | + "lint:solhint": "solhint ./contracts/**/*.sol", |
| 38 | + "lint": "pnpm run prettier:check && pnpm run lint:eslint && pnpm run lint:solhint", |
39 | 39 | "prettier:check": "prettier --check \"./**/*.{js,ts,md,json,sol}\"", |
40 | 40 | "prettier": "prettier --write \"./**/*.{js,ts,md,json,sol}\"", |
41 | | - "verify-vendor-contracts": "hardhat run scripts/verify-vendor-contracts.ts", |
42 | | - "test": "hardhat test --parallel" |
| 41 | + "release:tag": "ts-node scripts/tag-and-release.ts", |
| 42 | + "test": "hardhat test --parallel", |
| 43 | + "verify-vendor-contracts": "hardhat run scripts/verify-vendor-contracts.ts" |
43 | 44 | }, |
44 | 45 | "devDependencies": { |
| 46 | + "@api3/commons": "^1.0.1", |
45 | 47 | "@api3/contracts": "^30.0.0", |
46 | 48 | "@api3/eslint-plugin-commons": "^3.0.0", |
47 | 49 | "@api3/promise-utils": "^0.4.0", |
|
0 commit comments