Commit 5e2c95d
chore(deps): bump gitsheets to ^1.2.0
Updates the explicit range in apps/api/package.json to ^1.2.0 (was ^1.0.3,
which already permitted 1.x.y resolution but pinned the lockfile to a
specific 1.0.x build). Implicitly tested against 1.1.x and 1.2.x via npm
install resolution across every plan in this session — explicit bump lets
future readers see the intended floor.
What 1.0.5 / 1.1.0 / 1.2.0 added (release notes for context, no code
changes here):
- 1.0.5: PushDaemon non-FF detection + startup-backlog; Sheet.query
AbortSignal support. Both are forward-useful but not yet wired into
our codebase — tracked in #34 (AbortSignal) and #37 (startPushDaemon
wiring with NFF discrimination).
- 1.1.0: Sheet.diffFrom, Sheet.attachments iterator + deleteAttachment,
Repository.openSheet({prefix}), CLI buildout. The new attachment APIs
matter for the deferred avatar route — tracked in #32.
- 1.2.0: Content-typed records (markdown + frontmatter), lazy body
loading, pluggable format module. Tracked in #44 (broad migration)
and #45 (blog-post revival).
`npm install` regenerates package-lock.json to pin gitsheets@1.2.0 and
its new transitives (rfc6902, csv-parse, csv-stringify, markdownlint).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1de6998 commit 5e2c95d
2 files changed
Lines changed: 241 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments