3.3.0-publish

This commit is contained in:
Xu Chang 2024-04-18 09:47:15 +08:00
parent dfd0a5c0fb
commit 95bb9904d2
1 changed files with 2 additions and 2 deletions

View File

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