Skip to content

Commit 6477c76

Browse files
committed
chore: bump @honeide/editor to ^0.3.1
0.3.1 ships the fixes I had to hand-patch into node_modules previously: - native/macos/examples/ is now in the tarball (demo_editor, demo_window, demo_treesitter) so the `[[example]]` Cargo.toml entries resolve. - perry-ffi path-dep is documented inline (see PerryTS/perry#1112) — the relative `../../../../perry/perry/crates/perry-ffi` still requires a sibling-checkout layout but at least there's a comment explaining why. Also pulled in new transitive deps (tree-sitter-wasms, web-tree-sitter) that 0.3 added for TextMate-quality highlighting via tree-sitter grammars. No source-side changes; existing local-only patches in node_modules can be removed (they're now upstream).
1 parent 2863473 commit 6477c76

2 files changed

Lines changed: 31 additions & 7 deletions

File tree

package-lock.json

Lines changed: 22 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
"description": "A fast, native MongoDB GUI — built with Perry",
55
"main": "src/app.ts",
66
"perry": {
7-
"targets": ["macos", "ios", "android", "linux", "windows", "web"],
7+
"targets": [
8+
"macos",
9+
"ios",
10+
"android",
11+
"linux",
12+
"windows",
13+
"web"
14+
],
815
"icon": "logo/mango-app-icon.svg",
916
"splash": {
1017
"image": "logo/mango-app-icon-256.png",
@@ -33,7 +40,7 @@
3340
"author": "Skelpo GmbH",
3441
"license": "MIT",
3542
"dependencies": {
36-
"@honeide/editor": "^0.2.2",
43+
"@honeide/editor": "^0.3.1",
3744
"@perryts/mongodb": "^0.1.1"
3845
}
3946
}

0 commit comments

Comments
 (0)