jaz-clio 5.36.1 → 5.36.2
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/README.md +1 -1
- package/assets/skills/api/SKILL.md +1 -1
- package/assets/skills/cli/SKILL.md +1 -1
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jaz-kit/SKILL.md +1 -1
- package/assets/skills/jaz-pseudo-sql/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -159,7 +159,7 @@ Runs on your machine. Calls go to the Jaz API over HTTPS. No telemetry, no data
|
|
|
159
159
|
|
|
160
160
|
## Support
|
|
161
161
|
|
|
162
|
-
[help.jaz.ai](https://help.jaz.ai) · [GitHub Issues](https://github.com/teamtinvio/jaz-ai/issues) ·
|
|
162
|
+
[help.jaz.ai](https://help.jaz.ai) · [GitHub Issues](https://github.com/teamtinvio/jaz-ai/issues) · build.with@jaz.ai
|
|
163
163
|
|
|
164
164
|
## License
|
|
165
165
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jaz-clio",
|
|
3
|
-
"version": "5.36.
|
|
3
|
+
"version": "5.36.2",
|
|
4
4
|
"description": "Clio: Command Line Interface Operator for Jaz AI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"type": "git",
|
|
36
36
|
"url": "https://github.com/teamtinvio/jaz-ai"
|
|
37
37
|
},
|
|
38
|
-
"author": "Jaz <
|
|
38
|
+
"author": "Jaz <build.with@jaz.ai>",
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=18"
|