standard-tool 0.0.3 → 0.0.4
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": "standard-tool",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Standard DRY LLM Tool Interface — name/description/execute with input & output validated via Standard Schema and emitted as JSON Schema via Standard JSON Schema. Zero dependencies.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"lint:fix": "biome check --write",
|
|
23
23
|
"test": "npm run build && npm run typecheck && npm run lint && node --test",
|
|
24
24
|
"patch": "npm test && npm version patch",
|
|
25
|
-
"postversion": "npm run build && npm publish"
|
|
25
|
+
"postversion": "npm run build && npm publish && git push && git push --tags"
|
|
26
26
|
},
|
|
27
27
|
"keywords": [
|
|
28
28
|
"standard-schema",
|