@medicine-wheel/client 0.15.6 → 0.15.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/client",
3
- "version": "0.15.6",
3
+ "version": "0.15.7",
4
4
  "type": "module",
5
5
  "description": "Typed HTTP client for a Medicine Wheel — nodes, edges, ceremonies, beats and the ceremonial diary — with the wheel's paging honesty carried through (count, total, truncated) and fail-fast errors that name the status.",
6
6
  "main": "dist/index.js",
@@ -41,8 +41,8 @@
41
41
  "directory": "src/client"
42
42
  },
43
43
  "dependencies": {
44
- "@medicine-wheel/ontology-core": "^0.15.6",
45
- "@medicine-wheel/storage-provider": "^0.15.6"
44
+ "@medicine-wheel/ontology-core": "^0.15.7",
45
+ "@medicine-wheel/storage-provider": "^0.15.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20.10.0",