sheepit-ai 0.4.0 → 0.6.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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +5 -10
package/README.md CHANGED
@@ -22,6 +22,8 @@ To depend on the CLI directly, install the scoped package:
22
22
  npm install -D @sheepit-ai/cli
23
23
  ```
24
24
 
25
+ Requires Node.js 20+ (the CLI it installs declares `node >=20`).
26
+
25
27
  See [`@sheepit-ai/cli`](https://www.npmjs.com/package/@sheepit-ai/cli) for full documentation.
26
28
 
27
29
  ## License
package/package.json CHANGED
@@ -1,17 +1,12 @@
1
1
  {
2
2
  "name": "sheepit-ai",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "description": "Installs the Sheepit CLI. Re-exports the `sheepit` binary from @sheepit-ai/cli so `npm install -g sheepit-ai` works.",
5
5
  "license": "MIT",
6
6
  "author": "GoaTech AI LLC",
7
- "homepage": "https://sheepit.ai",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/goatech-ai/GoaTech.git",
11
- "directory": "packages/cli-shim"
12
- },
7
+ "homepage": "https://www.sheepit.ai/docs",
13
8
  "bugs": {
14
- "url": "https://github.com/goatech-ai/GoaTech/issues"
9
+ "url": "https://www.sheepit.ai/contact"
15
10
  },
16
11
  "keywords": [
17
12
  "sheepit",
@@ -22,7 +17,7 @@
22
17
  "devtools"
23
18
  ],
24
19
  "engines": {
25
- "node": ">=18"
20
+ "node": ">=20"
26
21
  },
27
22
  "type": "module",
28
23
  "bin": {
@@ -34,7 +29,7 @@
34
29
  "LICENSE"
35
30
  ],
36
31
  "dependencies": {
37
- "@sheepit-ai/cli": "0.4.0"
32
+ "@sheepit-ai/cli": "0.6.0"
38
33
  },
39
34
  "publishConfig": {
40
35
  "access": "public"