drafted 1.14.21 → 1.14.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install-mcp.sh +1 -1
- package/package.json +1 -1
package/install-mcp.sh
CHANGED
|
@@ -161,7 +161,7 @@ install_portable_node() {
|
|
|
161
161
|
mkdir -p "$HOME/.drafted"
|
|
162
162
|
node_dir="$HOME/.drafted/node"
|
|
163
163
|
tmp="$(mktemp -d)"
|
|
164
|
-
filename="$(curl -fsSL https://nodejs.org/dist/latest-v22.x/SHASUMS256.txt | awk "/node-v.*-${platform}-${arch}\\.tar\\.xz/ {print
|
|
164
|
+
filename="$(curl -fsSL https://nodejs.org/dist/latest-v22.x/SHASUMS256.txt | awk "/node-v.*-${platform}-${arch}\\.tar\\.xz/ {print \$2; exit}")"
|
|
165
165
|
if [ -z "$filename" ]; then
|
|
166
166
|
fail "Could not find Node.js 22 download for $platform-$arch"
|
|
167
167
|
exit 1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drafted",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.22",
|
|
4
4
|
"description": "Drafted — visual thinking surface for humans and AI agents. Renders HTML, markdown, images, and code as frames on a zoomable canvas, with MCP tools for AI agents and real-time sync for humans.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|