@ereo/cli 0.1.33 → 0.1.35

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 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -158,11 +158,11 @@ ereo db:seed
158
158
 
159
159
  ## Documentation
160
160
 
161
- For full documentation, visit [https://ereo.dev/docs/cli](https://ereo.dev/docs/cli)
161
+ For full documentation, visit [https://ereojs.github.io/ereoJS/api/cli/](https://ereojs.github.io/ereoJS/api/cli/)
162
162
 
163
163
  ## Part of EreoJS
164
164
 
165
- This package is part of the [EreoJS monorepo](https://github.com/anthropics/ereo-js).
165
+ This package is part of the [EreoJS monorepo](https://github.com/ereoJS/ereoJS).
166
166
 
167
167
  ## License
168
168
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@ereo/cli",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "license": "MIT",
5
5
  "author": "Ereo Team",
6
- "homepage": "https://ereo.dev",
6
+ "homepage": "https://ereojs.github.io/ereoJS",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/ereojs/ereo.git",
9
+ "url": "https://github.com/ereoJS/ereoJS.git",
10
10
  "directory": "packages/cli"
11
11
  },
12
12
  "bugs": {
13
- "url": "https://github.com/ereojs/ereo/issues"
13
+ "url": "https://github.com/ereoJS/ereoJS/issues"
14
14
  },
15
15
  "type": "module",
16
16
  "main": "./dist/index.js",
@@ -35,13 +35,13 @@
35
35
  "typecheck": "tsc --noEmit"
36
36
  },
37
37
  "dependencies": {
38
- "@ereo/core": "^0.1.33",
39
- "@ereo/router": "^0.1.33",
40
- "@ereo/server": "^0.1.33",
41
- "@ereo/trace": "^0.1.33"
38
+ "@ereo/core": "^0.1.35",
39
+ "@ereo/router": "^0.1.35",
40
+ "@ereo/server": "^0.1.35",
41
+ "@ereo/trace": "^0.1.35"
42
42
  },
43
43
  "devDependencies": {
44
- "@ereo/bundler": "^0.1.33",
44
+ "@ereo/bundler": "^0.1.35",
45
45
  "@types/bun": "^1.1.0",
46
46
  "typescript": "^5.4.0"
47
47
  }