This commit is contained in:
Xu Chang 2022-09-02 14:51:23 +08:00
parent 130dbbff75
commit b0f4adf98d
1 changed files with 2 additions and 2 deletions

View File

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