3.1.0-dev

This commit is contained in:
Xu Chang 2023-11-17 21:43:52 +08:00
parent 752f370c59
commit f96f854734
1 changed files with 2 additions and 2 deletions

View File

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