motia 0.17.6-beta.188-428154 → 0.17.6-beta.188-353260
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "motia",
|
|
3
3
|
"description": "Build production-grade backends with a single primitive. APIs, background jobs, Queues, Workflows, and AI agents - unified in one system with built-in State management, Streaming, and Observability.",
|
|
4
|
-
"version": "0.17.6-beta.188-
|
|
4
|
+
"version": "0.17.6-beta.188-353260",
|
|
5
5
|
"license": "Elastic-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"table": "^6.9.0",
|
|
47
47
|
"ts-node": "^10.9.2",
|
|
48
48
|
"zod": "^4.1.12",
|
|
49
|
-
"@motiadev/adapter-redis-cron": "0.17.6-beta.188-
|
|
50
|
-
"@motiadev/adapter-redis-state": "0.17.6-beta.188-
|
|
51
|
-
"@motiadev/adapter-redis-streams": "0.17.6-beta.188-
|
|
52
|
-
"@motiadev/core": "0.17.6-beta.188-
|
|
53
|
-
"@motiadev/stream-client-node": "0.17.6-beta.188-
|
|
54
|
-
"@motiadev/workbench": "0.17.6-beta.188-
|
|
55
|
-
"@motiadev/adapter-bullmq-events": "0.17.6-beta.188-
|
|
49
|
+
"@motiadev/adapter-redis-cron": "0.17.6-beta.188-353260",
|
|
50
|
+
"@motiadev/adapter-redis-state": "0.17.6-beta.188-353260",
|
|
51
|
+
"@motiadev/adapter-redis-streams": "0.17.6-beta.188-353260",
|
|
52
|
+
"@motiadev/core": "0.17.6-beta.188-353260",
|
|
53
|
+
"@motiadev/stream-client-node": "0.17.6-beta.188-353260",
|
|
54
|
+
"@motiadev/workbench": "0.17.6-beta.188-353260",
|
|
55
|
+
"@motiadev/adapter-bullmq-events": "0.17.6-beta.188-353260"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@amplitude/analytics-types": "^2.9.2",
|