@l-v-yonsama/multi-platform-database-drivers 0.1.42 → 0.1.43

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.
@@ -2,9 +2,9 @@ export declare const DBType: {
2
2
  readonly MySQL: "MySQL";
3
3
  readonly Postgres: "Postgres";
4
4
  readonly Redis: "Redis";
5
- readonly Aws: "AwsS";
5
+ readonly Aws: "Aws";
6
6
  };
7
7
  export type DBType = (typeof DBType)[keyof typeof DBType];
8
- export declare const DBTypeValues: ("MySQL" | "Postgres" | "Redis" | "AwsS")[];
8
+ export declare const DBTypeValues: ("MySQL" | "Postgres" | "Redis" | "Aws")[];
9
9
  export declare const isAws: (dbType: DBType) => boolean;
10
10
  export declare const isRDSType: (dbType: DBType) => boolean;
@@ -5,7 +5,7 @@ exports.DBType = {
5
5
  MySQL: 'MySQL',
6
6
  Postgres: 'Postgres',
7
7
  Redis: 'Redis',
8
- Aws: 'AwsS',
8
+ Aws: 'Aws',
9
9
  };
10
10
  exports.DBTypeValues = Object.values(exports.DBType);
11
11
  const isAws = (dbType) => exports.DBType.Aws === dbType;
@@ -1 +1 @@
1
- {"version":3,"file":"DBType.js","sourceRoot":"","sources":["../../../src/types/DBType.ts"],"names":[],"mappings":";;;AAAa,QAAA,MAAM,GAAG;IACpB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,MAAM;CACH,CAAC;AAIE,QAAA,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,cAAM,CAAC,CAAC;AAE3C,MAAM,KAAK,GAAG,CAAC,MAAc,EAAW,EAAE,CAAC,cAAM,CAAC,GAAG,KAAK,MAAM,CAAC;AAA3D,QAAA,KAAK,SAAsD;AAEjE,MAAM,SAAS,GAAG,CAAC,MAAc,EAAW,EAAE;IACnD,QAAQ,MAAM,EAAE;QACd,KAAK,cAAM,CAAC,KAAK,CAAC;QAClB,KAAK,cAAM,CAAC,QAAQ;YAClB,OAAO,IAAI,CAAC;KACf;IACD,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAPW,QAAA,SAAS,aAOpB"}
1
+ {"version":3,"file":"DBType.js","sourceRoot":"","sources":["../../../src/types/DBType.ts"],"names":[],"mappings":";;;AAAa,QAAA,MAAM,GAAG;IACpB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;CACF,CAAC;AAIE,QAAA,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,cAAM,CAAC,CAAC;AAE3C,MAAM,KAAK,GAAG,CAAC,MAAc,EAAW,EAAE,CAAC,cAAM,CAAC,GAAG,KAAK,MAAM,CAAC;AAA3D,QAAA,KAAK,SAAsD;AAEjE,MAAM,SAAS,GAAG,CAAC,MAAc,EAAW,EAAE;IACnD,QAAQ,MAAM,EAAE;QACd,KAAK,cAAM,CAAC,KAAK,CAAC;QAClB,KAAK,cAAM,CAAC,QAAQ;YAClB,OAAO,IAAI,CAAC;KACf;IACD,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAPW,QAAA,SAAS,aAOpB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l-v-yonsama/multi-platform-database-drivers",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "description": "multi-platform database drivers in TypeScript.",
5
5
  "engines": {
6
6
  "node": ">= 16 <19"