2.2.3-dev

This commit is contained in:
Xu Chang 2023-02-08 21:11:27 +08:00
parent 030ff440aa
commit 990566fd85
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-memory-tree-store",
"version": "2.2.2",
"version": "2.2.3",
"description": "oak框架中内存级store的实现",
"author": {
"name": "XuChang"
@ -9,7 +9,7 @@
"lib/**/*"
],
"dependencies": {
"oak-domain": "^2.6.1",
"oak-domain": "file:../oak-domain",
"uuid": "^8.3.2"
},
"scripts": {