@medicine-wheel/relational-index 0.5.2 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Four-source epistemic dimensional indexing for the **Medicine Wheel Developer Suite**.
4
4
 
5
+ > [!WARNING]
6
+ > **Experimental alpha.** Part of the Medicine Wheel Developer Suite, which is
7
+ > under active development. APIs change between patch versions and all packages
8
+ > move in lockstep — pin exact versions. See
9
+ > [ALPHA.md](https://github.com/jgwill/medicine-wheel/blob/main/ALPHA.md).
10
+
5
11
  Wilson's epistemology recognises multiple sources of knowing — Land, Dream, Code, and Vision each teach differently. This package enables querying, traversal, and cross-dimensional mapping across those epistemic sources.
6
12
 
7
13
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/relational-index",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Four-source epistemic dimensional indexing for the Medicine Wheel Developer Suite — Land, Dream, Code, Vision traversal with cross-dimensional mapping and spiral depth metrics",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -45,8 +45,13 @@
45
45
  ],
46
46
  "author": "IAIP Collaborative - Shawinigan, QC",
47
47
  "license": "MIT",
48
+ "repository": {
49
+ "type": "git",
50
+ "url": "git+https://github.com/jgwill/medicine-wheel.git",
51
+ "directory": "src/relational-index"
52
+ },
48
53
  "dependencies": {
49
- "@medicine-wheel/ontology-core": "^0.5.2"
54
+ "@medicine-wheel/ontology-core": "^0.5.3"
50
55
  },
51
56
  "devDependencies": {
52
57
  "@types/node": "^20.10.0",