1.0.2
This commit is contained in:
parent
0efbe29c2c
commit
f2e9d865a2
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue