@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
|
|
23
|
+
* Get Flyway configuration for deployment
|
|
24
24
|
*
|
|
25
25
|
* Returns environment variables to pass to Flyway container/Lambda
|
|
26
26
|
*/
|
package/dist/migrations/index.js
CHANGED
package/dist/rds/instance.d.ts
CHANGED
|
@@ -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
|
|
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
|
package/dist/rds/instance.js
CHANGED
|
@@ -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
|
|
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.
|
|
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.
|
|
28
|
+
"@venturekit/core": "0.0.0-dev.20260312005731",
|
|
29
29
|
"pg": "^8.12.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|