2.1.2-dev

This commit is contained in:
Xu Chang 2022-12-17 12:46:32 +08:00
parent c12001b594
commit 889c805ebe
1 changed files with 2 additions and 2 deletions

View File

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