Compare commits

...

1 Commits
master ... dev

Author SHA1 Message Date
Xu Chang 2fd9a46011 3.3.15-dev 2025-12-02 15:22:08 +08:00
1 changed files with 2 additions and 2 deletions

View File

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