Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified packages/cli/src/utils/lint-view-refs.ts
Binary file not shown.
Binary file modified packages/lint/src/build-access-matrix.ts
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/metadata-protocol/src/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3051,7 +3051,7 @@ export class ObjectStackProtocolImplementation implements ObjectStackProtocol {
// language until a hard refresh (issue #1319). Folding the resolved
// locale into the hash gives each locale a distinct validator.
const content = JSON.stringify(item);
const hash = simpleHash(request.locale ? `${request.locale}${content}` : content);
const hash = simpleHash(request.locale ? `${request.locale}\u0000${content}` : content);
const etag = { value: hash, weak: false };

// Check If-None-Match header
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified packages/services/service-storage/src/attachment-access-hooks.ts
Binary file not shown.
Loading