@certd/midway-flyway-js 1.40.4 → 1.41.0

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.
@@ -5,3 +5,4 @@ export declare class FlywayConfiguration {
5
5
  logger: ILogger;
6
6
  onReady(container: IMidwayContainer): Promise<void>;
7
7
  }
8
+ //# sourceMappingURL=configuration.d.ts.map
package/dist/entity.d.ts CHANGED
@@ -5,3 +5,4 @@ export declare class FlywayHistory {
5
5
  timestamp?: Date;
6
6
  success?: boolean;
7
7
  }
8
+ //# sourceMappingURL=entity.d.ts.map
package/dist/flyway.d.ts CHANGED
@@ -35,3 +35,4 @@ export declare class Flyway {
35
35
  */
36
36
  splitSql2Array(str: any): any[];
37
37
  }
38
+ //# sourceMappingURL=flyway.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export { FlywayConfiguration as Configuration } from './configuration.js';
2
2
  export { Flyway, setFlywayLogger } from './flyway.js';
3
3
  export { FlywayHistory } from './entity.js';
4
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certd/midway-flyway-js",
3
- "version": "1.40.4",
3
+ "version": "1.41.0",
4
4
  "description": "midway with flyway, sql upgrade way ",
5
5
  "private": false,
6
6
  "type": "module",
@@ -49,5 +49,5 @@
49
49
  "typeorm": "^0.3.11",
50
50
  "typescript": "^5.4.2"
51
51
  },
52
- "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
52
+ "gitHead": "d368f9666abf71d7f56891b6cbedeb618b82701c"
53
53
  }