@ebusd/ebus-typespec 0.11.0 → 0.12.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/package.json +5 -5
- package/todo.md +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebusd/ebus-typespec",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"author": "John Baier",
|
|
5
5
|
"description": "TypeSpec library for defining eBUS messages and emitting to ebusd CSV.",
|
|
6
6
|
"homepage": "https://github.com/john30/ebus-typespec",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"*.md"
|
|
44
44
|
],
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@typespec/compiler": "~0.
|
|
46
|
+
"@typespec/compiler": "~0.58.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/js-yaml": "^4.0.9",
|
|
50
|
-
"@typespec/compiler": "~0.
|
|
51
|
-
"@typespec/library-linter": "~0.
|
|
50
|
+
"@typespec/compiler": "~0.58.0",
|
|
51
|
+
"@typespec/library-linter": "~0.58.0",
|
|
52
52
|
"@typespec/tspd": "latest",
|
|
53
53
|
"@types/node": "latest",
|
|
54
54
|
"typedoc": "^0.26.1",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"watch": "tsc --watch",
|
|
64
64
|
"build:tsp": "tsp compile . --warn-as-error --import @typespec/library-linter --no-emit && chmod a+x dist/src/tsp2ebusd.js",
|
|
65
65
|
"test": "node --test --test-force-exit ./dist/test/",
|
|
66
|
-
"docs": "npx tspd doc --enable-experimental . && mv README.md docs.md && rm -rf docs && git checkout README.md"
|
|
66
|
+
"docs": "sed -i -e 's# *hideInPageTOC: true,##' node_modules/@typespec/tspd/dist/src/ref-doc/api-docs.js; npx tspd doc --enable-experimental . && mv README.md docs.md && rm -rf docs && git checkout README.md"
|
|
67
67
|
}
|
|
68
68
|
}
|
package/todo.md
DELETED