@medicine-wheel/app 0.4.6 → 0.4.7
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/Dockerfile +0 -1
- package/package.json +18 -18
package/Dockerfile
CHANGED
|
@@ -28,7 +28,6 @@ RUN npm ci --legacy-peer-deps --ignore-scripts
|
|
|
28
28
|
# Copy Next.js application source
|
|
29
29
|
COPY app/ ./app/
|
|
30
30
|
COPY components/ ./components/
|
|
31
|
-
COPY hooks/ ./hooks/
|
|
32
31
|
COPY lib/ ./lib/
|
|
33
32
|
COPY public/ ./public/
|
|
34
33
|
COPY next.config.mjs postcss.config.mjs tsconfig.json next-env.d.ts ./
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medicine-wheel/app",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "Medicine Wheel — Interactive visual layer for Indigenous relational research with Four Directions, ceremonies, and narrative arcs",
|
|
5
5
|
"bin": {
|
|
6
6
|
"mw": "dist/cli/mw.js",
|
|
@@ -74,24 +74,24 @@
|
|
|
74
74
|
"release:major": "npm run version:major && npm run publish:all && npm run release:commit"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@medicine-wheel/ceremony-protocol": "^0.4.
|
|
78
|
-
"@medicine-wheel/community-review": "^0.4.
|
|
79
|
-
"@medicine-wheel/consent-lifecycle": "^0.4.
|
|
80
|
-
"@medicine-wheel/data-store": "^0.4.
|
|
81
|
-
"@medicine-wheel/data-store-postgres": "^0.4.
|
|
82
|
-
"@medicine-wheel/fire-keeper": "^0.4.
|
|
83
|
-
"@medicine-wheel/graph-viz": "^0.4.
|
|
84
|
-
"@medicine-wheel/importance-unit": "^0.4.
|
|
77
|
+
"@medicine-wheel/ceremony-protocol": "^0.4.7",
|
|
78
|
+
"@medicine-wheel/community-review": "^0.4.7",
|
|
79
|
+
"@medicine-wheel/consent-lifecycle": "^0.4.7",
|
|
80
|
+
"@medicine-wheel/data-store": "^0.4.7",
|
|
81
|
+
"@medicine-wheel/data-store-postgres": "^0.4.7",
|
|
82
|
+
"@medicine-wheel/fire-keeper": "^0.4.7",
|
|
83
|
+
"@medicine-wheel/graph-viz": "^0.4.7",
|
|
84
|
+
"@medicine-wheel/importance-unit": "^0.4.7",
|
|
85
85
|
"@medicine-wheel/mcp": "^4.4.5",
|
|
86
|
-
"@medicine-wheel/narrative-engine": "^0.4.
|
|
87
|
-
"@medicine-wheel/ontology-core": "^0.4.
|
|
88
|
-
"@medicine-wheel/prompt-decomposition": "^0.4.
|
|
89
|
-
"@medicine-wheel/relational-index": "^0.4.
|
|
90
|
-
"@medicine-wheel/relational-query": "^0.4.
|
|
91
|
-
"@medicine-wheel/session-reader": "^0.4.
|
|
92
|
-
"@medicine-wheel/storage-provider": "^0.4.
|
|
93
|
-
"@medicine-wheel/transformation-tracker": "^0.4.
|
|
94
|
-
"@medicine-wheel/ui-components": "^0.4.
|
|
86
|
+
"@medicine-wheel/narrative-engine": "^0.4.7",
|
|
87
|
+
"@medicine-wheel/ontology-core": "^0.4.7",
|
|
88
|
+
"@medicine-wheel/prompt-decomposition": "^0.4.7",
|
|
89
|
+
"@medicine-wheel/relational-index": "^0.4.7",
|
|
90
|
+
"@medicine-wheel/relational-query": "^0.4.7",
|
|
91
|
+
"@medicine-wheel/session-reader": "^0.4.7",
|
|
92
|
+
"@medicine-wheel/storage-provider": "^0.4.7",
|
|
93
|
+
"@medicine-wheel/transformation-tracker": "^0.4.7",
|
|
94
|
+
"@medicine-wheel/ui-components": "^0.4.7",
|
|
95
95
|
"@neondatabase/serverless": "^0.10.0",
|
|
96
96
|
"clsx": "^2.1.1",
|
|
97
97
|
"lucide-react": "^0.475.0",
|