Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/get-organizati…
Browse files Browse the repository at this point in the history
…ons-by-email-paginated
  • Loading branch information
vhaalmeida committed Aug 29, 2024
2 parents 95fa771 + a03d972 commit d093703
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.44.3] - 2024-08-22

### Fixed
- add new auth metric field

## [1.44.2] - 2024-08-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storefront-permissions",
"vendor": "vtex",
"version": "1.44.2",
"version": "1.44.3",
"title": "Storefront Permissions",
"description": "Manage User's permissions on apps that relates to this app",
"mustUpdateAt": "2022-08-28",
Expand Down
2 changes: 2 additions & 0 deletions node/directives/checkUserAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class CheckUserAccess extends SchemaDirectiveVisitor {
hasApiToken,
hasValidApiToken,
hasStoreToken,
hasCurrentValidStoreToken,
hasValidStoreToken,
hasAdminTokenOnHeader,
hasValidAdminTokenOnHeader,
Expand Down Expand Up @@ -122,6 +123,7 @@ export class CheckUserAccess extends SchemaDirectiveVisitor {
hasApiToken,
hasValidApiToken,
hasStoreToken,
hasCurrentValidStoreToken,
hasValidStoreToken,
hasAdminTokenOnHeader,
hasValidAdminTokenOnHeader,
Expand Down
1 change: 1 addition & 0 deletions node/metrics/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface AuthAuditMetric {
hasAdminToken?: boolean
hasValidAdminToken?: boolean
hasStoreToken?: boolean
hasCurrentValidStoreToken?: boolean
hasValidStoreToken?: boolean
hasApiToken?: boolean
hasValidApiToken?: boolean
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtex.checkout-ui-custom",
"version": "1.44.2",
"version": "1.44.3",
"dependencies": {
"@vtex/api": "6.47.0",
"atob": "^2.1.2",
Expand Down

0 comments on commit d093703

Please sign in to comment.