Skip to content

Commit

Permalink
Merge pull request #25 from quant-daddy/no-dependencies
Browse files Browse the repository at this point in the history
removes most of the production dependencies
  • Loading branch information
quant-daddy authored Jul 6, 2022
2 parents c8aa81a + f9d37b5 commit f367a06
Show file tree
Hide file tree
Showing 16 changed files with 415 additions and 2,543 deletions.
7 changes: 7 additions & 0 deletions .changeset/slow-islands-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"graphql-eventbus": minor
"graphql-eventbus-google-pubsub": minor
"graphql-eventbus-metrics-plugin": minor
---

Removes a lot of production dependencies. graphql is the only peer dependency required.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
test:
name: Unit Test on Node ${{matrix.node_version}} (${{matrix.os}}) and GraphQL v${{matrix.graphql_version}}
runs-on: ubuntu-latest
# services:
# eventbus:
# image: bigtruedata/gcloud-pubsub-emulator
# options: start --host-port=0.0.0.0:8538
# ports:
# - 8538:8538
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
418 changes: 217 additions & 201 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"scripts": {
"test": "jest --runInBand --verbose --forceExit",
"test:watch": "jest --runInBand --verbose --forceExit --watch",
"build": "npm run build -ws",
"lint": "eslint packages/**/*.ts",
"prettier": "prettier --ignore-path .gitignore --list-different --write \"**/*.{ts,tsx,graphql,yml}\"",
Expand Down
Loading

0 comments on commit f367a06

Please sign in to comment.