9 Commits

Author SHA1 Message Date
Daniel Rochetti
adb5de4ac7
chore(client): update endpoint types (#110) 2024-11-21 13:05:44 -08:00
Daniel Rochetti
bc04feeb85
fix(proxy): svelte immutable error (#109)
* fix(proxy): svelte immutable error

* chore: version bump

* fix: release tag format script
2024-11-21 12:27:49 -08:00
Daniel Rochetti
6068163419
chore(build): automated release process (#108)
* chore(build): automated release process

* fix: update secret name to match current setup
2024-11-21 11:04:02 -08:00
Daniel Rochetti
c3a3c3d21a
chore: upgrade dependencies and tooling (#81)
* chore: remove uuid-random dependency

* chore: upgrade prettier

* chore(client): bump version for release
2024-08-07 15:45:15 -07:00
Daniel Rochetti
5c4cdee6a5
chore(client): add some client unit tests (#5)
* chore(client): add config unit tests
* chore(client): add runtime utilities tests
2023-03-31 15:28:03 -03:00
Daniel Rochetti
85e22b91e7
chore: disable ci/cd auto-release temporarily 2023-03-31 07:46:32 -07:00
Daniel Rochetti
d7a4a5e390
chore: use node 16 for the release workflow 2023-03-31 07:15:55 -07:00
Daniel Rochetti
1724bc37e7
chore: add docs, license and prepare for release (#4)
* chore: add initial readme and license info
* minor fix: remove colon from note
* some jsdocs
* update build action
* fix nx command on gh action
* specify remote origin as base in build
* update release info
* semantic release config
* rename auth headers
* chore: update package-lock.json
2023-03-31 11:09:19 -03:00
Daniel Rochetti
6553779987
chore: configure new monorepo and build workflow
* prepare monorepo and move client to its package

* create nx workspace

* workspace cleanup and updates

* upgrade nx workspace and fix client package

* add basic codegen logic

* first working build script

* update nextjs app

* update generated code

* add koldstart core and client foundation

* add basic fetch implementation to client

* add stable diffusion example

* remove local output image

* remove keys

* remove more keys

* update client usage and samples

* remove grpc client code and dependencies

* rename base package

* remove core package

* continue package refactor

* rename koldstart apis

* refactor main function run api

* add listen function stub

* removed more koldstart references

* build workflow added

* minor doc updates - trigger workflow

* nx workflow action
2023-03-29 12:49:55 -03:00