@medicine-wheel/data-store 0.15.2 → 0.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medicine-wheel/data-store",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.4",
|
|
4
4
|
"description": "Shared Redis data-access layer for the Medicine Wheel Developer Suite — connection management, Node/Edge/Ceremony CRUD, session-ceremony linking, and discovery helpers",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"directory": "src/data-store"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@medicine-wheel/ontology-core": "^0.15.
|
|
67
|
+
"@medicine-wheel/ontology-core": "^0.15.4",
|
|
68
68
|
"redis": "^4.6.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|