4 Commits

Author SHA1 Message Date
25db0618d6 0.0.5 2024-03-30 12:47:52 +01:00
89f9965112 fix(core): update 2024-03-30 12:47:52 +01:00
a3002f3a83 0.0.4 2024-03-30 12:47:04 +01:00
ecefda5377 fix(core): update 2024-03-30 12:47:04 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartai", "name": "@push.rocks/smartai",
"version": "0.0.3", "version": "0.0.5",
"private": false, "private": false,
"description": "a standardaized interface to talk to AI models", "description": "a standardaized interface to talk to AI models",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartai', name: '@push.rocks/smartai',
version: '0.0.3', version: '0.0.5',
description: 'a standardaized interface to talk to AI models' description: 'a standardaized interface to talk to AI models'
} }