@ereo/cli 0.1.33 → 0.2.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.
- package/README.md +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://
|
|
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/
|
|
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.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Ereo Team",
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://ereojs.github.io/ereoJS",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/
|
|
9
|
+
"url": "https://github.com/ereoJS/ereoJS.git",
|
|
10
10
|
"directory": "packages/cli"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
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/
|
|
39
|
-
"@ereo/
|
|
40
|
-
"@ereo/
|
|
41
|
-
"@ereo/
|
|
38
|
+
"@ereo/bundler": "^0.2.0",
|
|
39
|
+
"@ereo/core": "^0.2.0",
|
|
40
|
+
"@ereo/router": "^0.2.0",
|
|
41
|
+
"@ereo/server": "^0.2.0",
|
|
42
|
+
"@ereo/trace": "^0.2.0"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
44
|
-
"@ereo/bundler": "^0.1.33",
|
|
45
45
|
"@types/bun": "^1.1.0",
|
|
46
46
|
"typescript": "^5.4.0"
|
|
47
47
|
}
|