opencode-pollinations-plugin 5.5.1 → 5.5.2

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
@@ -96,7 +96,7 @@ export const PollinationsPlugin = async (ctx) => {
96
96
  config.provider = {};
97
97
  config.provider['pollinations'] = {
98
98
  id: 'pollinations',
99
- name: 'Pollinations V5.2 (Native)',
99
+ name: `Pollinations V${loadConfig().version} (Native)`,
100
100
  options: { baseURL: localBaseUrl },
101
101
  models: modelsObj
102
102
  };
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.5.1",
4
+ "version": "5.5.2",
5
5
  "description": "Native Pollinations.ai Provider Plugin for OpenCode",
6
6
  "publisher": "pollinations",
7
7
  "repository": {