motia 0.2.1-beta.76 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- <strong>A modern, declarative workflow framework for multiple programming languages</strong>
8
+ <strong>A Modern Unified Backend Framework for APIs, Events and Agents</strong>
9
9
  </p>
10
10
 
11
11
  <p align="center">
@@ -53,8 +53,7 @@ Motia unifies your entire backend into a unified state. APIs, background jobs, a
53
53
  | Complex error handling | Automatic retries & fault tolerance |
54
54
 
55
55
 
56
- ![Motia combines APIs, background queues, and AI agents into one system](../../assets/2.gif)
57
-
56
+ ![Motia combines APIs, background queues, and AI agents into one system](https://github.com/MotiaDev/motia/blob/main/assets/2.gif?raw=true)
58
57
 
59
58
  ---
60
59
 
@@ -205,7 +204,7 @@ For more information on a specific command, you can use the `--help` flag:
205
204
  ```sh
206
205
  motia <command> --help
207
206
  ```
208
- ![alt text](../../assets/1.png)
207
+ ![alt text](https://github.com/MotiaDev/motia/blob/main/assets/1.png?raw=true)
209
208
 
210
209
  ## Documentation
211
210
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "motia",
3
- "description": "Code-first framework for intelligent workflows",
4
- "version": "0.2.1-beta.76",
3
+ "description": "A Modern Unified Backend Framework for APIs, Events and Agents",
4
+ "version": "0.2.2",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -42,8 +42,8 @@
42
42
  "inquirer": "^8.2.5",
43
43
  "table": "^6.9.0",
44
44
  "ts-node": "^10.9.2",
45
- "@motiadev/core": "0.2.1-beta.76",
46
- "@motiadev/workbench": "0.2.1-beta.76"
45
+ "@motiadev/core": "0.2.2",
46
+ "@motiadev/workbench": "0.2.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@amplitude/analytics-types": "^2.9.2",