motia 0.9.4-beta.151-930104 → 0.9.4-beta.151-160668

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.
@@ -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@3.24.4', ...plugin_dependencies_1.pluginDependencies.map((dep) => `${dep}@${version_1.version}`)].join(' ');
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);
@@ -26,7 +26,7 @@
26
26
  "clean": "rm -rf dist"
27
27
  },
28
28
  "dependencies": {
29
- "lucide-react": "^0.553.0"
29
+ "lucide-react": "^0.548.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@motiadev/core": "latest",
@@ -35,12 +35,12 @@
35
35
  "@tailwindcss/vite": "^4.1.16",
36
36
  "@types/node": "^24.9.2",
37
37
  "@types/react": "^19.2.2",
38
- "@vitejs/plugin-react-swc": "^4.2.2",
38
+ "@vitejs/plugin-react": "^5.1.0",
39
39
  "postcss": "^8.5.6",
40
40
  "react": "^19.2.0",
41
41
  "tailwindcss": "^4.1.16",
42
42
  "typescript": "^5.9.3",
43
- "vite": "^7.2.2",
43
+ "vite": "^7.1.12",
44
44
  "vite-plugin-dts": "^4.5.4"
45
45
  }
46
46
  }
@@ -1,7 +1,6 @@
1
1
  import tailwindcss from '@tailwindcss/vite'
2
- import react from '@vitejs/plugin-react-swc'
2
+ import react from '@vitejs/plugin-react'
3
3
  import { resolve } from 'path'
4
- import { fileURLToPath } from 'url'
5
4
  import { defineConfig } from 'vite'
6
5
  import dts from 'vite-plugin-dts'
7
6
 
@@ -25,9 +24,6 @@ export default defineConfig({
25
24
  resolve: {
26
25
  alias: {
27
26
  '@': resolve(__dirname, 'src'),
28
- 'lucide-react/icons': fileURLToPath(
29
- new URL('./node_modules/lucide-react/dist/esm/icons', import.meta.url)
30
- ),
31
27
  },
32
28
  },
33
29
  })
@@ -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@3.24.4', ...pluginDependencies.map((dep) => `${dep}@${version}`)].join(' ');
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);
@@ -26,7 +26,7 @@
26
26
  "clean": "rm -rf dist"
27
27
  },
28
28
  "dependencies": {
29
- "lucide-react": "^0.553.0"
29
+ "lucide-react": "^0.548.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@motiadev/core": "latest",
@@ -35,12 +35,12 @@
35
35
  "@tailwindcss/vite": "^4.1.16",
36
36
  "@types/node": "^24.9.2",
37
37
  "@types/react": "^19.2.2",
38
- "@vitejs/plugin-react-swc": "^4.2.2",
38
+ "@vitejs/plugin-react": "^5.1.0",
39
39
  "postcss": "^8.5.6",
40
40
  "react": "^19.2.0",
41
41
  "tailwindcss": "^4.1.16",
42
42
  "typescript": "^5.9.3",
43
- "vite": "^7.2.2",
43
+ "vite": "^7.1.12",
44
44
  "vite-plugin-dts": "^4.5.4"
45
45
  }
46
46
  }
@@ -1,7 +1,6 @@
1
1
  import tailwindcss from '@tailwindcss/vite'
2
- import react from '@vitejs/plugin-react-swc'
2
+ import react from '@vitejs/plugin-react'
3
3
  import { resolve } from 'path'
4
- import { fileURLToPath } from 'url'
5
4
  import { defineConfig } from 'vite'
6
5
  import dts from 'vite-plugin-dts'
7
6
 
@@ -25,9 +24,6 @@ export default defineConfig({
25
24
  resolve: {
26
25
  alias: {
27
26
  '@': resolve(__dirname, 'src'),
28
- 'lucide-react/icons': fileURLToPath(
29
- new URL('./node_modules/lucide-react/dist/esm/icons', import.meta.url)
30
- ),
31
27
  },
32
28
  },
33
29
  })
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.4-beta.151-930104",
4
+ "version": "0.9.4-beta.151-160668",
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/core": "0.9.4-beta.151-930104",
50
- "@motiadev/workbench": "0.9.4-beta.151-930104",
51
- "@motiadev/stream-client-node": "0.9.4-beta.151-930104"
49
+ "@motiadev/core": "0.9.4-beta.151-160668",
50
+ "@motiadev/workbench": "0.9.4-beta.151-160668",
51
+ "@motiadev/stream-client-node": "0.9.4-beta.151-160668"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@amplitude/analytics-types": "^2.9.2",
@@ -1,7 +0,0 @@
1
- declare module 'lucide-react/icons/*' {
2
- import { LucideProps } from 'lucide-react'
3
- import { FC } from 'react'
4
- const Icon: FC<LucideProps>
5
- export default Icon
6
- }
7
-
@@ -1,7 +0,0 @@
1
- declare module 'lucide-react/icons/*' {
2
- import { LucideProps } from 'lucide-react'
3
- import { FC } from 'react'
4
- const Icon: FC<LucideProps>
5
- export default Icon
6
- }
7
-