- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
31 lines
818 B
JSON
31 lines
818 B
JSON
{
|
|
"name": "nx-cloud-client-bundle",
|
|
"version": "0.0.1",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"author": "Victor Savkin",
|
|
"license": "proprietary",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@opentelemetry/context-async-hooks": "^1.30.1",
|
|
"@opentelemetry/core": "^1.30.1",
|
|
"@opentelemetry/resources": "^1.30.1",
|
|
"@opentelemetry/sdk-trace-base": "^1.30.1",
|
|
"@opentelemetry/semantic-conventions": "^1.29.0",
|
|
"axios": "1.1.3",
|
|
"enquirer": "2.4.1",
|
|
"dotenv": "~10.0.0",
|
|
"node-machine-id": "^1.1.12",
|
|
"tar": "6.1.11",
|
|
"strip-json-comments": "^5.0.1",
|
|
"chalk": "4.1.2",
|
|
"yargs-parser": "21.1.1",
|
|
"fs-extra": "^11.1.0",
|
|
"open": "~8.4.0",
|
|
"html-entities": "^2.6.0",
|
|
"ini": "4.1.3",
|
|
"yaml": "2.6.1",
|
|
"semver": "7.5.4"
|
|
}
|
|
}
|