opencode-pollinations-plugin 5.6.0-beta.2 → 5.6.0-beta.3

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -97,7 +97,7 @@ export const PollinationsPlugin = async (ctx) => {
97
97
  if (!config.provider)
98
98
  config.provider = {};
99
99
  // Dynamic Provider Name
100
- const version = require('../../package.json').version;
100
+ const version = require('../package.json').version;
101
101
  config.provider['pollinations'] = {
102
102
  id: 'pollinations',
103
103
  name: `Pollinations AI (v${version})`,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opencode-pollinations-plugin",
3
3
  "displayName": "Pollinations AI (V5.1)",
4
- "version": "5.6.0-beta.2",
4
+ "version": "5.6.0-beta.3",
5
5
  "description": "Native Pollinations.ai Provider Plugin for OpenCode",
6
6
  "publisher": "pollinations",
7
7
  "repository": {