@wlv-zedd/dsh-chatgpt-web 1.0.0 → 1.0.1

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/lib/cli.js CHANGED
@@ -203674,7 +203674,7 @@ function requireChatGptWebModelRoute(modelId, capabilities) {
203674
203674
  }
203675
203675
 
203676
203676
  // src/version.ts
203677
- var VERSION = "1.0.0";
203677
+ var VERSION = "1.0.1";
203678
203678
 
203679
203679
  // src/config.ts
203680
203680
  var CHATGPT_CONNECTOR_NAME = "Codex Native2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wlv-zedd/dsh-chatgpt-web",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "DeepSeek Harness Cordis plugin for free ChatGPT Web (GPT 5.6 Luna) pure chat and zero API fees.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -73,7 +73,8 @@
73
73
  },
74
74
  "engines": {
75
75
  "bun": ">=1.3.0",
76
- "node": ">=22.19.0"
76
+ "node": ">=22.19.0",
77
+ "dsh": ">=0.2.0"
77
78
  },
78
79
  "keywords": [
79
80
  "deepseek-harness",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.0.0';
1
+ export const VERSION = '1.0.1';