Skip to content

Commit 2bae9c4

Browse files
committed
chore: renamed nodes directory
1 parent 1677c68 commit 2bae9c4

15 files changed

Lines changed: 3 additions & 3 deletions

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ All commands delegate to `n8n-node` CLI (installed as `@n8n/node-cli` dev depend
2020

2121
This repo is a **scaffold** targeting a Postgres community node. `nodes/Example/Example.node.ts` is the starter template and has not yet been renamed/implemented. When building the real node:
2222

23-
1. Replace `nodes/Example/` with `nodes/Postgres/`
24-
2. Update `package.json``n8n.nodes` to point at `dist/nodes/Postgres/Postgres.node.js`
23+
1. Replace `nodes/Example/` with `nodes/PostgresExtended/`
24+
2. Update `package.json``n8n.nodes` to point at `dist/nodes/PostgresExtended/PostgresExtended.node.js`
2525
3. Add credential entry to `n8n.credentials` in `package.json` if needed
2626
4. Update `CHANGELOG.md` when bumping the package version

index.js

Whitespace-only changes.
File renamed without changes.

nodes/Postgres/actions/__tests__/operations.test.ts renamed to nodes/PostgresExtended/actions/__tests__/operations.test.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

nodes/Postgres/actions/rowCountThreshold.operation.ts renamed to nodes/PostgresExtended/actions/rowCountThreshold.operation.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)