chore: fix build
This commit is contained in:
parent
84c2abc1f7
commit
67ff2e9ace
|
@ -166,14 +166,14 @@
|
|||
"@coral-xyz/borsh": "^0.28.0",
|
||||
"@solana/spl-token": "^0.3.8",
|
||||
"@solana/web3.js": "^1.78.0",
|
||||
"@switchboard-xyz/common": "latest",
|
||||
"@switchboard-xyz/common": "^2.2.5",
|
||||
"cron-validator": "^1.3.1",
|
||||
"dotenv": "^16.3.1",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@switchboard-xyz/eslint-config": "latest",
|
||||
"@switchboard-xyz/oracle": "latest",
|
||||
"@switchboard-xyz/eslint-config": "^0.1.9",
|
||||
"@switchboard-xyz/oracle": "^2.1.13",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"@types/mocha": "^10.0.1",
|
||||
|
|
|
@ -28,20 +28,6 @@
|
|||
"strictNullChecks": false,
|
||||
"strictFunctionTypes": true,
|
||||
"noImplicitReturns": true,
|
||||
"esModuleInterop": true,
|
||||
"paths": {
|
||||
"@switchboard-xyz/common": [
|
||||
"../common"
|
||||
],
|
||||
"@solana/spl-token": [
|
||||
"./node_modules/@solana/spl-token",
|
||||
"../node_modules/@solana/spl-token"
|
||||
]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../common"
|
||||
}
|
||||
]
|
||||
}
|
||||
"esModuleInterop": true
|
||||
}
|
||||
}
|
|
@ -28,24 +28,8 @@
|
|||
"strictPropertyInitialization": false,
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"allowJs": true,
|
||||
"paths": {
|
||||
"@switchboard-xyz/common": [
|
||||
"../common"
|
||||
],
|
||||
"@switchboard-xyz/oracle": [
|
||||
"../oracle"
|
||||
]
|
||||
}
|
||||
"allowJs": true
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../common"
|
||||
},
|
||||
{
|
||||
"path": "../oracle"
|
||||
}
|
||||
],
|
||||
"typedocOptions": {
|
||||
"entryPoints": [
|
||||
"src/index.ts",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
lockfileVersion: '6.1'
|
||||
lockfileVersion: '6.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
|
@ -451,7 +451,7 @@ importers:
|
|||
specifier: ^1.78.0
|
||||
version: 1.78.0
|
||||
'@switchboard-xyz/common':
|
||||
specifier: latest
|
||||
specifier: ^2.2.5
|
||||
version: 2.2.5
|
||||
cron-validator:
|
||||
specifier: ^1.3.1
|
||||
|
@ -464,10 +464,10 @@ importers:
|
|||
version: 4.17.21
|
||||
devDependencies:
|
||||
'@switchboard-xyz/eslint-config':
|
||||
specifier: latest
|
||||
specifier: ^0.1.9
|
||||
version: 0.1.9
|
||||
'@switchboard-xyz/oracle':
|
||||
specifier: latest
|
||||
specifier: ^2.1.13
|
||||
version: 2.1.13
|
||||
'@types/chai':
|
||||
specifier: ^4.3.5
|
||||
|
@ -1672,7 +1672,7 @@ packages:
|
|||
dependencies:
|
||||
'@terascope/fetch-github-release': 0.8.7
|
||||
detect-port: 1.5.1
|
||||
node-fetch: 2.6.9
|
||||
node-fetch: 2.6.12
|
||||
xdg-basedir: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
|
@ -4963,7 +4963,6 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
whatwg-url: 5.0.0
|
||||
dev: false
|
||||
|
||||
/node-fetch@2.6.7:
|
||||
resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==}
|
||||
|
@ -4987,6 +4986,7 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
whatwg-url: 5.0.0
|
||||
dev: false
|
||||
|
||||
/node-gyp-build@4.5.0:
|
||||
resolution: {integrity: sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==}
|
||||
|
@ -5926,7 +5926,7 @@ packages:
|
|||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@pkgr/utils': 2.4.2
|
||||
tslib: 2.5.0
|
||||
tslib: 2.6.0
|
||||
dev: true
|
||||
|
||||
/table@6.8.0:
|
||||
|
@ -6201,6 +6201,7 @@ packages:
|
|||
|
||||
/tslib@2.5.0:
|
||||
resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==}
|
||||
dev: false
|
||||
|
||||
/tslib@2.6.0:
|
||||
resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==}
|
||||
|
@ -6710,7 +6711,6 @@ packages:
|
|||
file:javascript/solana.js:
|
||||
resolution: {directory: javascript/solana.js, type: directory}
|
||||
name: '@switchboard-xyz/solana.js'
|
||||
version: 2.4.4
|
||||
engines: {node: '>=16.0.0', npm: '>=7.0.0'}
|
||||
dependencies:
|
||||
'@coral-xyz/anchor': 0.28.0
|
||||
|
|
Loading…
Reference in New Issue