@stacksjs/database 0.70.353 → 0.70.355

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.
@@ -93,6 +93,5 @@ export declare function ensureUsersAuthColumns(sql: SqlHelpers, options?: { verb
93
93
  /**
94
94
  * Create all authentication tables
95
95
  */
96
- // eslint-disable-next-line pickier/no-unused-vars
97
96
  export declare function migrateAuthTables(options?: { verbose?: boolean }): Promise<{ success: boolean, error?: string }>;
98
97
  declare type SqlHelpers = ReturnType<typeof sqlHelpers>;
@@ -19,7 +19,6 @@ export declare function findTimestampColumns(): Promise<TimestampColumn[]>;
19
19
  * Identifiers come from `information_schema` and are re-validated here before
20
20
  * being spliced into DDL, which cannot take a placeholder.
21
21
  */
22
- // eslint-disable-next-line pickier/no-unused-vars
23
22
  export declare function modifyToDatetimeSql(column: TimestampColumn): string;
24
23
  /**
25
24
  * Convert every remaining `TIMESTAMP` column on a framework table to
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.353",
5
+ "version": "0.70.355",
6
6
  "description": "The Stacks database integration.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -65,15 +65,15 @@
65
65
  "dynamodb-tooling": "^0.3.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@stacksjs/cli": "0.70.353",
69
- "@stacksjs/config": "0.70.353",
70
- "@stacksjs/logging": "0.70.353",
71
- "@stacksjs/router": "0.70.353",
68
+ "@stacksjs/cli": "0.70.355",
69
+ "@stacksjs/config": "0.70.355",
70
+ "@stacksjs/logging": "0.70.355",
71
+ "@stacksjs/router": "0.70.355",
72
72
  "better-dx": "^0.2.17",
73
- "@stacksjs/path": "0.70.353",
74
- "@stacksjs/query-builder": "0.70.353",
75
- "@stacksjs/storage": "0.70.353",
76
- "@stacksjs/strings": "0.70.353",
77
- "@stacksjs/utils": "0.70.353"
73
+ "@stacksjs/path": "0.70.355",
74
+ "@stacksjs/query-builder": "0.70.355",
75
+ "@stacksjs/storage": "0.70.355",
76
+ "@stacksjs/strings": "0.70.355",
77
+ "@stacksjs/utils": "0.70.355"
78
78
  }
79
79
  }