@vtstech/pi-model-test 1.0.4-1 → 1.0.5
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/model-test.js +1 -1
- package/package.json +3 -3
package/model-test.js
CHANGED
|
@@ -1167,7 +1167,7 @@ The JSON object must have exactly these 4 keys:
|
|
|
1167
1167
|
}
|
|
1168
1168
|
}
|
|
1169
1169
|
const branding = [
|
|
1170
|
-
` \u26A1 Pi Model Benchmark v1.0.
|
|
1170
|
+
` \u26A1 Pi Model Benchmark v1.0.5`,
|
|
1171
1171
|
` Written by VTSTech`,
|
|
1172
1172
|
` GitHub: https://github.com/VTSTech`,
|
|
1173
1173
|
` Website: www.vts-tech.org`
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtstech/pi-model-test",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Model benchmark/testing extension for Pi Coding Agent",
|
|
5
5
|
"main": "model-test.js",
|
|
6
|
-
"keywords": ["pi-
|
|
6
|
+
"keywords": ["pi-extensions"],
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"access": "public",
|
|
9
9
|
"type": "module",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://github.com/VTSTech/pi-coding-agent"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@vtstech/pi-shared": "1.0.
|
|
17
|
+
"@vtstech/pi-shared": "1.0.5"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@mariozechner/pi-coding-agent": ">=0.66"
|