@dbos-inc/create 2.1.2-preview → 2.1.9-preview

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/create",
3
- "version": "2.1.2-preview",
3
+ "version": "2.1.9-preview",
4
4
  "description": "Tool for performing project initialization from template",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -5,11 +5,6 @@
5
5
 
6
6
  language: node
7
7
  database:
8
- hostname: localhost
9
- port: 5432
10
- username: postgres
11
- password: ${PGPASSWORD}
12
- connectionTimeoutMillis: 3000
13
8
  app_db_client: drizzle
14
9
  migrate:
15
10
  - npx drizzle-kit migrate
@@ -5,13 +5,7 @@
5
5
 
6
6
  language: node
7
7
  database:
8
- hostname: localhost
9
- port: 5432
10
- username: postgres
11
- password: ${PGPASSWORD}
12
- connectionTimeoutMillis: 3000
13
8
  app_db_client: knex
14
- local_suffix: false
15
9
  migrate:
16
10
  - npx knex migrate:latest
17
11
  rollback:
@@ -5,11 +5,6 @@
5
5
 
6
6
  language: node
7
7
  database:
8
- hostname: 'localhost'
9
- port: 5432
10
- username: 'postgres'
11
- password: ${PGPASSWORD}
12
- connectionTimeoutMillis: 3000
13
8
  app_db_client: prisma
14
9
  migrate:
15
10
  - npx prisma migrate deploy
@@ -5,11 +5,6 @@
5
5
 
6
6
  language: node
7
7
  database:
8
- hostname: 'localhost'
9
- port: 5432
10
- username: 'postgres'
11
- password: ${PGPASSWORD}
12
- connectionTimeoutMillis: 3000
13
8
  app_db_client: typeorm
14
9
  migrate:
15
10
  - npx typeorm migration:run -d dist/datasource.js