@brillout/docpress 0.15.7 → 0.15.9
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/NavItemComponent.tsx
CHANGED
|
@@ -8,7 +8,6 @@ import React from 'react'
|
|
|
8
8
|
import { assert, assertWarning, jsxToTextContent } from './utils/server'
|
|
9
9
|
import './NavItemComponent.css'
|
|
10
10
|
import { parseMarkdownMini } from './parseMarkdownMini'
|
|
11
|
-
import './global.d.ts'
|
|
12
11
|
|
|
13
12
|
type NavItemComputed = ReturnType<typeof getNavItemsWithComputed>[number]
|
|
14
13
|
type NavItem = {
|
package/dist/NavItemComponent.js
CHANGED
|
@@ -15,7 +15,6 @@ import React from 'react';
|
|
|
15
15
|
import { assert, assertWarning, jsxToTextContent } from './utils/server';
|
|
16
16
|
import './NavItemComponent.css';
|
|
17
17
|
import { parseMarkdownMini } from './parseMarkdownMini';
|
|
18
|
-
import './global.d.ts';
|
|
19
18
|
function NavItemComponent(_a) {
|
|
20
19
|
var _b;
|
|
21
20
|
var _c;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brillout/docpress",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@brillout/picocolors": "^1.0.10",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@brillout/release-me": "^0.4.
|
|
60
|
+
"@brillout/release-me": "^0.4.8",
|
|
61
61
|
"@types/node": "^22.5.5",
|
|
62
62
|
"@types/react": "^18.3.8",
|
|
63
63
|
"@types/react-dom": "^18.3.0"
|
package/tsconfig.config.json
CHANGED