Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BINARY_NAME=restack-get-started
VERSION=0.6.19
VERSION=0.6.20
BUILD_DIR=build

.PHONY: all linux macos clean
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restackio/get-started",
"version": "0.6.19",
"version": "0.6.20",
"description": "A getting started command which will help with a first application using Restack framework",
"bin": {
"get-started": "get-started.sh"
Expand Down
2 changes: 1 addition & 1 deletion pypi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "restackio.get-started"
version = "0.6.19"
version = "0.6.20"
readme = "README.md"
description = "A package to get started with Restack"
authors = ["Your Name <your.email@example.com>"]
Expand Down
10 changes: 0 additions & 10 deletions restack-app/.env.example

This file was deleted.

Binary file removed restack-app/chat_post.png
Binary file not shown.
Binary file removed restack-app/chat_put.png
Binary file not shown.
Binary file removed restack-app/chat_run.png
Binary file not shown.
41 changes: 0 additions & 41 deletions restack-app/eventAgent.ts

This file was deleted.

26 changes: 0 additions & 26 deletions restack-app/package.json

This file was deleted.

104 changes: 0 additions & 104 deletions restack-app/readme.md

This file was deleted.

29 changes: 0 additions & 29 deletions restack-app/scheduleAgent.ts

This file was deleted.

103 changes: 0 additions & 103 deletions restack-app/src/agents/agent.ts

This file was deleted.

1 change: 0 additions & 1 deletion restack-app/src/agents/index.ts

This file was deleted.

14 changes: 0 additions & 14 deletions restack-app/src/client.ts

This file was deleted.

7 changes: 0 additions & 7 deletions restack-app/src/functions/createTodo.ts

This file was deleted.

7 changes: 0 additions & 7 deletions restack-app/src/functions/getRandom.ts

This file was deleted.

17 changes: 0 additions & 17 deletions restack-app/src/functions/getResult.ts

This file was deleted.

Loading