@goatlab/fluent 0.6.30 → 0.7.2
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/README.md +17 -136
- package/dist/BaseConnector.d.ts +0 -0
- package/dist/BaseConnector.js +0 -0
- package/dist/Fluent.d.ts +0 -0
- package/dist/Fluent.js +0 -0
- package/dist/FluentEntity.d.ts +0 -0
- package/dist/FluentEntity.js +0 -0
- package/dist/TypeOrmConnector/TypeOrmConnector.d.ts +0 -0
- package/dist/TypeOrmConnector/TypeOrmConnector.js +0 -0
- package/dist/TypeOrmConnector/test/advanced/advancedTestSuite.d.ts +0 -0
- package/dist/TypeOrmConnector/test/advanced/advancedTestSuite.js +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.entity.d.ts +6 -6
- package/dist/TypeOrmConnector/test/advanced/typeOrm.entity.js +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.repository.js +0 -0
- package/dist/TypeOrmConnector/test/basic/basicTestSuite.d.ts +0 -0
- package/dist/TypeOrmConnector/test/basic/basicTestSuite.js +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.entity.js +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.repository.js +0 -0
- package/dist/TypeOrmConnector/test/dbEntities.d.ts +0 -0
- package/dist/TypeOrmConnector/test/dbEntities.js +0 -0
- package/dist/TypeOrmConnector/test/docker/docker.d.ts +0 -0
- package/dist/TypeOrmConnector/test/docker/docker.js +0 -0
- package/dist/TypeOrmConnector/test/docker/mysql.d.ts +0 -0
- package/dist/TypeOrmConnector/test/docker/mysql.js +0 -0
- package/dist/TypeOrmConnector/test/flock.d.ts +0 -0
- package/dist/TypeOrmConnector/test/flock.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/car.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/car.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/mongo.memory.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/mongo.memory.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/mongoDatasource.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/mongoDatasource.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/roles.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/roles.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/roles_user.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/roles_user.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/user.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/user.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/car.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/car.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/mysqlDataSource.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/mysqlDataSource.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/roles.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/roles.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/roles_user.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/roles_user.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/user.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/user.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.entity.js +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.repositoryTypeOrm.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.repositoryTypeOrm.js +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.schema.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.schema.js +0 -0
- package/dist/TypeOrmConnector/test/relations/relationsTestsSuite.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/relationsTestsSuite.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/role.schema.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/role.schema.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles.entity.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles.repositoryTypeOrm.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles.repositoryTypeOrm.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_user.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_user.entity.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_user.schema.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_user.schema.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_users.repositoryTypeOrm.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_users.repositoryTypeOrm.js +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.entity.js +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.repositoryTypeOrm.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.repositoryTypeOrm.js +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.schema.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.schema.js +0 -0
- package/dist/TypeOrmConnector/test/sqlite/memoryDataSource.d.ts +0 -0
- package/dist/TypeOrmConnector/test/sqlite/memoryDataSource.js +0 -0
- package/dist/cache.d.ts +0 -0
- package/dist/cache.js +0 -0
- package/dist/core/Loopback/build-schema.d.ts +0 -0
- package/dist/core/Loopback/build-schema.js +0 -0
- package/dist/core/Loopback/common-types.d.ts +0 -0
- package/dist/core/Loopback/common-types.js +0 -0
- package/dist/core/Loopback/json-to-schema.d.ts +0 -0
- package/dist/core/Loopback/json-to-schema.js +0 -0
- package/dist/core/Loopback/mapValues.d.ts +0 -0
- package/dist/core/Loopback/mapValues.js +0 -0
- package/dist/core/Loopback/metadata.d.ts +0 -0
- package/dist/core/Loopback/metadata.js +0 -0
- package/dist/core/Loopback/model.d.ts +0 -0
- package/dist/core/Loopback/model.js +0 -0
- package/dist/core/Loopback/query.d.ts +0 -0
- package/dist/core/Loopback/query.js +0 -0
- package/dist/core/Loopback/relation.types.d.ts +0 -0
- package/dist/core/Loopback/relation.types.js +0 -0
- package/dist/core/Loopback/type-resolver.d.ts +0 -0
- package/dist/core/Loopback/type-resolver.js +0 -0
- package/dist/core/Loopback/type.d.ts +0 -0
- package/dist/core/Loopback/type.js +0 -0
- package/dist/core/Nestjs/applyDecorators.d.ts +0 -0
- package/dist/core/Nestjs/applyDecorators.js +0 -0
- package/dist/core/Nestjs/types/common.d.ts +0 -0
- package/dist/core/Nestjs/types/common.js +0 -0
- package/dist/core/Nestjs/types/decorators/api-hide-property.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/api-hide-property.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/api-property.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/api-property.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/apply-is-optional.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/apply-is-optional.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/args-type.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/args-type.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/create-property.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/create-property.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/directive.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/directive.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/extensions.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/extensions.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/field.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/field.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/input-type.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/input-type.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/interface-type.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/interface-type.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/partial-type.helper.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/partial-type.helper.js +0 -0
- package/dist/core/Nestjs/types/errors/cannot-determine-host-type.error.d.ts +0 -0
- package/dist/core/Nestjs/types/errors/cannot-determine-host-type.error.js +0 -0
- package/dist/core/Nestjs/types/errors/directive-parsing.error.d.ts +0 -0
- package/dist/core/Nestjs/types/errors/directive-parsing.error.js +0 -0
- package/dist/core/Nestjs/types/errors/unable-to-find-fields.error.d.ts +0 -0
- package/dist/core/Nestjs/types/errors/unable-to-find-fields.error.js +0 -0
- package/dist/core/Nestjs/types/errors/undefined-type.error.d.ts +0 -0
- package/dist/core/Nestjs/types/errors/undefined-type.error.js +0 -0
- package/dist/core/Nestjs/types/interfaces/add-class-type-metadata.util.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/add-class-type-metadata.util.js +0 -0
- package/dist/core/Nestjs/types/interfaces/base-type-options.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/base-type-options.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/class-decorator-factory.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/class-decorator-factory.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/complexity.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/complexity.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/field-middleware.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/field-middleware.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/open-api-spec.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/open-api-spec.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/resolve-type-fn.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/resolve-type-fn.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/return-type-func.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/return-type-func.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/schema-object-metadata.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/schema-object-metadata.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/type-options.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/type-options.interface.js +0 -0
- package/dist/core/Nestjs/types/lazy-metadata.storage.d.ts +0 -0
- package/dist/core/Nestjs/types/lazy-metadata.storage.js +0 -0
- package/dist/core/Nestjs/types/metadata/class.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/class.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/directive.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/directive.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/enum.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/enum.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/extensions.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/extensions.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/index.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/index.js +0 -0
- package/dist/core/Nestjs/types/metadata/interface.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/interface.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/object-type.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/object-type.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/param.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/param.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/property.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/property.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/resolver.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/resolver.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/union.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/union.metadata.js +0 -0
- package/dist/core/Nestjs/types/object-type.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/object-type.decorator.js +0 -0
- package/dist/core/Nestjs/types/omit-type.d.ts +0 -0
- package/dist/core/Nestjs/types/omit-type.js +0 -0
- package/dist/core/Nestjs/types/reflection.utils.d.ts +0 -0
- package/dist/core/Nestjs/types/reflection.utils.js +0 -0
- package/dist/core/Nestjs/types/set-metadata.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/set-metadata.decorator.js +0 -0
- package/dist/core/Nestjs/types/type-metadata.storage.d.ts +0 -0
- package/dist/core/Nestjs/types/type-metadata.storage.js +0 -0
- package/dist/core/Nestjs/types/utils/enum.utils.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/enum.utils.js +0 -0
- package/dist/core/Nestjs/types/utils/get-fields-and-decorator.util.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/get-fields-and-decorator.util.js +0 -0
- package/dist/core/Nestjs/types/utils/mapped-types.utils.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/mapped-types.utils.js +0 -0
- package/dist/core/Nestjs/types/utils/model-properties-accessor.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/model-properties-accessor.js +0 -0
- package/dist/core/Nestjs/types/utils/type-helpers.utils.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/type-helpers.utils.js +0 -0
- package/dist/core/types.d.ts +0 -0
- package/dist/core/types.js +0 -0
- package/dist/decorators.d.ts +0 -0
- package/dist/decorators.js +0 -0
- package/dist/generatorDatasource.d.ts +0 -0
- package/dist/generatorDatasource.js +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -0
- package/dist/loadRelations.d.ts +0 -0
- package/dist/loadRelations.js +0 -0
- package/dist/outputKeys.d.ts +0 -0
- package/dist/outputKeys.js +0 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
<img src="https://docs.goatlab.io/logo.png" alt="Logo" width="150" height="150">
|
|
13
13
|
</a>
|
|
14
14
|
|
|
15
|
-
<h3 align="center">GOAT-FLUENT</h3>
|
|
15
|
+
<h3 align="center">GOAT - FLUENT</h3>
|
|
16
16
|
|
|
17
17
|
<p align="center">
|
|
18
|
-
|
|
18
|
+
Fluent - Time Saving (TS) utils
|
|
19
19
|
<br />
|
|
20
|
-
<a href="https://docs.goatlab.io/#/0.
|
|
20
|
+
<a href="https://docs.goatlab.io/#/0.7.x/fluent/fluent"><strong>Explore the docs »</strong></a>
|
|
21
21
|
<br />
|
|
22
22
|
<br />
|
|
23
|
-
<a href="https://codesandbox.io/s/goat-nestjs-tytmv?file=/src/main.ts">View Demo</a>
|
|
24
23
|
·
|
|
25
24
|
<a href="https://github.com/goat-io/fluent/issues">Report Bug</a>
|
|
26
25
|
·
|
|
27
26
|
<a href="https://github.com/goat-io/fluent/issues">Request Feature</a>
|
|
28
27
|
</p>
|
|
28
|
+
</p>
|
|
29
29
|
</p>
|
|
30
30
|
|
|
31
31
|
# Goat - Fluent
|
|
@@ -34,147 +34,28 @@ Fluent query interface for Multiple database types and helpers for fast API gene
|
|
|
34
34
|
|
|
35
35
|
## Supported Databases
|
|
36
36
|
|
|
37
|
-
1.
|
|
38
|
-
2.
|
|
39
|
-
3.
|
|
40
|
-
4.
|
|
41
|
-
5.
|
|
42
|
-
6.
|
|
43
|
-
7.
|
|
44
|
-
8.
|
|
45
|
-
9.
|
|
46
|
-
10.
|
|
47
|
-
11.
|
|
48
|
-
12. LokiJS
|
|
49
|
-
13. In-memory
|
|
37
|
+
1. MongoDB\*
|
|
38
|
+
2. Mysql\*
|
|
39
|
+
3. MariaDB\*
|
|
40
|
+
4. SQLite\*
|
|
41
|
+
5. Postgres\*
|
|
42
|
+
6. CockroachDB\*
|
|
43
|
+
7. Microsoft SQL Server\*
|
|
44
|
+
8. Oracle\*
|
|
45
|
+
9. SAP Hana\*
|
|
46
|
+
10. sql.js\*
|
|
47
|
+
11. In-memory SQlite
|
|
50
48
|
|
|
51
49
|
Wrapper for TypeORM \*
|
|
52
50
|
|
|
53
|
-
Wrapper for firebase-admin and fireorm \*\*
|
|
54
|
-
|
|
55
51
|
### Installing
|
|
56
52
|
|
|
57
53
|
To install this package in your project, you can use the following command within your terminal.
|
|
58
54
|
|
|
59
55
|
```bash
|
|
60
|
-
|
|
56
|
+
yarn add @goatlab/fluent
|
|
61
57
|
```
|
|
62
58
|
|
|
63
59
|
### Documentation
|
|
64
60
|
|
|
65
|
-
To learn how to use this visit the [Goat Docs](https://docs.goatlab.io/#/0.
|
|
66
|
-
|
|
67
|
-
<!--
|
|
68
|
-
|
|
69
|
-
Packages that we need to replace
|
|
70
|
-
npm-pack-zip
|
|
71
|
-
@commitlint/prompt-cli
|
|
72
|
-
formiojs
|
|
73
|
-
react-native
|
|
74
|
-
multer-google-storage
|
|
75
|
-
nestjs-typed-dynamodb
|
|
76
|
-
-->
|
|
77
|
-
|
|
78
|
-
## Roadmap
|
|
79
|
-
|
|
80
|
-
See the [open issues](https://github.com/github_username/repo/issues) for a list of proposed features (and known issues).
|
|
81
|
-
|
|
82
|
-
<!-- CONTRIBUTING -->
|
|
83
|
-
|
|
84
|
-
## Contributing
|
|
85
|
-
|
|
86
|
-
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
|
|
87
|
-
|
|
88
|
-
We use a few tools to help with code styling, pre-commits, versioning, changelog and releases.
|
|
89
|
-
|
|
90
|
-
- [Pretty-quick](https://github.com/azz/pretty-quick)
|
|
91
|
-
- [Husky](https://github.com/typicode/husky)
|
|
92
|
-
- [Auto-changelog](https://github.com/CookPete/auto-changelog)
|
|
93
|
-
- [Release-it](https://github.com/release-it/release-it)
|
|
94
|
-
|
|
95
|
-
All of these should run out of the box with your dev dependencies
|
|
96
|
-
|
|
97
|
-
1. If you have an issue assigned, please include the issue code/id in the beginning of you commits.
|
|
98
|
-
2. Include the issue id also at the start of your PR message.
|
|
99
|
-
3. Fork the Project
|
|
100
|
-
4. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
|
|
101
|
-
5. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
|
102
|
-
6. Push to the Branch (`git push origin feature/AmazingFeature`)
|
|
103
|
-
7. Open a Pull Request
|
|
104
|
-
|
|
105
|
-
## Release Process
|
|
106
|
-
|
|
107
|
-
1. All PRs will be merge directly into Master. (If test are green)
|
|
108
|
-
2. Once we are ready to create a release, we will locally pull the latest master version and run the release process
|
|
109
|
-
|
|
110
|
-
If patch release
|
|
111
|
-
|
|
112
|
-
```
|
|
113
|
-
npm run release
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
If minor release
|
|
117
|
-
|
|
118
|
-
```
|
|
119
|
-
npm run release:minor
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
If mayor release
|
|
123
|
-
|
|
124
|
-
```
|
|
125
|
-
npm run release:mayor
|
|
126
|
-
```
|
|
127
|
-
|
|
128
|
-
This will start the release scripts including:
|
|
129
|
-
|
|
130
|
-
- Local tests
|
|
131
|
-
- Final version building
|
|
132
|
-
- Final release zip
|
|
133
|
-
- Tag
|
|
134
|
-
- Release
|
|
135
|
-
- Push
|
|
136
|
-
|
|
137
|
-
## Continuous Deployment
|
|
138
|
-
|
|
139
|
-
Continuous deployment is optional. We will trigger a deployment with every published release. The equivalent trigger in Github Actions is:
|
|
140
|
-
|
|
141
|
-
```yml
|
|
142
|
-
on:
|
|
143
|
-
release:
|
|
144
|
-
types: [published]
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
<!-- LICENSE -->
|
|
148
|
-
|
|
149
|
-
## License
|
|
150
|
-
|
|
151
|
-
Distributed under the MIT License. See `LICENSE` for more information.
|
|
152
|
-
|
|
153
|
-
<!-- CONTACT -->
|
|
154
|
-
|
|
155
|
-
## Contact
|
|
156
|
-
|
|
157
|
-
Ignacio Cabrera - [@twitter_handle](https://twitter.com/cabrerabywaters) - ignacio.cabrera@goatlab.io
|
|
158
|
-
|
|
159
|
-
<!-- ACKNOWLEDGEMENTS -->
|
|
160
|
-
|
|
161
|
-
## Acknowledgements
|
|
162
|
-
|
|
163
|
-
- [Tomas Castro]()
|
|
164
|
-
- []()
|
|
165
|
-
- []()
|
|
166
|
-
|
|
167
|
-
<!-- MARKDOWN LINKS & IMAGES -->
|
|
168
|
-
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
|
169
|
-
|
|
170
|
-
[contributors-url]: https://github.com/goat-io/fluent/graphs/contributors
|
|
171
|
-
[forks-url]: https://github.com/goat-io/fluent/network/members
|
|
172
|
-
[stars-shield]: https://img.shields.io/github/stars/goat-io/fluent?style=flat-square
|
|
173
|
-
[stars-url]: https://github.com/goat-io/fluent/stargazers
|
|
174
|
-
[issues-shield]: https://img.shields.io/github/issues/goat-io/fluent?style=flat-square
|
|
175
|
-
[issues-url]: https://github.com/goat-io/fluent/issues
|
|
176
|
-
[license-shield]: https://img.shields.io/github/license/goat-io/fluent?style=flat-square
|
|
177
|
-
[license-url]: https://github.com/goat-io/fluent/blob/master/LICENSE.txt
|
|
178
|
-
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
|
|
179
|
-
[linkedin-url]: https://linkedin.com/in/othneildrew
|
|
180
|
-
[product-screenshot]: images/screenshot.png
|
|
61
|
+
To learn how to use this visit the [Goat Docs](https://docs.goatlab.io/#/0.7.x/fluent/fluent)
|
package/dist/BaseConnector.d.ts
CHANGED
|
File without changes
|
package/dist/BaseConnector.js
CHANGED
|
File without changes
|
package/dist/Fluent.d.ts
CHANGED
|
File without changes
|
package/dist/Fluent.js
CHANGED
|
File without changes
|
package/dist/FluentEntity.d.ts
CHANGED
|
File without changes
|
package/dist/FluentEntity.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -43,15 +43,15 @@ export declare const NestedSchema: z.ZodObject<{
|
|
|
43
43
|
c: boolean;
|
|
44
44
|
d: string[];
|
|
45
45
|
} | undefined;
|
|
46
|
-
a: string[];
|
|
47
46
|
c: number;
|
|
47
|
+
a: string[];
|
|
48
48
|
}, {
|
|
49
49
|
b?: {
|
|
50
50
|
c: boolean;
|
|
51
51
|
d: string[];
|
|
52
52
|
} | undefined;
|
|
53
|
-
a: string[];
|
|
54
53
|
c: number;
|
|
54
|
+
a: string[];
|
|
55
55
|
}>;
|
|
56
56
|
export declare const TypeORMDataModelSchema: z.ZodObject<{
|
|
57
57
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -75,15 +75,15 @@ export declare const TypeORMDataModelSchema: z.ZodObject<{
|
|
|
75
75
|
c: boolean;
|
|
76
76
|
d: string[];
|
|
77
77
|
} | undefined;
|
|
78
|
-
a: string[];
|
|
79
78
|
c: number;
|
|
79
|
+
a: string[];
|
|
80
80
|
}, {
|
|
81
81
|
b?: {
|
|
82
82
|
c: boolean;
|
|
83
83
|
d: string[];
|
|
84
84
|
} | undefined;
|
|
85
|
-
a: string[];
|
|
86
85
|
c: number;
|
|
86
|
+
a: string[];
|
|
87
87
|
}>>;
|
|
88
88
|
test: z.ZodBoolean;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -95,8 +95,8 @@ export declare const TypeORMDataModelSchema: z.ZodObject<{
|
|
|
95
95
|
c: boolean;
|
|
96
96
|
d: string[];
|
|
97
97
|
} | undefined;
|
|
98
|
-
a: string[];
|
|
99
98
|
c: number;
|
|
99
|
+
a: string[];
|
|
100
100
|
} | undefined;
|
|
101
101
|
test: boolean;
|
|
102
102
|
}, {
|
|
@@ -108,8 +108,8 @@ export declare const TypeORMDataModelSchema: z.ZodObject<{
|
|
|
108
108
|
c: boolean;
|
|
109
109
|
d: string[];
|
|
110
110
|
} | undefined;
|
|
111
|
-
a: string[];
|
|
112
111
|
c: number;
|
|
112
|
+
a: string[];
|
|
113
113
|
} | undefined;
|
|
114
114
|
test: boolean;
|
|
115
115
|
}>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/cache.d.ts
CHANGED
|
File without changes
|
package/dist/cache.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|