Skip to content

Commit ae3dffd

Browse files
chore: version packages (#309)
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 ## @farcaster/jfs@0.3.0 ### Minor Changes - 45afe7e: Build `@farcaster/jfs` with `tsup` and publish proper ESM/CJS entrypoints. The package now exposes real dual-format exports with working `import` and `require` entrypoints. Deep imports such as `@farcaster/jfs/dist/*` are no longer supported now that the package uses an `exports` map. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45afe7e commit ae3dffd

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/tough-mugs-visit.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/jfs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @farcaster/jfs
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 45afe7e: Build `@farcaster/jfs` with `tsup` and publish proper ESM/CJS entrypoints.
8+
9+
The package now exposes real dual-format exports with working `import` and `require` entrypoints.
10+
11+
Deep imports such as `@farcaster/jfs/dist/*` are no longer supported now that the package uses an `exports` map.
12+
313
## 0.2.2
414

515
### Patch Changes

packages/jfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/jfs",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "JSON Farcaster Signature implementation",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)