mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 01:37:07 +02:00
* 📘 Tighten `NodeRequest` * :blue: Add `AuthAgent` type * ⚡ Add constants * 📘 Namespace npm types * 🧪 Set up `createAuthAgent` * 🧪 Refactor helpers tests * 🧪 Refactor endpoints tests * ⚡ Refactor CNR helpers * ⚡ Return promises in `packageModel` * ⚡ Refactor endpoints * ✏️ Restore naming * ➕ Expose dependency `jest-mock` * 📦 Update `package-lock.json` * 📦 Update `package-lock.json` * 👕 Fix lint * 🚚 Rename namespace * 🔥 Remove outdated comment * 🐛 Fix `Promise` comparison * ⏪ Undo `ResponseHelper` change * ✏️ Document `ResponseError` * 🎨 Fix formatting |
||
|---|---|---|
| .. | ||
| commands | ||
| publicApi | ||
| shared | ||
| auth.api.test.ts | ||
| auth.mw.test.ts | ||
| credentials.api.test.ts | ||
| me.api.test.ts | ||
| nodes.api.test.ts | ||
| owner.api.test.ts | ||
| passwordReset.api.test.ts | ||
| users.api.test.ts | ||
| workflows.api.test.ts | ||