3.3.5-pub

This commit is contained in:
Xu Chang 2024-09-16 17:46:32 +08:00
parent f62637f7af
commit c97ba9b8d8
1 changed files with 2 additions and 2 deletions

View File

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