@atlascloudai/opencode 1.0.2 → 1.0.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlascloudai/opencode",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "OpenCode plugin for Atlas Cloud - Access 100+ AI models including GPT-4o, Claude, Gemini, DeepSeek via OpenAI-compatible API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,13 +29,13 @@
29
29
  ],
30
30
  "author": "Atlas Cloud",
31
31
  "license": "MIT",
32
- "homepage": "https://github.com/atlascloud/opencode-plugin#readme",
32
+ "homepage": "https://github.com/AtlasCloudAI/opencode-plugin#readme",
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "git+https://github.com/atlascloud/opencode-plugin.git"
35
+ "url": "git+https://github.com/AtlasCloudAI/opencode-plugin.git"
36
36
  },
37
37
  "bugs": {
38
- "url": "https://github.com/atlascloud/opencode-plugin/issues"
38
+ "url": "https://github.com/AtlasCloudAI/opencode-plugin/issues"
39
39
  },
40
40
  "dependencies": {
41
41
  "@opencode-ai/plugin": "^1.0.85",