@solana/rpc-graphql 2.0.0-experimental.dacecb7 → 2.0.0-experimental.df45965

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import { Base58EncodedAddress } from '@solana/addresses';
2
- import { Commitment } from '@solana/rpc-core';
3
2
  import { DataSlice, Slot } from '@solana/rpc-core/dist/types/rpc-methods/common';
3
+ import { Commitment } from '@solana/rpc-types';
4
4
  import { RpcGraphQLContext } from '../../context';
5
5
  export type AccountQueryArgs = {
6
6
  address: Base58EncodedAddress;
@@ -1,5 +1,5 @@
1
- import { Commitment } from '@solana/rpc-core';
2
1
  import { Slot } from '@solana/rpc-core/dist/types/rpc-methods/common';
2
+ import { Commitment } from '@solana/rpc-types';
3
3
  import { TransactionVersion } from '@solana/transactions';
4
4
  import { RpcGraphQLContext } from '../../context';
5
5
  export type BlockQueryArgs = {
@@ -1,6 +1,6 @@
1
1
  import { Base58EncodedAddress } from '@solana/addresses';
2
- import { Commitment } from '@solana/rpc-core';
3
2
  import { DataSlice, GetProgramAccountsDatasizeFilter, GetProgramAccountsMemcmpFilter, Slot } from '@solana/rpc-core/dist/types/rpc-methods/common';
3
+ import { Commitment } from '@solana/rpc-types';
4
4
  import { GraphQLList } from 'graphql';
5
5
  import { RpcGraphQLContext } from '../../context';
6
6
  export type ProgramAccountsQueryArgs = {
@@ -1,4 +1,4 @@
1
- import { Commitment } from '@solana/rpc-core';
1
+ import { Commitment } from '@solana/rpc-types';
2
2
  import { TransactionSignature, TransactionVersion } from '@solana/transactions';
3
3
  import { RpcGraphQLContext } from '../../context';
4
4
  export type TransactionQueryArgs = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/rpc-graphql",
3
- "version": "2.0.0-experimental.dacecb7",
3
+ "version": "2.0.0-experimental.df45965",
4
4
  "description": "A library for resolving GraphQl query calls to the Solana JSON RPC API",
5
5
  "exports": {
6
6
  "browser": {
@@ -50,27 +50,28 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@solana/eslint-config-solana": "^1.0.2",
53
- "@swc/jest": "^0.2.28",
54
- "@types/jest": "^29.5.3",
53
+ "@swc/jest": "^0.2.29",
54
+ "@types/jest": "^29.5.6",
55
55
  "@typescript-eslint/eslint-plugin": "^6.3.0",
56
56
  "@typescript-eslint/parser": "^6.3.0",
57
57
  "agadoo": "^3.0.0",
58
58
  "eslint": "^8.45.0",
59
- "eslint-plugin-jest": "^27.2.3",
59
+ "eslint-plugin-jest": "^27.4.2",
60
60
  "eslint-plugin-sort-keys-fix": "^1.1.2",
61
- "jest": "^29.6.1",
62
- "jest-environment-jsdom": "^29.6.2",
61
+ "jest": "^29.7.0",
62
+ "jest-environment-jsdom": "^29.7.0",
63
63
  "jest-fetch-mock-fork": "^3.0.4",
64
- "jest-runner-eslint": "^2.1.0",
64
+ "jest-runner-eslint": "^2.1.2",
65
65
  "jest-runner-prettier": "^1.0.0",
66
66
  "prettier": "^2.8",
67
67
  "tsup": "7.2.0",
68
68
  "typescript": "^5.1.6",
69
69
  "version-from-git": "^1.1.1",
70
- "@solana/addresses": "2.0.0-experimental.dacecb7",
71
- "@solana/rpc-core": "2.0.0-experimental.dacecb7",
72
- "@solana/rpc-transport": "2.0.0-experimental.dacecb7",
73
- "@solana/transactions": "2.0.0-experimental.dacecb7",
70
+ "@solana/addresses": "2.0.0-experimental.df45965",
71
+ "@solana/rpc-core": "2.0.0-experimental.df45965",
72
+ "@solana/rpc-types": "2.0.0-experimental.df45965",
73
+ "@solana/rpc-transport": "2.0.0-experimental.df45965",
74
+ "@solana/transactions": "2.0.0-experimental.df45965",
74
75
  "build-scripts": "0.0.0",
75
76
  "test-config": "0.0.0",
76
77
  "tsconfig": "0.0.0"