Skip to content

Commit

Permalink
feat: tests passed for pda,organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Mar 7, 2024
1 parent 1a10c8e commit 6378fd7
Show file tree
Hide file tree
Showing 10 changed files with 2,103 additions and 7,984 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: ['main']
branches: ['main', 'develop']

jobs:
release:
Expand Down
17 changes: 0 additions & 17 deletions .meshrc.yml

This file was deleted.

14 changes: 0 additions & 14 deletions custom-fetch.js

This file was deleted.

2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
coveragePathIgnorePatterns: ['custom-fetch.js', '.mesh/*'],
coveragePathIgnorePatterns: ['.mesh/*'],
};
17 changes: 4 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"prepare": "husky install",
"build": "rm -rf dist && tsc && scripts/compress.sh && node scripts/compress.js"
"build": "rm -rf dist && tsc && scripts/compress.sh && node scripts/compress.js",
"dev": "ts-node-dev src/testMutationsAndQuery.ts"
},
"engines": {
"node": ">=18.0.0"
Expand All @@ -31,19 +32,10 @@
],
"license": "MIT",
"dependencies": {
"@graphql-mesh/cli": "^0.87.16",
"@graphql-mesh/graphql": "^0.95.8",
"@graphql-mesh/runtime": "^0.96.11",
"@graphql-mesh/transform-filter-schema": "^0.96.3",
"@graphql-mesh/utils": "^0.96.3",
"@graphql-tools/url-loader": "^8.0.1",
"@solana/web3.js": "^1.87.6",
"@whatwg-node/fetch": "^0.9.13",
"ethers": "^5.7.2",
"fast-json-stringify": "^5.10.0",
"graphql": "^16.8.1",
"long": "^5.2.3",
"uglify-es": "^3.3.9"
"graphql-request": "^6.1.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
Expand All @@ -64,8 +56,7 @@
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"uglify-js": "^3.17.4"
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 6378fd7

Please sign in to comment.