@coryrylan/cradle 1.2.0 → 1.3.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coryrylan/cradle",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "description": "A runtime for portable agents defined as folders — launches the pi coding agent configured from an agent folder, sandboxed with nono",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "homepage": "https://github.com/coryrylan/cradle/tree/main/projects/cli#readme",
47
47
  "engines": {
48
- "bun": ">=1.3.0"
48
+ "bun": ">=1.4.0"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
@@ -220,17 +220,17 @@
220
220
  }
221
221
  },
222
222
  "dependencies": {
223
- "yargs": "^18.0.0"
223
+ "yargs": "^18.1.0"
224
224
  },
225
225
  "devDependencies": {
226
- "@coryrylan/tools": "1.1.0",
226
+ "@coryrylan/tools": "1.1.1",
227
227
  "@eslint/js": "10.0.1",
228
- "@eslint/json": "1.2.0",
229
- "@types/bun": "1.3.14",
228
+ "@eslint/json": "2.0.1",
229
+ "@types/bun": "1.4.0",
230
230
  "@types/yargs": "17.0.35",
231
- "eslint": "10.6.0",
232
- "eslint-plugin-jsdoc": "63.2.0",
231
+ "eslint": "10.9.1",
232
+ "eslint-plugin-jsdoc": "64.2.1",
233
233
  "typescript": "6.0.3",
234
- "typescript-eslint": "8.62.1"
234
+ "typescript-eslint": "8.68.0"
235
235
  }
236
236
  }