@thomas-powers-jr/cadence-host-codex 1.58.0 → 1.59.0

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 +5 -5
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@thomas-powers-jr/cadence-host-codex",
3
- "version": "1.58.0",
3
+ "version": "1.59.0",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
7
7
  "description": "OpenAI Codex CLI adapter for CADENCE — installs lifecycle hooks and slash commands that drive the CADENCE engine from inside Codex.",
8
8
  "license": "MIT",
9
9
  "author": "Thomas Powers",
10
- "homepage": "https://github.com/thomas-powers-jr/cadence#readme",
10
+ "homepage": "https://thomas-powers-jr.github.io/cadence/",
11
11
  "bugs": "https://github.com/thomas-powers-jr/cadence/issues",
12
12
  "keywords": [
13
13
  "cadence",
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "commander": "^14.0.0",
48
- "@thomas-powers-jr/cadence-core": "1.58.0",
49
- "@thomas-powers-jr/cadence-host-toolkit": "1.58.0",
50
- "@thomas-powers-jr/cadence-types": "1.58.0"
48
+ "@thomas-powers-jr/cadence-core": "1.59.0",
49
+ "@thomas-powers-jr/cadence-types": "1.59.0",
50
+ "@thomas-powers-jr/cadence-host-toolkit": "1.59.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "vitest": "^4.1.10",