-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: SDK usage #50
fix: SDK usage #50
Conversation
Replaces `Context` with `ContextPlugin` in multiple files to utilize standardized context structure.
Unused files (1)
|
Added ESM support in Jest and package.json, updated moduleResolution in tsconfig.
Deleted `validator.ts`, removed unused dependencies, and updated the test script in `package.json`.
Update the URL in the fetch call and modify the expected response status and `ok` flag.
Updated `stateId` in `issue-comment-post.json
Enhanced plugin setup by adding fetch handler to handle requests
@whilefoo Please little help, I can't get the signature to work within the tests. What am I doing wrong? |
Simplify type import for ExecutionContext from 'hono' package.
Added Hono framework version 4.6.7 to project dependencies in package.json and updated yarn.lock.
Updated wrangler settings, updated to latest package versions.
Updated environment variable references and tests for consistency.
Apologies I am an imbecile, remembered that we renamed |
I was looking at the code right as you changed to |
Replaces `Context` with `ContextPlugin` in multiple files to utilize standardized context structure.
Added ESM support in Jest and package.json, updated moduleResolution in tsconfig.
Deleted `validator.ts`, removed unused dependencies, and updated the test script in `package.json`.
Update the URL in the fetch call and modify the expected response status and `ok` flag.
Updated `stateId` in `issue-comment-post.json
Enhanced plugin setup by adding fetch handler to handle requests
Simplify type import for ExecutionContext from 'hono' package.
Added Hono framework version 4.6.7 to project dependencies in package.json and updated yarn.lock.
Updated wrangler settings, updated to latest package versions.
Updated environment variable references and tests for consistency.
@0x4007 I will fix the merges and update, should take me ~1h more sorry. |
Updated various files to replace the Context type with ContextPlugin.
# Conflicts: # .cspell.json # src/handlers/pricing-label.ts # src/handlers/sync-labels-to-config.ts # src/run.ts # src/shared/issue.ts # src/shared/label.ts # src/shared/pricing.ts # src/types/plugin-input.ts # src/types/typeguards.ts # tests/__mocks__/handlers.ts # tests/main.test.ts # yarn.lock
Deleted unused handler and cleaned up cspell settings.
eb5b16e
into
ubiquity-os-marketplace:development
Resolves #47