chore: updated lockfiles
This commit is contained in:
parent
a7e589c282
commit
a2a8088d87
|
@ -24,7 +24,7 @@ inputs:
|
|||
pnpmVersion:
|
||||
description: "the pnpm version to install"
|
||||
required: false
|
||||
default: "7.28.0"
|
||||
default: "8.6.0"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7.28.0
|
||||
version: 8.6.0
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"compilerOptions": {
|
||||
"types": [
|
||||
"node",
|
||||
"jest"
|
||||
"mocha"
|
||||
],
|
||||
"module": "ESNext",
|
||||
"allowJs": true,
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"fix": "pnpm -r fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"@commitlint/config-conventional": "^17.4.4",
|
||||
"@switchboard-xyz/eslint-config": "latest",
|
||||
"@types/node": "^20.2.5",
|
||||
"commitlint": "^17.4.2",
|
||||
|
@ -19,11 +19,11 @@
|
|||
"typescript": "^5.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/switchboard-xyz/sbv2-solana.git"
|
||||
},
|
||||
"packageManager": "pnpm@7.17.0"
|
||||
"packageManager": "pnpm@8.6.0"
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ importers:
|
|||
.:
|
||||
devDependencies:
|
||||
'@commitlint/config-conventional':
|
||||
specifier: ^17.0.2
|
||||
specifier: ^17.4.4
|
||||
version: 17.4.4
|
||||
'@switchboard-xyz/eslint-config':
|
||||
specifier: latest
|
||||
|
@ -5982,7 +5982,7 @@ packages:
|
|||
file:javascript/solana.js:
|
||||
resolution: {directory: javascript/solana.js, type: directory}
|
||||
name: '@switchboard-xyz/solana.js'
|
||||
version: 2.1.18
|
||||
version: 2.2.0
|
||||
engines: {node: '>=16.0.0', npm: '>=7.0.0'}
|
||||
dependencies:
|
||||
'@coral-xyz/anchor': 0.27.0
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .js,.json,.ts 'src/**' --fix",
|
||||
"build": "node ../build.js anchor-vrf-parser 5Hhm5xKDiThfidbpqjJpKmMJEcKmjj5tEUNFpi2DzSvb",
|
||||
"build": "node ../build.js anchor-vrf-lite-parser 5Hhm5xKDiThfidbpqjJpKmMJEcKmjj5tEUNFpi2DzSvb",
|
||||
"test": "npm run localnet && npm run network:create && npm run network:start & sleep 60 && anchor test --skip-local-validator",
|
||||
"test:dev": "npm run localnet && npm run network:create && npm run network:start:dev & sleep 15 && anchor test --skip-local-validator"
|
||||
},
|
||||
|
|
|
@ -40,7 +40,7 @@ pub mod anchor_vrf_lite_parser {
|
|||
}
|
||||
|
||||
#[repr(packed)]
|
||||
#[account(zero_copy(unsafe))]
|
||||
#[account(zero_copy)]
|
||||
pub struct VrfClient {
|
||||
pub bump: u8,
|
||||
pub max_result: u64,
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -40,7 +40,7 @@ pub mod anchor_vrf_parser {
|
|||
}
|
||||
|
||||
#[repr(packed)]
|
||||
#[account(zero_copy(unsafe))]
|
||||
#[account(zero_copy)]
|
||||
pub struct VrfClient {
|
||||
pub bump: u8,
|
||||
pub max_result: u64,
|
||||
|
|
Loading…
Reference in New Issue