@medicine-wheel/community-review 0.2.2 → 0.2.3
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medicine-wheel/community-review",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Community-based ceremonial review protocol for Medicine Wheel — implements Wilson's validation through Elder review circles, consensus, and relational accountability",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"README.md"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@medicine-wheel/ontology-core": "^0.2.
|
|
27
|
-
"@medicine-wheel/ceremony-protocol": "^0.2.
|
|
26
|
+
"@medicine-wheel/ontology-core": "^0.2.3",
|
|
27
|
+
"@medicine-wheel/ceremony-protocol": "^0.2.3",
|
|
28
28
|
"zod": "^3.23.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|