@dbos-inc/create 3.6.3-preview → 3.6.7-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": "3.6.3-preview",
3
+ "version": "3.6.7-preview",
4
4
  "description": "Tool for performing project initialization from template",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -8,8 +8,6 @@ language: node
8
8
  database:
9
9
  migrate:
10
10
  - npx knex migrate:latest
11
- rollback:
12
- - npx knex migrate:rollback
13
11
  runtimeConfig:
14
12
  start:
15
13
  - node dist/main.js
@@ -8,8 +8,6 @@ language: node
8
8
  database:
9
9
  migrate:
10
10
  - npx typeorm migration:run -d dist/datasource.js
11
- rollback:
12
- - npx typeorm migration:revert -d dist/datasource.js
13
11
  runtimeConfig:
14
12
  start:
15
13
  - node dist/src/main.js