Skip to content

Commit e3000ff

Browse files
committed
0.1.0 Release
1 parent ab51d62 commit e3000ff

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typhonjs-typedoc/typedoc-pkg",
33
"description": "Provides a zero config CLI to create API documentation with TypeDoc from `package.json` exports conditions.",
4-
"version": "0.1.0-next.1",
4+
"version": "0.1.0",
55
"license": "MPL-2.0",
66
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
77
"type": "module",
@@ -24,8 +24,8 @@
2424
"Michael Leahy <[email protected]> (https://github.com/typhonrt)"
2525
],
2626
"dependencies": {
27-
"@typhonjs-typedoc/ts-lib-docs": "2024.9.18-next.1",
28-
"@typhonjs-typedoc/typedoc-theme-dmt": "0.2.0-next.15",
27+
"@typhonjs-typedoc/ts-lib-docs": "2024.9.18",
28+
"@typhonjs-typedoc/typedoc-theme-dmt": "0.2.0",
2929
"@typhonjs-utils/file-util": "^0.1.0",
3030
"@typhonjs-utils/logger-color": "^0.1.0",
3131
"@typhonjs-utils/object": "^0.1.0",
@@ -44,7 +44,7 @@
4444
"typedoc": "^0.26.7"
4545
},
4646
"peerDependencies": {
47-
"typedoc": ">=0.26.7 < 0.27",
47+
"typedoc": ">=0.26.6 < 0.27",
4848
"typescript": ">=5.1.0 <6"
4949
},
5050
"engines": {

0 commit comments

Comments
 (0)