motia 0.9.3-beta.148 → 0.9.3-beta.149-819172
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/dist/cjs/create/index.js
CHANGED
|
@@ -26,7 +26,7 @@ const installRequiredDependencies = async (packageManager, rootDir, context) =>
|
|
|
26
26
|
yarn: 'yarn add',
|
|
27
27
|
pnpm: 'pnpm add',
|
|
28
28
|
}[packageManager];
|
|
29
|
-
const dependencies = [`motia@${version_1.version}`, 'zod@
|
|
29
|
+
const dependencies = [`motia@${version_1.version}`, 'zod@4.1.12', ...plugin_dependencies_1.pluginDependencies.map((dep) => `${dep}@${version_1.version}`)].join(' ');
|
|
30
30
|
const devDependencies = ['ts-node@10.9.2', 'typescript@5.7.3', '@types/react@19.1.1'].join(' ');
|
|
31
31
|
try {
|
|
32
32
|
await (0, execute_command_1.executeCommand)(`${installCommand} ${dependencies}`, rootDir);
|
package/dist/esm/create/index.js
CHANGED
|
@@ -20,7 +20,7 @@ const installRequiredDependencies = async (packageManager, rootDir, context) =>
|
|
|
20
20
|
yarn: 'yarn add',
|
|
21
21
|
pnpm: 'pnpm add',
|
|
22
22
|
}[packageManager];
|
|
23
|
-
const dependencies = [`motia@${version}`, 'zod@
|
|
23
|
+
const dependencies = [`motia@${version}`, 'zod@4.1.12', ...pluginDependencies.map((dep) => `${dep}@${version}`)].join(' ');
|
|
24
24
|
const devDependencies = ['ts-node@10.9.2', 'typescript@5.7.3', '@types/react@19.1.1'].join(' ');
|
|
25
25
|
try {
|
|
26
26
|
await executeCommand(`${installCommand} ${dependencies}`, rootDir);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "motia",
|
|
3
3
|
"description": "A Modern Unified Backend Framework for APIs, Events and Agents",
|
|
4
|
-
"version": "0.9.3-beta.
|
|
4
|
+
"version": "0.9.3-beta.149-819172",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"python-ast": "^0.1.0",
|
|
47
47
|
"table": "^6.9.0",
|
|
48
48
|
"ts-node": "^10.9.2",
|
|
49
|
-
"@motiadev/
|
|
50
|
-
"@motiadev/
|
|
51
|
-
"@motiadev/
|
|
49
|
+
"@motiadev/stream-client-node": "0.9.3-beta.149-819172",
|
|
50
|
+
"@motiadev/workbench": "0.9.3-beta.149-819172",
|
|
51
|
+
"@motiadev/core": "0.9.3-beta.149-819172"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@amplitude/analytics-types": "^2.9.2",
|