@appweaver/create-weaver-app 1.1.4 → 1.1.5
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/create-weaver-app.js +1 -1
- package/package.json +1 -1
package/create-weaver-app.js
CHANGED
|
@@ -11,7 +11,7 @@ const node_child_process_1 = require("node:child_process");
|
|
|
11
11
|
const commander_1 = require("commander");
|
|
12
12
|
const glob_1 = require("glob");
|
|
13
13
|
const pkg = JSON.parse(node_fs_1.default.readFileSync(node_path_1.default.join(__dirname, './package.json'), 'utf8'));
|
|
14
|
-
const prismaVersion = '7.
|
|
14
|
+
const prismaVersion = '7.9.1';
|
|
15
15
|
const dbTypes = ['sqlite', 'postgresql', 'mysql', 'sqlserver'];
|
|
16
16
|
const agentTypes = [
|
|
17
17
|
'claude',
|