@bsbofmusic/cdper-doubao 1.1.6 → 1.1.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/manifest.json +2 -2
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "packageType": "cli",
4
4
  "name": "@bsbofmusic/cdper-doubao",
5
5
  "displayName": "cdper Doubao CLI",
6
- "version": "1.1.5",
6
+ "version": "1.1.7",
7
7
  "summary": "Standalone Doubao CLI controlled through a user's real Chrome/Edge via CDP Bridge",
8
8
  "stability": "stable",
9
9
  "publisher": {
@@ -23,7 +23,7 @@
23
23
  "optional": []
24
24
  },
25
25
  "compatibility": {
26
- "core": "^1.3.6",
26
+ "core": "~1.3.8",
27
27
  "bridgeProtocol": "^1.0.0",
28
28
  "node": ">=18.0.0"
29
29
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsbofmusic/cdper-doubao",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Standalone Doubao CLI controlled through a user's real Chrome/Edge via CDP Bridge",
5
5
  "type": "commonjs",
6
6
  "main": "dist/public-api.js",
@@ -49,6 +49,6 @@
49
49
  "node": ">=18.0.0"
50
50
  },
51
51
  "dependencies": {
52
- "@bsbofmusic/cdper-core": "~1.3.6"
52
+ "@bsbofmusic/cdper-core": "~1.3.8"
53
53
  }
54
54
  }