@solana/rpc-transformers
Advanced tools
Comparing version 2.0.0-experimental.f45e92a to 2.0.0-experimental.fa2293f
import type { Commitment } from '@solana/rpc-types'; | ||
type Config = Readonly<{ | ||
params: unknown[]; | ||
commitmentPropertyName: string; | ||
optionsObjectPositionInParams: number; | ||
overrideCommitment?: Commitment; | ||
params: unknown[]; | ||
}>; | ||
@@ -8,0 +8,0 @@ export declare function applyDefaultCommitment({ commitmentPropertyName, params, optionsObjectPositionInParams, overrideCommitment, }: Config): unknown[]; |
export type KeyPathWildcard = { | ||
readonly __brand: unique symbol; | ||
}; | ||
export type KeyPath = ReadonlyArray<KeyPathWildcard | number | string | KeyPath>; | ||
export type KeyPath = ReadonlyArray<KeyPath | KeyPathWildcard | number | string>; | ||
export declare const KEYPATH_WILDCARD: KeyPathWildcard; | ||
@@ -6,0 +6,0 @@ type NodeVisitor = <TState extends TraversalState>(value: unknown, state: TState) => unknown; |
{ | ||
"name": "@solana/rpc-transformers", | ||
"version": "2.0.0-experimental.f45e92a", | ||
"version": "2.0.0-experimental.fa2293f", | ||
"description": "Reusable transformers for patching RPC inputs and outputs", | ||
@@ -49,5 +49,5 @@ "exports": { | ||
"dependencies": { | ||
"@solana/rpc-spec": "2.0.0-experimental.f45e92a", | ||
"@solana/rpc-subscriptions-spec": "2.0.0-experimental.f45e92a", | ||
"@solana/rpc-types": "2.0.0-experimental.f45e92a" | ||
"@solana/rpc-spec": "2.0.0-experimental.fa2293f", | ||
"@solana/rpc-subscriptions-spec": "2.0.0-experimental.fa2293f", | ||
"@solana/rpc-types": "2.0.0-experimental.fa2293f" | ||
}, | ||
@@ -64,9 +64,9 @@ "bundlewatch": { | ||
"compile:js": "tsup --config build-scripts/tsup.config.package.ts", | ||
"compile:typedefs": "tsc -p ./tsconfig.declarations.json && node node_modules/@solana/build-scripts/add-js-extension-to-types.mjs", | ||
"dev": "jest -c node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch", | ||
"compile:typedefs": "tsc -p ./tsconfig.declarations.json && node ../../node_modules/@solana/build-scripts/add-js-extension-to-types.mjs", | ||
"dev": "jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch", | ||
"publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag experimental --access public --no-git-checks", | ||
"publish-packages": "pnpm prepublishOnly && pnpm publish-impl", | ||
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json", | ||
"test:lint": "jest -c node_modules/@solana/test-config/jest-lint.config.ts --rootDir . --silent", | ||
"test:prettier": "jest -c node_modules/@solana/test-config/jest-prettier.config.ts --rootDir . --silent", | ||
"test:lint": "jest -c ../../node_modules/@solana/test-config/jest-lint.config.ts --rootDir . --silent", | ||
"test:prettier": "jest -c ../../node_modules/@solana/test-config/jest-prettier.config.ts --rootDir . --silent", | ||
"test:treeshakability:browser": "agadoo dist/index.browser.js", | ||
@@ -76,5 +76,5 @@ "test:treeshakability:native": "agadoo dist/index.native.js", | ||
"test:typecheck": "tsc --noEmit", | ||
"test:unit:browser": "jest -c node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent", | ||
"test:unit:node": "jest -c node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent" | ||
"test:unit:browser": "jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent", | ||
"test:unit:node": "jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.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
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
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
27217
151710
33
1321
51
+ Added@solana/addresses@2.0.0-experimental.fa2293f(transitive)
+ Added@solana/assertions@2.0.0-experimental.fa2293f(transitive)
+ Added@solana/codecs-core@2.0.0-experimental.fa2293f(transitive)
+ Added@solana/codecs-numbers@2.0.0-experimental.fa2293f(transitive)
+ Added@solana/codecs-strings@2.0.0-experimental.fa2293f(transitive)
+ Added@solana/errors@2.0.0-experimental.fa2293f(transitive)
+ Added@solana/rpc-spec@2.0.0-experimental.fa2293f(transitive)
+ Added@solana/rpc-spec-types@2.0.0-experimental.fa2293f(transitive)
+ Added@solana/rpc-subscriptions-spec@2.0.0-experimental.fa2293f(transitive)
+ Added@solana/rpc-types@2.0.0-experimental.fa2293f(transitive)
+ Addedchalk@5.4.1(transitive)
+ Addedcommander@12.1.0(transitive)
- Removed@solana/addresses@2.0.0-experimental.f45e92a(transitive)
- Removed@solana/assertions@2.0.0-experimental.f45e92a(transitive)
- Removed@solana/codecs-core@2.0.0-experimental.f45e92a(transitive)
- Removed@solana/codecs-numbers@2.0.0-experimental.f45e92a(transitive)
- Removed@solana/codecs-strings@2.0.0-experimental.f45e92a(transitive)
- Removed@solana/rpc-spec@2.0.0-experimental.f45e92a(transitive)
- Removed@solana/rpc-spec-types@2.0.0-experimental.f45e92a(transitive)
- Removed@solana/rpc-subscriptions-spec@2.0.0-experimental.f45e92a(transitive)
- Removed@solana/rpc-types@2.0.0-experimental.f45e92a(transitive)
Updated@solana/rpc-subscriptions-spec@2.0.0-experimental.fa2293f