@roostorg/db-migrator 1.0.6 → 1.0.7

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.
Files changed (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@roostorg/db-migrator",
3
- "version": "1.0.6",
4
- "description": "Migrating (and eventually seeding) our dbs on deploy",
3
+ "version": "1.0.7",
4
+ "description": "CLI tool for managing database migrations and seeding. Designed for modern scalable systems.",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc",
@@ -18,16 +18,15 @@
18
18
  "author": "",
19
19
  "license": "ISC",
20
20
  "dependencies": {
21
- "@types/yargs": "^17.0.24",
21
+ "@total-typescript/ts-reset": "^0.5.1",
22
22
  "@types/glob": "^7.2.0",
23
23
  "@types/umzug": "^2.3.3",
24
- "aws-sdk": "^2.1691.0",
24
+ "@types/yargs": "^17.0.24",
25
25
  "cassandra-driver": "^4.6.4",
26
26
  "glob": "^7.2.0",
27
27
  "sequelize": "^6.32.1",
28
28
  "umzug": "^3.0.0",
29
- "yargs": "^16.2.0",
30
- "@total-typescript/ts-reset": "^0.5.1"
29
+ "yargs": "^16.2.0"
31
30
  },
32
31
  "devDependencies": {
33
32
  "typescript": "^5.2.2"