graphql-pub-sub-with-initial-value 2.0.0 → 2.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphql-pub-sub-with-initial-value",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "GraphQL PubSub with intial value handling",
5
5
  "scripts": {
6
6
  "test": "node_modules/.bin/jest --coverage && npm run lint",
@@ -1,3 +0,0 @@
1
- # These are supported funding model platforms
2
-
3
- custom: PayPal.Me/bengtler
@@ -1,24 +0,0 @@
1
- name: CI
2
- on: [push]
3
- jobs:
4
- test:
5
- runs-on: ubuntu-latest
6
-
7
- steps:
8
- - uses: actions/checkout@v6
9
-
10
- - name: Use Node.js
11
- uses: actions/setup-node@v6
12
- with:
13
- node-version-file: 'package.json'
14
-
15
- - name: Intall deps
16
- run: |
17
- npm install
18
- npm install codecov -g
19
-
20
- - name: Lint
21
- run: npm run lint
22
-
23
- - name: Test
24
- run: npm run test
Binary file
Binary file