openteams-web 0.3.2 → 0.3.7

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/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/openteams-lab/openteams/main/frontend/public/openteams-brand-logo.png" alt="OpenTeams" width="320">
2
+ <img src="https://raw.githubusercontent.com/openteams-lab/openteams/main/frontend/public/Logo/logo_black.svg" alt="OpenTeams" width="320">
3
3
 
4
4
  <p><strong>Run agents as one team, multiply your efficiency in the AI era.</strong></p>
5
5
 
@@ -86,4 +86,4 @@ Legend: ✅ Full support | 🟡 Partial support | ❌ No support
86
86
 
87
87
  ## License
88
88
 
89
- Apache 2.0
89
+ Apache 2.0
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "openteams-web",
3
- "version": "0.3.2",
3
+ "version": "0.3.7",
4
4
  "description": "AI Coding Agents Chatgroup - Alias package for @openteams-lab/openteams-web",
5
5
  "author": "openteams-lab",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/StarterraAI/OpenTeams"
9
+ "url": "https://github.com/openteams-lab/openteams"
10
10
  },
11
- "homepage": "https://github.com/StarterraAI/OpenTeams",
11
+ "homepage": "https://github.com/openteams-lab/openteams",
12
12
  "bugs": {
13
- "url": "https://github.com/StarterraAI/OpenTeams/issues"
13
+ "url": "https://github.com/openteams-lab/openteams/issues"
14
14
  },
15
15
  "keywords": [
16
16
  "ai",
@@ -42,6 +42,6 @@
42
42
  "arm64"
43
43
  ],
44
44
  "dependencies": {
45
- "@openteams-lab/openteams-web": "^0.3.2"
45
+ "@openteams-lab/openteams-web": "^0.3.7"
46
46
  }
47
47
  }