@eddyskywalker/dsh-chatgpt-subscription 0.2.5 → 0.2.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eddyskywalker/dsh-chatgpt-subscription",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "DSH provider plugin for Codex access through a ChatGPT subscription.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "eddyskywalker",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"build": "tsc -b && tsdown",
|
|
126
126
|
"prepack": "npm run build",
|
|
127
127
|
"test": "vitest run",
|
|
128
|
-
"typecheck": "tsc -b --pretty false"
|
|
128
|
+
"typecheck": "tsc -b --pretty false && tsc -p test/tsconfig.json --pretty false"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
131
|
"mermaid": "^11.17.2",
|