powerautodoc 0.1.29 → 0.1.30

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -130,9 +130,9 @@ components:
130
130
  # Optional — fine-tune the auto-generated ER diagram
131
131
  # erd:
132
132
  # excludeEntities:
133
- # - vel_auditlog
133
+ # - myprefix_auditlog
134
134
  # excludeRelationships:
135
- # - vel_enrolment_vel_parentenrolment
135
+ # - myprefix_enrolment_myprefix_parentenrolment
136
136
 
137
137
  wiki:
138
138
  organisation: MyOrg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerautodoc",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
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",