Skip to content

Commit

Permalink
v26.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 10, 2024
1 parent 5ff5029 commit 0b10cdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seneca-entity",
"main": "dist/entity.js",
"version": "26.0.1",
"version": "26.0.2",
"type": "commonjs",
"types": "dist/entity.d.ts",
"description": "Entity plugin for seneca",
Expand Down Expand Up @@ -50,10 +50,10 @@
"node": ">=16"
},
"dependencies": {
"seneca-mem-store": "^8.4.0"
"seneca-mem-store": "^9.0.0"
},
"peerDependencies": {
"seneca": ">=3",
"seneca": ">=3||>=4.0.0-rc2",
"seneca-promisify": ">=3"
},
"devDependencies": {
Expand Down

0 comments on commit 0b10cdc

Please sign in to comment.