This commit is contained in:
Xu Chang 2022-08-19 10:10:18 +08:00
parent 0efbe29c2c
commit f2e9d865a2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-memory-tree-store",
"version": "1.0.1",
"version": "1.0.2",
"description": "oak框架中内存级store的实现",
"author": {
"name": "XuChang"
@ -11,7 +11,7 @@
"dependencies": {
"luxon": "^2.3.0",
"uuid": "^8.3.2",
"oak-domain": "^1.0.4"
"oak-domain": "file:../oak-domain"
},
"scripts": {
"make:domain": "ts-node test/build-app-domain",