3.3.12-dev

This commit is contained in:
Xu Chang 2025-03-17 14:38:19 +08:00
parent 8cb729ad26
commit 3b6ddbe317
1 changed files with 2 additions and 2 deletions

View File

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