@matserdam/prisma-neighborhood 0.1.0 → 0.2.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"mermaid-cli.d.ts","sourceRoot":"","sources":["../../../src/renderer/utils/mermaid-cli.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,iBAAiB;IACjC,YAAY,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf;AAuBD;;;;;;GAMG;AACH,wBAAsB,aAAa,CAClC,cAAc,EAAE,MAAM,EACtB,OAAO,EAAE,iBAAiB,GACxB,OAAO,CAAC,MAAM,GAAG,MAAM,CAAC,CA2B1B"}
1
+ {"version":3,"file":"mermaid-cli.d.ts","sourceRoot":"","sources":["../../../src/renderer/utils/mermaid-cli.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,iBAAiB;IACjC,YAAY,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf;AAuBD;;;;;;GAMG;AACH,wBAAsB,aAAa,CAClC,cAAc,EAAE,MAAM,EACtB,OAAO,EAAE,iBAAiB,GACxB,OAAO,CAAC,MAAM,GAAG,MAAM,CAAC,CAsC1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matserdam/prisma-neighborhood",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "CLI tool that generates ERD diagrams from Prisma schemas with configurable depth traversal",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  ],
22
22
  "scripts": {
23
23
  "build": "tsc --emitDeclarationOnly && bun run build:cli && bun run build:index",
24
- "build:cli": "bun build src/cli.ts --outfile dist/cli.js --format cjs --target node",
25
- "build:index": "bun build src/index.ts --outfile dist/index.js --format cjs --target node",
24
+ "build:cli": "bun build src/cli.ts --outfile dist/cli.js --format cjs --target node --external @prisma/internals --external sharp --external @mermaid-js/mermaid-cli --external pdfkit",
25
+ "build:index": "bun build src/index.ts --outfile dist/index.js --format cjs --target node --external @prisma/internals --external sharp --external @mermaid-js/mermaid-cli --external pdfkit",
26
26
  "dev": "bun run src/cli.ts",
27
27
  "test": "vitest run",
28
28
  "test:watch": "vitest",