Skip to content

Commit

Permalink
simple_d_ton:0.0.17 - unicode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
The Whale authored and The Whale committed May 6, 2024
1 parent a79b39c commit f209788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions simple_d_ton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ async function simple_d_ton(req, res, options = {}) {
patches = patches.map((p) => ({
...p,
range: p.range.match(/\d+/g).map((x) => parseInt(x)),
...(p.content ? {content: [...p.content]} : {}),
}))

let og_v = req.version[0] || `${Math.random().toString(36).slice(2, 7)}-0`
Expand Down
2 changes: 1 addition & 1 deletion simple_d_ton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple_d_ton",
"version": "0.0.16",
"version": "0.0.17",
"description": "Serve diamond-types and simpleton requests.",
"author": "Braid Working Group",
"repository": "braid-org/braidjs",
Expand Down

0 comments on commit f209788

Please sign in to comment.