google-labs-jules[bot]
6c69a287fe
feat: Initial structure for Suno AI n8n node
...
I've set up the foundational boilerplate for the Suno AI integration.
Key changes include:
- Restructured directories for nodes, credentials, interfaces, utils, tests, and docs.
- Renamed and updated example files to Suno-specific names and conventions (SunoApi.credentials.ts, Suno.node.ts).
- Updated package.json and root README.md for the Suno AI node.
- Created .env.example with placeholders for Suno environment variables.
- Added a dev-log.md with initial notes on authentication research strategy.
- Scaffolded utils/sunoApi.ts with placeholder API functions and JSDoc comments.
- Scaffolded nodes/Suno/Suno.node.ts with operations, properties, execute routing, and a placeholder SVG icon.
- Scaffolded nodes/Suno/SunoTrigger.node.ts with a basic trigger structure and properties.
- Defined initial TypeScript types in interfaces/SunoTypes.ts for common data structures (SunoTrack, SunoJob, etc.).
- Created placeholder README.md files in new subdirectories.
This commit establishes the project structure and lays the groundwork for implementing Suno AI API interactions and node functionality.
2025-05-23 17:03:46 +00:00
Jon
3624c920ed
Update to support new features ( #70 )
2025-05-13 14:26:01 +01:00
Iván Ovejero
73c99818fa
fix: Remove n8n-workflow as dev dependency ( #63 )
2025-02-03 12:07:10 +01:00
कारतोफ्फेलस्क्रिप्ट™
74b954cc9a
feat: replace npm with pnpm ( #41 )
...
Co-authored-by: Anthony Hivert <anthony.hivert@numberly.com>
2024-07-04 19:44:50 +02:00
कारतोफ्फेलस्क्रिप्ट™
0b3d008aa1
make n8n-workflow a peerDependency
2024-05-02 11:47:31 +02:00
कारतोफ्फेलस्क्रिप्ट™
571ab0acb1
stop using n8n-core in nodes
2024-05-02 11:44:26 +02:00
Iván Ovejero
5e81fb4d38
📦 Update dependencies
2022-12-29 17:56:02 +01:00
Marcus
cf37545eb1
update package.json dependencies ( #33 )
...
* updated package.json dependencies
* update package-lock.json
* fix linting errors
* unpinned n8n-core/n8n-workflow dependencies (use latest)
* removed color prop (only core nodes with fa icon)
2022-11-23 09:37:42 +01:00
Cornelius Suermann
6ad687a369
remove default values
...
to encourage users to put in their custom values
2022-08-02 15:18:09 +02:00
Omar Ajoue
bd8bf2ca91
Fix credential name
2022-07-25 17:13:58 +02:00
Iván Ovejero
8915c01d82
⚡ Change : to && in scripts
2022-07-19 13:31:32 +02:00
Iván Ovejero
0c5df74fad
✨ Set up prepublishOnly command
2022-07-19 13:04:03 +02:00
Iván Ovejero
10212ac293
⬆️ Upgrade eslint-plugin-n8n-nodes-base
2022-07-19 13:02:16 +02:00
Iván Ovejero
b4046149ca
⬆️ Upgrade eslint-plugin-n8n-nodes-base
2022-07-11 15:45:36 +02:00
Omar Ajoue
0c750314b9
Merge branch 'master' of github.com:n8n-io/n8n-nodes-starter
2022-07-11 14:30:42 +02:00
Omar Ajoue
3c29681f5b
Fix http for documentation url and add n8n nodes version information
2022-07-11 14:30:25 +02:00
Iván Ovejero
c9c7550127
⬆️ Upgrade eslint-plugin-n8n-nodes-base
2022-07-06 14:58:24 +02:00
Iván Ovejero
4998bfd3c7
⚡ Add action to HttpVerbDescription
2022-07-06 10:30:58 +02:00
Iván Ovejero
b4cce8d55c
🔀 Merge master
2022-06-30 17:09:31 +02:00
Omar Ajoue
abe033d7a1
Handle errors from example node and clarified options about credentials and properties
2022-06-29 14:12:28 +02:00
Iván Ovejero
e9538b13d0
⬆️ Upgrade n8n-core and n8n-workflow
2022-06-28 16:51:05 +02:00
Iván Ovejero
dc1db201b6
⚡ Set up action for operation options
2022-06-28 16:50:33 +02:00
Iván Ovejero
8254a885d5
⚡ Add prepare script
2022-06-28 15:38:34 +02:00
Omar Ajoue
e2b4595066
Moved core to dev dependencies
2022-06-28 11:10:56 +02:00
Iván Ovejero
455342bd4e
🔀 Merge master
2022-06-27 13:45:53 +02:00
Iván Ovejero
adb6f6a1d8
⬆️ Upgrade TypeScript version
2022-06-27 12:26:57 +02:00
Iván Ovejero
5182df6525
⚡ Combine lint and lintfix scripts
2022-06-27 12:24:20 +02:00
Iván Ovejero
7786edd7d2
🔥 Remove duplicate script
2022-06-27 11:57:31 +02:00
Iván Ovejero
b31979b96b
🔥 Remove test script
2022-06-27 11:57:05 +02:00
Iván Ovejero
ba1d004a74
➖ Remove glob-parent
2022-06-27 11:56:49 +02:00
Iván Ovejero
acbdb934df
➖ Remove jest and ts-jest
2022-06-27 11:54:29 +02:00
Iván Ovejero
2b2ddca3be
🔨 Update gulp
2022-06-27 11:52:17 +02:00
Iván Ovejero
57751f3fe5
⚡ Set up Prettier command
2022-06-27 11:45:26 +02:00
Iván Ovejero
0dbef64711
➕ Add prettier
2022-06-27 11:43:54 +02:00
Iván Ovejero
6c8b561291
👕 Integrate community linting ruleset
2022-06-27 11:34:47 +02:00
Omar Ajoue
effe1ed0db
Remove unnecessary jest block
2022-06-24 12:07:06 +02:00
Omar Ajoue
6ffbebb43a
Cleanup unnecessary dependencies
2022-06-24 12:01:00 +02:00
Omar Ajoue
583e5302bc
Added necessary plugins and fixed configs for linting
2022-06-21 11:23:10 +02:00
brianinoa
ff96b5988f
➕ Add eslint-plugin-n8n dependency
2022-06-20 15:17:10 +02:00
Brian Inoa
7ae12c1f57
Merge branch 'master' into n8n-3857-add-example-node-to-community-repo
2022-06-20 14:16:05 +02:00
Jan Oberhauser
3acbd28604
Change license
2022-06-17 13:51:26 -07:00
Omar Ajoue
2ddf486c07
Also bump n8n packages version
2022-06-17 16:56:10 +02:00
Brian Inoa
2d220e249d
⬆️ Up gulp dependency
...
📌 override glob-parent version for child dependencies
2022-06-16 18:29:20 +02:00
brianinoa
f528f995a2
Fix credentials naming to match class name
2022-06-14 21:29:18 +02:00
brianinoa
d753dc9dbf
Add new node to n8n credentials and nodes list
2022-06-14 19:52:28 +02:00
brianinoa
1bb7f88a6e
⬆️ Update n8n core and workflow
2022-06-14 15:35:59 +02:00
Deborah
22a68517e2
Update package.json
2022-06-14 11:37:28 +01:00
Deborah Barnard
b9fa372d94
quick update
2022-06-13 16:46:20 +01:00
Jan Oberhauser
cfade8a9b3
⬆️ Update dependencies
2022-01-17 18:35:40 +01:00
lublak
9d4183364a
🐛 Fix package ( #6 )
...
* sync with n8n
* Update package.json
remove format
2022-01-17 18:21:18 +01:00