Skip to content

Commit

Permalink
feat: allow subscription to store more props (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored May 13, 2022
1 parent fa0c314 commit 3ebf8d8
Show file tree
Hide file tree
Showing 4 changed files with 610 additions and 616 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI

on:
push:
branches:
Expand All @@ -9,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install mongo
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "git+https://github.com/moscajs/aedes-persistence-mongodb.git"
},
"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
},
"keywords": [
"Aedes",
Expand All @@ -55,21 +55,21 @@
"faucet": "0.0.1",
"license-checker": "^25.0.1",
"mqemitter-mongodb": "^8.1.0",
"nyc": "^15.0.1",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"release-it": "^14.0.3",
"release-it": "^15.0.0",
"snazzy": "^9.0.0",
"standard": "^15.0.0",
"tape": "^4.13.2"
"standard": "^17.0.0",
"tape": "^4.15.1"
},
"dependencies": {
"aedes-cached-persistence": "^8.1.1",
"escape-string-regexp": "^4.0.0",
"fastparallel": "^2.3.0",
"mongodb": "^4.5.0",
"native-url": "^0.3.1",
"fastparallel": "^2.4.1",
"mongodb": "^4.6.0",
"native-url": "^0.3.4",
"pump": "^3.0.0",
"qlobber": "^5.0.0",
"through2": "^4.0.1"
"qlobber": "^7.0.0",
"through2": "^4.0.2"
}
}
Loading

0 comments on commit 3ebf8d8

Please sign in to comment.