sophhub 0.4.38 → 0.4.39

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sophhub",
3
- "version": "0.4.38",
3
+ "version": "0.4.39",
4
4
  "description": "SophHub CLI - Manage and download AI Agent skills and agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,12 +1,19 @@
1
1
  {
2
2
  "name": "sophnet-image-edit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "types": [
5
5
  "builtin"
6
6
  ],
7
7
  "displayName": "",
8
8
  "description": "",
9
9
  "changelog": [
10
+ {
11
+ "version": "1.0.1",
12
+ "date": "2026-06-09",
13
+ "changes": [
14
+ "pyproject.toml 添加阿里云 PyPI 镜像源"
15
+ ]
16
+ },
10
17
  {
11
18
  "version": "1.0.0",
12
19
  "date": "2026-04-09",
@@ -16,5 +23,5 @@
16
23
  }
17
24
  ],
18
25
  "createdAt": "2026-04-09",
19
- "updatedAt": "2026-04-09"
26
+ "updatedAt": "2026-06-09"
20
27
  }
@@ -1,9 +1,13 @@
1
1
  [project]
2
2
  name = "sophnet-image-edit"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "Sophnet image editing (image-to-image) with task polling"
5
5
  requires-python = ">=3.8"
6
6
  dependencies = [
7
7
  "requests>=2.28.0",
8
8
  "sophnet-tools>=0.0.1",
9
9
  ]
10
+
11
+ [[tool.uv.index]]
12
+ url = "https://mirrors.aliyun.com/pypi/simple/"
13
+ default = true
@@ -1,12 +1,19 @@
1
1
  {
2
2
  "name": "sophnet-image-generate",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "types": [
5
5
  "builtin"
6
6
  ],
7
7
  "displayName": "",
8
8
  "description": "",
9
9
  "changelog": [
10
+ {
11
+ "version": "1.0.1",
12
+ "date": "2026-06-09",
13
+ "changes": [
14
+ "pyproject.toml 添加阿里云 PyPI 镜像源"
15
+ ]
16
+ },
10
17
  {
11
18
  "version": "1.0.0",
12
19
  "date": "2026-04-09",
@@ -16,5 +23,5 @@
16
23
  }
17
24
  ],
18
25
  "createdAt": "2026-04-09",
19
- "updatedAt": "2026-04-09"
26
+ "updatedAt": "2026-06-09"
20
27
  }
@@ -1,9 +1,13 @@
1
1
  [project]
2
2
  name = "sophnet-image-generate"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "Sophnet text-to-image generation with task polling"
5
5
  requires-python = ">=3.8"
6
6
  dependencies = [
7
7
  "requests>=2.28.0",
8
8
  "sophnet-tools>=0.0.1",
9
9
  ]
10
+
11
+ [[tool.uv.index]]
12
+ url = "https://mirrors.aliyun.com/pypi/simple/"
13
+ default = true
@@ -1,13 +1,21 @@
1
1
  {
2
2
  "name": "sophnet-video-generate",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "types": [
5
5
  "builtin",
6
6
  "store"
7
7
  ],
8
- "displayName": "",
9
- "description": "",
8
+ "displayName": "视频生成",
9
+ "description": "通过 Sophnet API 生成视频,支持文生视频和图生视频",
10
10
  "changelog": [
11
+ {
12
+ "version": "1.0.3",
13
+ "date": "2026-06-09",
14
+ "changes": [
15
+ "新增 pyproject.toml 并配置阿里云 PyPI 镜像源",
16
+ "补充 store 类型中文 displayName 和 description"
17
+ ]
18
+ },
11
19
  {
12
20
  "version": "1.0.2",
13
21
  "date": "2026-05-11",
@@ -0,0 +1,13 @@
1
+ [project]
2
+ name = "sophnet-video-generate"
3
+ version = "1.0.3"
4
+ description = "Sophnet video generation with task polling"
5
+ requires-python = ">=3.8"
6
+ dependencies = [
7
+ "requests>=2.28.0",
8
+ "sophnet-tools>=0.0.1",
9
+ ]
10
+
11
+ [[tool.uv.index]]
12
+ url = "https://mirrors.aliyun.com/pypi/simple/"
13
+ default = true