@t8/docsgen 0.1.73 → 0.1.75

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.
@@ -38,7 +38,7 @@ body {
38
38
  }
39
39
 
40
40
  main {
41
- --max-content-width: 36em;
41
+ --max-content-width: 38em;
42
42
  --line-color: color(from var(--c0) srgb r g b / 0.1);
43
43
 
44
44
  display: flex;
@@ -247,3 +247,8 @@ p.installation {
247
247
  .installation code {
248
248
  background: transparent;
249
249
  }
250
+
251
+ .li {
252
+ display: inline-block;
253
+ margin: 0.25em 0;
254
+ }
package/package.json CHANGED
@@ -1,37 +1,37 @@
1
- {
2
- "name": "@t8/docsgen",
3
- "version": "0.1.73",
4
- "description": "",
5
- "main": "dist/bin.js",
6
- "bin": {
7
- "docsgen": "dist/bin.js"
8
- },
9
- "scripts": {
10
- "build": "npx npm-run-all clean build-bin build-css",
11
- "build-bin": "npx esbuild ./src/bin/run.ts --bundle --outfile=dist/bin.js --platform=node --external:jsdom --external:markdown-it",
12
- "build-css": "node -e \"require('node:fs').cpSync('src/css', 'dist/css', { force: true, recursive: true });\"",
13
- "build-schema": "npx ts-json-schema-generator -p src/types/Config.ts -t Config -o schema.json --minify",
14
- "clean": "node -e \"require('node:fs').rmSync('dist', { force: true, recursive: true });\"",
15
- "prepublishOnly": "npm run build",
16
- "preversion": "npx npm-run-all typecheck build-schema shape build",
17
- "shape": "npx codeshape",
18
- "typecheck": "tsc --noEmit"
19
- },
20
- "repository": {
21
- "type": "git",
22
- "url": "git+https://github.com/t8js/docsgen.git"
23
- },
24
- "license": "MIT",
25
- "author": "axtk",
26
- "devDependencies": {
27
- "@types/jsdom": "^27.0.0",
28
- "@types/markdown-it": "^14.1.2",
29
- "@types/node": "^24.7.0",
30
- "typescript": "^5.9.3"
31
- },
32
- "dependencies": {
33
- "args-json": "^1.2.6",
34
- "jsdom": "^27.0.0",
35
- "markdown-it": "^14.1.0"
36
- }
37
- }
1
+ {
2
+ "name": "@t8/docsgen",
3
+ "version": "0.1.75",
4
+ "description": "",
5
+ "main": "dist/bin.js",
6
+ "bin": {
7
+ "docsgen": "dist/bin.js"
8
+ },
9
+ "scripts": {
10
+ "build": "npx npm-run-all clean build-bin build-css",
11
+ "build-bin": "npx esbuild ./src/bin/run.ts --bundle --outfile=dist/bin.js --platform=node --external:jsdom --external:markdown-it",
12
+ "build-css": "node -e \"require('node:fs').cpSync('src/css', 'dist/css', { force: true, recursive: true });\"",
13
+ "build-schema": "npx ts-json-schema-generator -p src/types/Config.ts -t Config -o schema.json --minify",
14
+ "clean": "node -e \"require('node:fs').rmSync('dist', { force: true, recursive: true });\"",
15
+ "prepublishOnly": "npm run build",
16
+ "preversion": "npx npm-run-all typecheck build-schema shape build",
17
+ "shape": "npx codeshape",
18
+ "typecheck": "tsc --noEmit"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/t8js/docsgen.git"
23
+ },
24
+ "license": "MIT",
25
+ "author": "axtk",
26
+ "devDependencies": {
27
+ "@types/jsdom": "^27.0.0",
28
+ "@types/markdown-it": "^14.1.2",
29
+ "@types/node": "^24.7.0",
30
+ "typescript": "^5.9.3"
31
+ },
32
+ "dependencies": {
33
+ "args-json": "^1.2.6",
34
+ "jsdom": "^27.0.0",
35
+ "markdown-it": "^14.1.0"
36
+ }
37
+ }
package/src/css/index.css CHANGED
@@ -38,7 +38,7 @@ body {
38
38
  }
39
39
 
40
40
  main {
41
- --max-content-width: 36em;
41
+ --max-content-width: 38em;
42
42
  --line-color: color(from var(--c0) srgb r g b / 0.1);
43
43
 
44
44
  display: flex;
@@ -247,3 +247,8 @@ p.installation {
247
247
  .installation code {
248
248
  background: transparent;
249
249
  }
250
+
251
+ .li {
252
+ display: inline-block;
253
+ margin: 0.25em 0;
254
+ }