@aipanel/provider-deepseek 1.2.26 → 1.2.27
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/es/deepseek-web.js +0 -1
- package/es/dsh-install.js +0 -1
- package/lib/deepseek-web.cjs +0 -1
- package/lib/dsh-install.cjs +0 -1
- package/package.json +2 -2
package/es/deepseek-web.js
CHANGED
package/es/dsh-install.js
CHANGED
|
@@ -47,7 +47,6 @@ async function ensureDshPackage(profileDir, packageName, target, home, expectedV
|
|
|
47
47
|
log.debug(`installing ${target} into dsh profile via dsh plugin add`);
|
|
48
48
|
await execa("dsh", ["plugin", "--profile", "web", "add", target], {
|
|
49
49
|
reject: true,
|
|
50
|
-
shell: true,
|
|
51
50
|
env: {
|
|
52
51
|
...process.env,
|
|
53
52
|
...home ? { DSH_HOME: home } : {}
|
package/lib/deepseek-web.cjs
CHANGED
package/lib/dsh-install.cjs
CHANGED
|
@@ -86,7 +86,6 @@ async function ensureDshPackage(profileDir, packageName, target, home, expectedV
|
|
|
86
86
|
log.debug(`installing ${target} into dsh profile via dsh plugin add`);
|
|
87
87
|
await (0, import_execa.execa)("dsh", ["plugin", "--profile", "web", "add", target], {
|
|
88
88
|
reject: true,
|
|
89
|
-
shell: true,
|
|
90
89
|
env: {
|
|
91
90
|
...process.env,
|
|
92
91
|
...home ? { DSH_HOME: home } : {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aipanel/provider-deepseek",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"registry": "https://registry.npmjs.org/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aipanel/core": "1.2.
|
|
24
|
+
"@aipanel/core": "1.2.27",
|
|
25
25
|
"execa": "^9.6.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|