@ts-awesome/orm 1.3.0-rc0 → 1.3.0-rc1

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.
@@ -214,7 +214,7 @@ export interface IQueryExecutor<T, R = IQueryData> {
214
214
  }
215
215
  export declare const enum IsolationLevel {
216
216
  Serializable = "SERIALIZABLE",
217
- RepeatableReads = "REPEATABLE READ",
217
+ RepeatableRead = "REPEATABLE READ",
218
218
  ReadCommitted = "READ COMMITTED",
219
219
  ReadUncommitted = "READ UNCOMMITTED"
220
220
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-awesome/orm",
3
- "version": "1.3.0-rc0",
3
+ "version": "1.3.0-rc1",
4
4
  "description": "TypeScript ORM",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",