Skip to content

Commit

Permalink
originator and destination fields now supports utf8 chars.
Browse files Browse the repository at this point in the history
The To header is optional now.

Headers that longer than 998 chars will raise and error.

dependencies updated.

added type=module to package.json to fully switch to esmodule format.

message content is now chunked to 78 chars per line. this feature cost to two dependencies (runes and underscore:chunk).
  • Loading branch information
muratgozel committed Dec 31, 2022
1 parent edbed23 commit 5741465
Show file tree
Hide file tree
Showing 20 changed files with 5,294 additions and 1,566 deletions.
25 changes: 12 additions & 13 deletions .releaser.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"versioning": {
"scheme": "semver"
},
"npm": {
"enable": true,
"updatePkgJson": true,
"publish": true
},
"github": {
"enable": true,
"release": true
}
}
"versioningScheme": "semver",
"versioningPrefix": "v",
"npmUpdatePackageVersion": true,
"npmPublishPackage": true,
"githubRelease": true,
"location": ".releaser.json",
"npmPublishPackageArgs": [],
"gitlabRelease": false,
"dockerBuildPath": ".",
"dockerBuildArgs": [],
"dockerPushArgs": []
}
452 changes: 293 additions & 159 deletions dist/browser/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/browser/cjs/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5741465

Please sign in to comment.