@ereo/dev-inspector 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 +7 -7
package/README.md
CHANGED
|
@@ -211,11 +211,11 @@ The Route Inspector exposes:
|
|
|
211
211
|
|
|
212
212
|
## Documentation
|
|
213
213
|
|
|
214
|
-
For full documentation, visit [https://
|
|
214
|
+
For full documentation, visit [https://ereojs.github.io/ereoJS/api/dev-inspector/](https://ereojs.github.io/ereoJS/api/dev-inspector/)
|
|
215
215
|
|
|
216
216
|
## Part of EreoJS
|
|
217
217
|
|
|
218
|
-
This package is part of the [EreoJS monorepo](https://github.com/
|
|
218
|
+
This package is part of the [EreoJS monorepo](https://github.com/ereoJS/ereoJS).
|
|
219
219
|
|
|
220
220
|
## License
|
|
221
221
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ereo/dev-inspector",
|
|
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/dev-inspector"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/ereoJS/ereoJS/issues"
|
|
14
14
|
},
|
|
15
15
|
"description": "Visual route inspector for EreoJS framework development",
|
|
16
16
|
"type": "module",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"typecheck": "tsc --noEmit"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ereo/core": "^0.
|
|
37
|
-
"@ereo/router": "^0.
|
|
38
|
-
"@ereo/data": "^0.
|
|
36
|
+
"@ereo/core": "^0.2.0",
|
|
37
|
+
"@ereo/router": "^0.2.0",
|
|
38
|
+
"@ereo/data": "^0.2.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/bun": "^1.1.0",
|