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
6 changes: 3 additions & 3 deletions .vref/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"file": "screenshots/screens/screens-files.png",
"capturedAt": "2026-07-29T09:29:31.000Z",
"sizeBytes": 193948,
"sizeBytes": 257220,
"tags": [
"files",
"list"
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"file": "screenshots/screens/screens-downloads.png",
"capturedAt": "2026-07-29T06:45:16.000Z",
"sizeBytes": 223158,
"sizeBytes": 228477,
"tags": [
"downloads"
],
Expand Down Expand Up @@ -206,7 +206,7 @@
},
"file": "screenshots/screens/screens-move-files.png",
"capturedAt": "2026-07-28T15:25:09.000Z",
"sizeBytes": 139174,
"sizeBytes": 188701,
"tags": [
"files",
"sheet"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@putdotio/design": "^1.5.0",
"@putdotio/vref": "^1.1.1",
"@putdotio/vref": "^1.2.0",
"@types/node": "^24.13.3",
"playwright": "^1.62.0",
"typescript": "^7.0.2"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ packages:
# fine on the JS fallback, so skip the native compile.
allowBuilds:
msgpackr-extract: false
# @putdotio/vref 1.1.1 is ours and was published the same day this landed, so it
# @putdotio/vref 1.2.0 is ours and was published the same day this landed, so it
# trips the minimum-release-age gate. Drop this entry once the version has aged
# past the threshold; it is a timing carve-out, not a standing exception.
minimumReleaseAgeExclude:
- '@putdotio/vref@1.1.1'
- '@putdotio/vref@1.2.0'