Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SonYoungsung committed Jan 16, 2024
1 parent bd414b4 commit 96bf13a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
48 changes: 47 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "titan.github.io",
"description": "Unified token and contract list for Titan Mainnet and other Titan Chains.",
"version": "1.1.01",
"version": "1.1.02",
"main": "dist/packages/index.js",
"types": "dist/packages/index.d.ts",
"homepage": "https://github.com/tokamak-network/titan.github.io#readme",
Expand Down Expand Up @@ -35,6 +35,7 @@
"build:ci": "pnpm generate:ci && pnpm tsup --dts",
"release": "pnpm build:ci && npm publish",
"test": "jest --detectOpenHandles",
"test-package": "tsx ./test/index.test.ts",
"lint:check": "eslint . --max-warnings=0",
"lint:fix": "eslint --fix .",
"lint": "pnpm lint:fix && pnpm lint:check",
Expand All @@ -44,6 +45,51 @@
"files": [
"dist"
],
"dependencies": {
"@actions/core": "^1.4.0",
"@babel/eslint-parser": "^7.18.2",
"@eth-optimism/common-ts": "^0.6.5",
"@eth-optimism/contracts": "^0.5.40",
"@eth-optimism/core-utils": "^0.9.3",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@types/glob": "^8.0.0",
"@types/jest": "^29.0.3",
"@types/node": "^12.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@uniswap/token-lists": "^1.0.0-beta.30",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"commander": "^9.4.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-unicorn": "^42.0.0",
"ethers": "^5.4.1",
"extract-zip": "^2.0.1",
"glob": "^8.0.3",
"jest": "^28.1.3",
"jsonschema": "^1.4.1",
"mocha": "^8.4.0",
"node-fetch": "2.6.7",
"octokit": "^2.0.7",
"prettier": "^2.3.1",
"ts-jest": "^29.0.1",
"ts-mocha": "^10.0.0",
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"typescript": "^4.6.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@actions/core": "^1.4.0",
"@babel/eslint-parser": "^7.18.2",
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// import { ethers } from 'ethers'

import { TitanSDK } from '../dist/packages'
import { TitanSDK } from '../dist/packages/index.js'
// import { TitanSDK } from '../packages'
// import {TitanSDK} from "@titan/github"
// import { TitanSDK } from '../packages'
Expand Down

0 comments on commit 96bf13a

Please sign in to comment.