3.0.2-dev

This commit is contained in:
Xu Chang 2023-08-24 21:27:20 +08:00
parent 88f27b07a5
commit 40b6f3a1cc
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.0.1", "version": "3.0.2",
"description": "oak框架中内存级store的实现", "description": "oak框架中内存级store的实现",
"author": { "author": {
"name": "XuChang" "name": "XuChang"
@ -9,7 +9,7 @@
"lib/**/*" "lib/**/*"
], ],
"dependencies": { "dependencies": {
"oak-domain": "^3.0.1", "oak-domain": "file:../oak-domain",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },
"scripts": { "scripts": {