medicine-wheel-relational-query 0.2.0 → 0.2.2

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # medicine-wheel-relational-query
2
2
 
3
+ > **Package rename notice:** `medicine-wheel-relational-query` is scheduled to move to `@medicine-wheel/relational-query`. This legacy package name remains published during the migration window so existing installs keep working. A future release will deprecate the legacy name in npm.
4
+
5
+
3
6
  Query builder, graph traversal, and accountability audit for the Medicine Wheel relational web. Protocol-aware: respects ceremony boundaries and OCAP® compliance during traversal.
4
7
 
5
8
  ## Install
@@ -57,3 +60,4 @@ Requires `medicine-wheel-ontology-core` ^0.1.0.
57
60
  ## License
58
61
 
59
62
  MIT
63
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medicine-wheel-relational-query",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Query builder for relational webs with Indigenous protocol awareness — traversal, accountability, OCAP® compliance",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,7 +33,7 @@
33
33
  "author": "jgwill",
34
34
  "license": "MIT",
35
35
  "dependencies": {
36
- "medicine-wheel-ontology-core": "^0.2.0"
36
+ "medicine-wheel-ontology-core": "^0.2.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "^5.7.0"