@dsh-enhanced/assistant-growth-driver 0.1.40 → 0.1.41
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/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +9 -9
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.1.
|
|
1
|
+
export declare const version = "0.1.41";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/lib/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.1.
|
|
1
|
+
export const version = '0.1.41';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-enhanced/assistant-growth-driver",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"description": "Bounded growth agent with durable reviews driven by owner-verified task feedback and frozen source models.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@deepseek-ai/schemastery": "3.18.2",
|
|
47
|
-
"@dsh-enhanced/task-acceptance-contract": "0.1.
|
|
47
|
+
"@dsh-enhanced/task-acceptance-contract": "0.1.41"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
@@ -126,13 +126,13 @@
|
|
|
126
126
|
"@types/node": "22.20.0",
|
|
127
127
|
"typescript": "6.0.3",
|
|
128
128
|
"vitest": "4.1.8",
|
|
129
|
-
"@dsh-enhanced/assistant-
|
|
130
|
-
"@dsh-enhanced/assistant-
|
|
131
|
-
"@dsh-enhanced/assistant-
|
|
132
|
-
"@dsh-enhanced/assistant-
|
|
133
|
-
"@dsh-enhanced/assistant-
|
|
134
|
-
"@dsh-enhanced/assistant-evaluation": "0.1.
|
|
135
|
-
"@dsh-enhanced/assistant-automations": "0.1.
|
|
129
|
+
"@dsh-enhanced/assistant-delivery": "0.1.41",
|
|
130
|
+
"@dsh-enhanced/assistant-policy": "0.1.41",
|
|
131
|
+
"@dsh-enhanced/assistant-super-relay-budget": "0.1.41",
|
|
132
|
+
"@dsh-enhanced/assistant-skills": "0.1.41",
|
|
133
|
+
"@dsh-enhanced/assistant-goals": "0.1.41",
|
|
134
|
+
"@dsh-enhanced/assistant-evaluation": "0.1.41",
|
|
135
|
+
"@dsh-enhanced/assistant-automations": "0.1.41"
|
|
136
136
|
},
|
|
137
137
|
"scripts": {
|
|
138
138
|
"build": "tsc -p tsconfig.build.json",
|