powerautodoc 0.1.11 → 0.1.12
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/dist/index.js +1 -0
- package/package.json +2 -1
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerautodoc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "Automated as-built documentation generator for Power Platform solutions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"postbuild": "sed -i '1s|^|#!/usr/bin/env node\\n|' dist/index.js && chmod +x dist/index.js",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"scripts": {
|
|
43
43
|
"dev": "tsx src/index.ts > dev.log 2>&1",
|
|
44
44
|
"build": "tsc",
|
|
45
|
+
"postbuild": "node scripts/addShebang.mjs && chmod +x dist/index.js",
|
|
45
46
|
"prepublishOnly": "npm run build",
|
|
46
47
|
"docs": "cd docs-viewer && npm run build && npx serve dist"
|
|
47
48
|
},
|