3.3.13-dev

This commit is contained in:
Xu Chang 2025-05-08 16:25:52 +08:00
parent b87d912388
commit a70f584e08
1 changed files with 2 additions and 2 deletions

View File

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