@medicine-wheel/github-ceremony 0.15.1 → 0.15.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/github-ceremony",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "description": "GitHub-ceremony processing — witness GitHub webhook events (issues, pull requests, merges, commits) through a ceremonial lens and record them as relational ceremony beads. Pure, framework-free functions that take a parsed payload and a @medicine-wheel/storage-provider",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -51,8 +51,8 @@
51
51
  "directory": "src/github-ceremony"
52
52
  },
53
53
  "dependencies": {
54
- "@medicine-wheel/ontology-core": "^0.15.1",
55
- "@medicine-wheel/storage-provider": "^0.15.1"
54
+ "@medicine-wheel/ontology-core": "^0.15.2",
55
+ "@medicine-wheel/storage-provider": "^0.15.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^20.10.0",