bigal 13.1.0 → 13.1.1

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [13.1.1](https://github.com/bigalorm/bigal/compare/v13.1.0...v13.1.1) (2025-05-05)
2
+
1
3
  # [13.1.0](https://github.com/bigalorm/bigal/compare/v13.0.11...v13.1.0) (2025-05-01)
2
4
 
3
5
  ### Bug Fixes
package/dist/index.d.cts CHANGED
@@ -898,4 +898,5 @@ interface InitializeOptions extends IConnection {
898
898
  */
899
899
  declare function initialize({ models, pool, readonlyPool, connections, expose }: InitializeOptions): Record<string, IReadonlyRepository<Entity> | IRepository<Entity>>;
900
900
 
901
- export { type ClassLike, ColumnBaseMetadata, type ColumnBaseMetadataOptions, ColumnCollectionMetadata, type ColumnCollectionMetadataOptions, type ColumnMetadata, ColumnModelMetadata, type ColumnModelMetadataOptions, type ColumnModifierMetadata, ColumnTypeMetadata, type ColumnTypeMetadataOptions, type Comparer, type CountResult, type CreateUpdateOptions, type CreateUpdateParams, type DeleteOptions, type DestroyResult, type DoNotReturnRecords, Entity, type EntityFieldValue, type EntityPrimitiveOrId, type EntityStatic, type ExcludeEntityCollections, type ExcludeFunctions, type FindArgs, type FindOneArgs, type FindOneResult, type FindResult, type GetValueType, type IConnection, type IReadonlyRepository, type IRepository, type IRepositoryOptions, type IncludeFunctions, type InitializeOptions, type IsValueOfType, type LiteralValues, ModelMetadata, type ModelMetadataOptions, type MultipleSortString, type NegatableConstraint, type NotEntity, type NotEntityBrand, type NumberOrDateConstraint, type OmitEntityCollections, type OmitFunctions, type OrderBy, type PaginateOptions, type PickAsType, type PickByValueType, type PickFunctions, type PopulateArgs, type Populated, QueryError, type QueryResult, type QueryResultOptionalPopulated, type QueryResultPopulated, ReadonlyRepository, Repository, type ReturnSelect$1 as ReturnSelect, type Sort, type SortObject, type SortObjectValue, type SortString, type StringConstraint, type WhereClauseValue, type WhereQuery, type WhereQueryStatement, column, createDateColumn, getMetadataStorage, initialize, primaryColumn, table, updateDateColumn, versionColumn };
901
+ export { ColumnBaseMetadata, ColumnCollectionMetadata, ColumnModelMetadata, ColumnTypeMetadata, Entity, ModelMetadata, QueryError, ReadonlyRepository, Repository, column, createDateColumn, getMetadataStorage, initialize, primaryColumn, table, updateDateColumn, versionColumn };
902
+ export type { ClassLike, ColumnBaseMetadataOptions, ColumnCollectionMetadataOptions, ColumnMetadata, ColumnModelMetadataOptions, ColumnModifierMetadata, ColumnTypeMetadataOptions, Comparer, CountResult, CreateUpdateOptions, CreateUpdateParams, DeleteOptions, DestroyResult, DoNotReturnRecords, EntityFieldValue, EntityPrimitiveOrId, EntityStatic, ExcludeEntityCollections, ExcludeFunctions, FindArgs, FindOneArgs, FindOneResult, FindResult, GetValueType, IConnection, IReadonlyRepository, IRepository, IRepositoryOptions, IncludeFunctions, InitializeOptions, IsValueOfType, LiteralValues, ModelMetadataOptions, MultipleSortString, NegatableConstraint, NotEntity, NotEntityBrand, NumberOrDateConstraint, OmitEntityCollections, OmitFunctions, OrderBy, PaginateOptions, PickAsType, PickByValueType, PickFunctions, PopulateArgs, Populated, QueryResult, QueryResultOptionalPopulated, QueryResultPopulated, ReturnSelect$1 as ReturnSelect, Sort, SortObject, SortObjectValue, SortString, StringConstraint, WhereClauseValue, WhereQuery, WhereQueryStatement };
package/dist/index.d.mts CHANGED
@@ -898,4 +898,5 @@ interface InitializeOptions extends IConnection {
898
898
  */
899
899
  declare function initialize({ models, pool, readonlyPool, connections, expose }: InitializeOptions): Record<string, IReadonlyRepository<Entity> | IRepository<Entity>>;
900
900
 
901
- export { type ClassLike, ColumnBaseMetadata, type ColumnBaseMetadataOptions, ColumnCollectionMetadata, type ColumnCollectionMetadataOptions, type ColumnMetadata, ColumnModelMetadata, type ColumnModelMetadataOptions, type ColumnModifierMetadata, ColumnTypeMetadata, type ColumnTypeMetadataOptions, type Comparer, type CountResult, type CreateUpdateOptions, type CreateUpdateParams, type DeleteOptions, type DestroyResult, type DoNotReturnRecords, Entity, type EntityFieldValue, type EntityPrimitiveOrId, type EntityStatic, type ExcludeEntityCollections, type ExcludeFunctions, type FindArgs, type FindOneArgs, type FindOneResult, type FindResult, type GetValueType, type IConnection, type IReadonlyRepository, type IRepository, type IRepositoryOptions, type IncludeFunctions, type InitializeOptions, type IsValueOfType, type LiteralValues, ModelMetadata, type ModelMetadataOptions, type MultipleSortString, type NegatableConstraint, type NotEntity, type NotEntityBrand, type NumberOrDateConstraint, type OmitEntityCollections, type OmitFunctions, type OrderBy, type PaginateOptions, type PickAsType, type PickByValueType, type PickFunctions, type PopulateArgs, type Populated, QueryError, type QueryResult, type QueryResultOptionalPopulated, type QueryResultPopulated, ReadonlyRepository, Repository, type ReturnSelect$1 as ReturnSelect, type Sort, type SortObject, type SortObjectValue, type SortString, type StringConstraint, type WhereClauseValue, type WhereQuery, type WhereQueryStatement, column, createDateColumn, getMetadataStorage, initialize, primaryColumn, table, updateDateColumn, versionColumn };
901
+ export { ColumnBaseMetadata, ColumnCollectionMetadata, ColumnModelMetadata, ColumnTypeMetadata, Entity, ModelMetadata, QueryError, ReadonlyRepository, Repository, column, createDateColumn, getMetadataStorage, initialize, primaryColumn, table, updateDateColumn, versionColumn };
902
+ export type { ClassLike, ColumnBaseMetadataOptions, ColumnCollectionMetadataOptions, ColumnMetadata, ColumnModelMetadataOptions, ColumnModifierMetadata, ColumnTypeMetadataOptions, Comparer, CountResult, CreateUpdateOptions, CreateUpdateParams, DeleteOptions, DestroyResult, DoNotReturnRecords, EntityFieldValue, EntityPrimitiveOrId, EntityStatic, ExcludeEntityCollections, ExcludeFunctions, FindArgs, FindOneArgs, FindOneResult, FindResult, GetValueType, IConnection, IReadonlyRepository, IRepository, IRepositoryOptions, IncludeFunctions, InitializeOptions, IsValueOfType, LiteralValues, ModelMetadataOptions, MultipleSortString, NegatableConstraint, NotEntity, NotEntityBrand, NumberOrDateConstraint, OmitEntityCollections, OmitFunctions, OrderBy, PaginateOptions, PickAsType, PickByValueType, PickFunctions, PopulateArgs, Populated, QueryResult, QueryResultOptionalPopulated, QueryResultPopulated, ReturnSelect$1 as ReturnSelect, Sort, SortObject, SortObjectValue, SortString, StringConstraint, WhereClauseValue, WhereQuery, WhereQueryStatement };
package/dist/index.d.ts CHANGED
@@ -898,4 +898,5 @@ interface InitializeOptions extends IConnection {
898
898
  */
899
899
  declare function initialize({ models, pool, readonlyPool, connections, expose }: InitializeOptions): Record<string, IReadonlyRepository<Entity> | IRepository<Entity>>;
900
900
 
901
- export { type ClassLike, ColumnBaseMetadata, type ColumnBaseMetadataOptions, ColumnCollectionMetadata, type ColumnCollectionMetadataOptions, type ColumnMetadata, ColumnModelMetadata, type ColumnModelMetadataOptions, type ColumnModifierMetadata, ColumnTypeMetadata, type ColumnTypeMetadataOptions, type Comparer, type CountResult, type CreateUpdateOptions, type CreateUpdateParams, type DeleteOptions, type DestroyResult, type DoNotReturnRecords, Entity, type EntityFieldValue, type EntityPrimitiveOrId, type EntityStatic, type ExcludeEntityCollections, type ExcludeFunctions, type FindArgs, type FindOneArgs, type FindOneResult, type FindResult, type GetValueType, type IConnection, type IReadonlyRepository, type IRepository, type IRepositoryOptions, type IncludeFunctions, type InitializeOptions, type IsValueOfType, type LiteralValues, ModelMetadata, type ModelMetadataOptions, type MultipleSortString, type NegatableConstraint, type NotEntity, type NotEntityBrand, type NumberOrDateConstraint, type OmitEntityCollections, type OmitFunctions, type OrderBy, type PaginateOptions, type PickAsType, type PickByValueType, type PickFunctions, type PopulateArgs, type Populated, QueryError, type QueryResult, type QueryResultOptionalPopulated, type QueryResultPopulated, ReadonlyRepository, Repository, type ReturnSelect$1 as ReturnSelect, type Sort, type SortObject, type SortObjectValue, type SortString, type StringConstraint, type WhereClauseValue, type WhereQuery, type WhereQueryStatement, column, createDateColumn, getMetadataStorage, initialize, primaryColumn, table, updateDateColumn, versionColumn };
901
+ export { ColumnBaseMetadata, ColumnCollectionMetadata, ColumnModelMetadata, ColumnTypeMetadata, Entity, ModelMetadata, QueryError, ReadonlyRepository, Repository, column, createDateColumn, getMetadataStorage, initialize, primaryColumn, table, updateDateColumn, versionColumn };
902
+ export type { ClassLike, ColumnBaseMetadataOptions, ColumnCollectionMetadataOptions, ColumnMetadata, ColumnModelMetadataOptions, ColumnModifierMetadata, ColumnTypeMetadataOptions, Comparer, CountResult, CreateUpdateOptions, CreateUpdateParams, DeleteOptions, DestroyResult, DoNotReturnRecords, EntityFieldValue, EntityPrimitiveOrId, EntityStatic, ExcludeEntityCollections, ExcludeFunctions, FindArgs, FindOneArgs, FindOneResult, FindResult, GetValueType, IConnection, IReadonlyRepository, IRepository, IRepositoryOptions, IncludeFunctions, InitializeOptions, IsValueOfType, LiteralValues, ModelMetadataOptions, MultipleSortString, NegatableConstraint, NotEntity, NotEntityBrand, NumberOrDateConstraint, OmitEntityCollections, OmitFunctions, OrderBy, PaginateOptions, PickAsType, PickByValueType, PickFunctions, PopulateArgs, Populated, QueryResult, QueryResultOptionalPopulated, QueryResultPopulated, ReturnSelect$1 as ReturnSelect, Sort, SortObject, SortObjectValue, SortString, StringConstraint, WhereClauseValue, WhereQuery, WhereQueryStatement };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigal",
3
- "version": "13.1.0",
3
+ "version": "13.1.1",
4
4
  "description": "A fast and lightweight orm for postgres and node.js, written in typescript.",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -36,7 +36,7 @@
36
36
  "@types/pg": "8.11.14",
37
37
  "lodash": "4.17.21",
38
38
  "pg": "8.15.6",
39
- "postgres-pool": "10.1.3"
39
+ "postgres-pool": "10.1.4"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@faker-js/faker": "9.7.0",
@@ -51,13 +51,13 @@
51
51
  "@types/mocha": "10.0.10",
52
52
  "@types/node": ">=22",
53
53
  "chai": "5.2.0",
54
- "eslint": "9.25.1",
55
- "eslint-config-decent": "2.6.7",
54
+ "eslint": "9.26.0",
55
+ "eslint-config-decent": "2.7.1",
56
56
  "husky": "9.1.7",
57
57
  "lint-staged": "15.5.1",
58
58
  "markdownlint-cli": "0.44.0",
59
59
  "mocha": "11.2.2",
60
- "npm-run-all2": "7.0.2",
60
+ "npm-run-all2": "8.0.1",
61
61
  "pinst": "3.0.0",
62
62
  "prettier": "3.5.3",
63
63
  "semantic-release": "24.2.3",
@@ -1,5 +1,11 @@
1
1
  export default {
2
- branches: ['main', 'beta'],
2
+ branches: [
3
+ 'main',
4
+ {
5
+ name: 'beta',
6
+ prerelease: 'beta',
7
+ },
8
+ ],
3
9
  plugins: [
4
10
  [
5
11
  '@semantic-release/commit-analyzer',