-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Version Packages (#33)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @nest-lab/[email protected] ### Minor Changes - bc9bbdf: Add a new AndGuard to handle complex logical cases With the new `AndGuard` it is now possible to create logical cases like `(A && B) || C` using the `OrGuard` and a composite guard approach. Check out the docs for more info
- nx_successful_ci_run__8196536519__2024-03-08-0008-UTC
- nx_successful_ci_run__8196329862__2024-03-07-2340-UTC
- nx_successful_ci_run__8193739985__2024-03-07-1929-UTC
- nx_successful_ci_run__7821345824__2024-02-07-2124-UTC
- nx_successful_ci_run__7821326782__2024-02-07-2122-UTC
- nx_successful_ci_run__7213594686__2023-12-14-1925-UTC
- nx_successful_ci_run__10493820516__2024-08-21-1634-UTC
- nx_successful_ci_run__10493807851__2024-08-21-1633-UTC
- nx_successful_ci_run__10476271302__2024-08-20-1724-UTC
- nx_successful_ci_run__9007029786__2024-05-08-1855-UTC
- nx_successful_ci_run__9007013791__2024-05-08-1853-UTC
- @nest-lab/typeschema@1.1.0
- @nest-lab/typeschema@1.0.0
- @nest-lab/typeschema@0.2.1
- @nest-lab/throttler-storage-redis@1.1.0
- @nest-lab/throttler-storage-redis@1.0.0
- @nest-lab/or-guard@2.6.0
- @nest-lab/or-guard@2.5.0
- @nest-lab/or-guard@2.4.1
- @nest-lab/or-guard@2.4.0
- @nest-lab/or-guard@2.3.0
- @nest-lab/fastify-multer@1.3.0
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/jmcdo29" | ||
}, | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|