2.2.0-publish

This commit is contained in:
Xu Chang 2023-01-11 17:07:40 +08:00
parent bfbd624114
commit 5ea85d5ede
1 changed files with 2 additions and 2 deletions

View File

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