@medicine-wheel/community-identity 0.15.2 → 0.15.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/community-identity",
3
- "version": "0.15.2",
3
+ "version": "0.15.3",
4
4
  "description": "Who is in the circle: people as wheel nodes, roles with a permission map, circles and memberships as relations, invitations and self-issued credentials kept by the consumer — so a Medicine Wheel can tell two people apart.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "directory": "src/community-identity"
42
42
  },
43
43
  "dependencies": {
44
- "@medicine-wheel/ontology-core": "^0.15.2",
44
+ "@medicine-wheel/ontology-core": "^0.15.3",
45
45
  "zod": "^3.23.0"
46
46
  },
47
47
  "devDependencies": {