@zhafron/opencode-iflow-auth 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/plugin.js +2 -2
  2. package/package.json +1 -1
package/dist/plugin.js CHANGED
@@ -386,9 +386,9 @@ export const createIFlowPlugin = (id) => async ({ client, directory }) => {
386
386
  })
387
387
  },
388
388
  {
389
- id: 'apikey',
389
+ id: 'api',
390
390
  label: 'iFlow API Key',
391
- type: 'apikey',
391
+ type: 'api',
392
392
  authorize: async (inputs) => new Promise(async (resolve) => {
393
393
  if (inputs) {
394
394
  const accounts = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhafron/opencode-iflow-auth",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "OpenCode plugin for iFlow providing access to Claude, GPT, Gemini, DeepSeek, and Qwen models",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",