Skip to content

Commit c582b73

Browse files
jeff-zuckerclaude
andcommitted
release v2.1.9: plugin creator, App Builder removal, maximized startup
Version bump. Artifacts: linux AppImage, mac/win zips, android apk; packaged-smoke green; release:check OK. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c562ad0 commit c582b73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "data-kitchen",
33
"author": "Jeff Zucker <dubzed@gmail.com>",
4-
"version": "2.1.8",
4+
"version": "2.1.9",
55
"type": "module",
66
"description": "Electron app packaging a Solid server (pivot), a CORS proxy, and a shell for Solid & federated apps.",
77
"homepage": "https://github.com/solidOS/data-kitchen",
@@ -44,13 +44,13 @@
4444
"sol-components": "^2.4.1"
4545
},
4646
"devDependencies": {
47+
"component-interop": "^0.3.0",
4748
"electron": "^40.1.0",
4849
"electron-builder": "^24.0.0",
4950
"esbuild": "^0.28.1",
5051
"n3": "^2.0.4",
5152
"playwright-core": "^1.61.0",
52-
"rdf-validate-shacl": "^0.6.5",
53-
"component-interop": "^0.3.0"
53+
"rdf-validate-shacl": "^0.6.5"
5454
},
5555
"build": {
5656
"appId": "com.data-kitchen",

0 commit comments

Comments
 (0)