@venturekit/data 0.0.0-dev.20260311071358 → 0.0.0-dev.20260312005731

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.
@@ -20,7 +20,7 @@ export declare const DEFAULT_MIGRATION_CONFIG: MigrationConfig;
20
20
  */
21
21
  export declare function createMigrationConfig(input?: MigrationConfigInput): MigrationConfig;
22
22
  /**
23
- * Get Flyway configuration for SST
23
+ * Get Flyway configuration for deployment
24
24
  *
25
25
  * Returns environment variables to pass to Flyway container/Lambda
26
26
  */
@@ -29,7 +29,7 @@ export function createMigrationConfig(input) {
29
29
  };
30
30
  }
31
31
  /**
32
- * Get Flyway configuration for SST
32
+ * Get Flyway configuration for deployment
33
33
  *
34
34
  * Returns environment variables to pass to Flyway container/Lambda
35
35
  */
@@ -59,7 +59,7 @@ export interface RdsInfraConfig {
59
59
  * Build RDS Instance configuration for infrastructure layer
60
60
  *
61
61
  * This returns a configuration object that @venturekit/infra uses
62
- * to create the actual RDS resources via SST.
62
+ * to create the actual RDS resources via CDK.
63
63
  */
64
64
  export declare function buildRdsConfig(name: string, config: RdsConfig, vpcId?: string, subnetIds?: string[]): RdsInfraConfig;
65
65
  //# sourceMappingURL=instance.d.ts.map
@@ -17,7 +17,7 @@
17
17
  * Build RDS Instance configuration for infrastructure layer
18
18
  *
19
19
  * This returns a configuration object that @venturekit/infra uses
20
- * to create the actual RDS resources via SST.
20
+ * to create the actual RDS resources via CDK.
21
21
  */
22
22
  export function buildRdsConfig(name, config, vpcId, subnetIds) {
23
23
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venturekit/data",
3
- "version": "0.0.0-dev.20260311071358",
3
+ "version": "0.0.0-dev.20260312005731",
4
4
  "description": "Database and data layer for VentureKit",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@venturekit/core": "0.0.0-dev.20260311071358",
28
+ "@venturekit/core": "0.0.0-dev.20260312005731",
29
29
  "pg": "^8.12.0"
30
30
  },
31
31
  "devDependencies": {