3.1.3-dev

This commit is contained in:
Xu Chang 2023-12-16 22:17:16 +08:00
parent 588e6780a6
commit 8f6d027424
1 changed files with 2 additions and 2 deletions

View File

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