-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Release (#109) - Final V4 Upgrade"
This reverts commit 4a39ae1.
- Loading branch information
Showing
70 changed files
with
680 additions
and
6,291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
{ | ||
"private": true, | ||
"workspaces": [ | ||
"sdk/*" | ||
], | ||
"scripts": { | ||
"build": "turbo run build", | ||
"test:detached": "turbo run build && anchor test --detach -- --features=testing && echo \"\n⚠️ Don't forget to recompile the .so file before deployment\n\"", | ||
"test": "turbo run build && anchor test -- --features=testing && echo \"\n⚠️ Don't forget to recompile the .so file before deployment\n\"", | ||
"pretest": "mkdir -p target/deploy && cp ./test-program-keypair.json ./target/deploy/squads_multisig_program-keypair.json", | ||
"ts": "turbo run ts && yarn tsc --noEmit" | ||
}, | ||
"devDependencies": { | ||
"@solana/spl-token": "*", | ||
"@solana/spl-memo": "^0.2.3", | ||
"@types/bn.js": "5.1.0", | ||
"@types/mocha": "10.0.1", | ||
"@types/node-fetch": "2.6.2", | ||
"mocha": "10.2.0", | ||
"prettier": "2.6.2", | ||
"ts-node": "10.9.1", | ||
"turbo": "1.6.3", | ||
"typescript": "*" | ||
}, | ||
"resolutions": { | ||
"@solana/web3.js": "1.70.3", | ||
"@solana/spl-token": "0.3.6", | ||
"typescript": "4.9.4" | ||
} | ||
"private": true, | ||
"workspaces": [ | ||
"sdk/*" | ||
], | ||
"scripts": { | ||
"build": "turbo run build", | ||
"test": "turbo run build && anchor test -- --features=testing && echo \"\n⚠️ Don't forget to recompile the .so file before deployment\n\"", | ||
"pretest": "mkdir -p target/deploy && cp ./test-program-keypair.json ./target/deploy/squads_multisig_program-keypair.json", | ||
"ts": "turbo run ts && yarn tsc --noEmit" | ||
}, | ||
"devDependencies": { | ||
"@solana/spl-token": "*", | ||
"@solana/spl-memo": "^0.2.3", | ||
"@types/bn.js": "5.1.0", | ||
"@types/mocha": "10.0.1", | ||
"@types/node-fetch": "2.6.2", | ||
"mocha": "10.2.0", | ||
"prettier": "2.6.2", | ||
"ts-node": "10.9.1", | ||
"turbo": "1.6.3", | ||
"typescript": "*" | ||
}, | ||
"resolutions": { | ||
"@solana/web3.js": "1.70.3", | ||
"@solana/spl-token": "0.3.6", | ||
"typescript": "4.9.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.