@solana/instructions
Advanced tools
Comparing version 2.0.0-experimental.7000add to 2.0.0-experimental.71a42a7
@@ -38,1 +38,3 @@ // src/roles.ts | ||
export { AccountRole, downgradeRoleToNonSigner, downgradeRoleToReadonly, isSignerRole, isWritableRole, mergeRoles, upgradeRoleToSigner, upgradeRoleToWritable }; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.browser.js.map |
@@ -38,1 +38,3 @@ // src/roles.ts | ||
export { AccountRole, downgradeRoleToNonSigner, downgradeRoleToReadonly, isSignerRole, isWritableRole, mergeRoles, upgradeRoleToSigner, upgradeRoleToWritable }; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.node.js.map |
@@ -1,2 +0,2 @@ | ||
import { Base58EncodedAddress } from '@solana/keys'; | ||
import { Base58EncodedAddress } from '@solana/addresses'; | ||
import { AccountRole } from './roles'; | ||
@@ -3,0 +3,0 @@ export interface IAccountMeta<TAddress extends string = string> { |
@@ -1,2 +0,2 @@ | ||
import { Base58EncodedAddress } from '@solana/keys'; | ||
import { Base58EncodedAddress } from '@solana/addresses'; | ||
import { IAccountLookupMeta, IAccountMeta } from './accounts'; | ||
@@ -3,0 +3,0 @@ export interface IInstruction<TProgramAddress extends string = string> { |
{ | ||
"name": "@solana/instructions", | ||
"version": "2.0.0-experimental.7000add", | ||
"version": "2.0.0-experimental.71a42a7", | ||
"description": "Helpers for creating transaction instructions", | ||
@@ -50,20 +50,17 @@ "exports": { | ||
"@solana/eslint-config-solana": "^1.0.2", | ||
"@swc/core": "^1.3.71", | ||
"@swc/jest": "^0.2.27", | ||
"@types/jest": "^29.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"@swc/jest": "^0.2.28", | ||
"@types/jest": "^29.5.5", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.3.0", | ||
"agadoo": "^3.0.0", | ||
"eslint": "^8.45.0", | ||
"eslint-plugin-sort-keys-fix": "^1.1.2", | ||
"jest": "^29.6.1", | ||
"jest-runner-eslint": "^2.0.0", | ||
"jest": "^29.7.0", | ||
"jest-runner-eslint": "^2.1.0", | ||
"jest-runner-prettier": "^1.0.0", | ||
"postcss": "^8.4.12", | ||
"prettier": "^2.7.1", | ||
"ts-node": "^10.9.1", | ||
"tsup": "6.7.0", | ||
"typescript": "^5.1.6", | ||
"prettier": "^2.8", | ||
"tsup": "7.2.0", | ||
"typescript": "^5.2.2", | ||
"version-from-git": "^1.1.1", | ||
"@solana/keys": "2.0.0-experimental.7000add", | ||
"@solana/addresses": "2.0.0-experimental.71a42a7", | ||
"build-scripts": "0.0.0", | ||
@@ -86,7 +83,8 @@ "test-config": "0.0.0", | ||
"publish-packages": "pnpm publish --tag experimental --access public --no-git-checks", | ||
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json", | ||
"test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent", | ||
"test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent", | ||
"test:treeshakability:browser": "agadoo dist/index.browser.js", | ||
"test:treeshakability:native": "agadoo dist/index.node.js", | ||
"test:treeshakability:node": "agadoo dist/index.native.js", | ||
"test:treeshakability:native": "agadoo dist/index.native.js", | ||
"test:treeshakability:node": "agadoo dist/index.node.js", | ||
"test:typecheck": "tsc --noEmit", | ||
@@ -93,0 +91,0 @@ "test:unit:browser": "jest -c node_modules/test-config/jest-unit.config.browser.ts --rootDir . --silent", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57311
19
389