@t8/docsgen 0.2.40 → 0.2.41

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
@@ -13,7 +13,7 @@
13
13
  "build-css": "node -e \"require('node:fs').cpSync('src/css', 'dist/css', { force: true, recursive: true });\"",
14
14
  "build-schema": "npx ts-json-schema-generator -p src/types/Config.ts -t Config -o schema.json --minify",
15
15
  "clean": "node -e \"require('node:fs').rmSync('dist', { force: true, recursive: true });\"",
16
- "postinstall": "node src/scripts/postinstall.ts",
16
+ "patch": "node src/scripts/patch.ts",
17
17
  "prepublishOnly": "npm run build",
18
18
  "preversion": "npx npm-run-all shape build-schema build",
19
19
  "shape": "npx codeshape --typecheck"
File without changes