gooseworks 0.2.8 → 0.2.9

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gooseworks",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "GooseWorks CLI — give your coding agent real data tools",
5
5
  "bin": {
6
6
  "gooseworks": "./dist/index.js"
@@ -13,10 +13,10 @@
13
13
  "prepublishOnly": "npm run build && npm test"
14
14
  },
15
15
  "dependencies": {
16
- "chalk": "^5.3.0",
16
+ "chalk": "^4.1.2",
17
17
  "commander": "^12.0.0",
18
- "open": "^10.0.0",
19
- "ora": "^8.0.0"
18
+ "open": "^7.4.2",
19
+ "ora": "^5.4.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/jest": "^29.0.0",