Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
86
fork

Configure Feed

Select the types of activity you want to include in your feed.

cli bump to v1.1.0

+19 -19
+7 -7
apps/main-app/public/editor/tabs/CLITab.tsx
··· 9 9 { 10 10 platform: 'macOS (Apple Silicon)', 11 11 filename: 'wisp-cli-aarch64-darwin', 12 - sha256: '70ffab694c6c19807dc234eb8e85da358406166230c4dfc4ac2de141b1e9000f', 12 + sha256: 'ccf8076d13a32806cd2902941d9ce2825915a7c9c82867288c0921c2eae4db7a', 13 13 }, 14 14 { 15 15 platform: 'macOS (Intel)', 16 16 filename: 'wisp-cli-x86_64-darwin', 17 - sha256: '19bcd4126382e4d442a5590d65de5d06feb78094bacaf7e17514d25f3999932a', 17 + sha256: '9ca9e9f4dbfd6422529bcfda1fcbf12ea3b84b19dcbf212b1c3ee46f488306c9', 18 18 }, 19 19 { 20 20 platform: 'Linux (ARM64)', 21 21 filename: 'wisp-cli-aarch64-linux', 22 - sha256: 'a8999f210d0a8b7bb11ce6f592c8dc4c7e889066e215040812b607db677ada2a', 22 + sha256: '83cff4775f85f597c62fa50d027108b4228feff3c927300fed0d44bc2922dedb', 23 23 }, 24 24 { 25 25 platform: 'Linux (x86_64)', 26 26 filename: 'wisp-cli-x86_64-linux', 27 - sha256: '5948d8842e0f7578b00b9ad08d77e5bac0cf3b2fe65f2b19c631868e94ad025a', 27 + sha256: '99225a569f4ad395ca52055f5d602f1d8d649bc9ea9d542e303469a700fa3a73', 28 28 }, 29 29 { 30 30 platform: 'Windows (x86_64)', 31 31 filename: 'wisp-cli-x86_64-windows.exe', 32 - sha256: '18c207001cf4d47961cfca63bf149a913d31ffa4ef04c2b01379b7274480d36e', 32 + sha256: '65da77e8868c8fb900b788e9c613866f7af3920a0274bdb1e76a4ca4b930c5a8', 33 33 }, 34 34 ] as const 35 35 ··· 58 58 <div className="flex items-center gap-2"> 59 59 <span className="text-sm font-semibold">Wisp CLI</span> 60 60 <Badge variant="secondary" className="text-xs"> 61 - v1.0.0 61 + v1.1.0 62 62 </Badge> 63 63 </div> 64 64 <div className="flex items-center gap-4"> ··· 100 100 101 101 {/* Binary downloads */} 102 102 <div className="p-4 border-b border-border/50"> 103 - <SectionLabel>Binary Downloads v1.0.0</SectionLabel> 103 + <SectionLabel>Binary Downloads v1.1.0</SectionLabel> 104 104 <div className="grid grid-cols-2 gap-2"> 105 105 {BINARIES.map(({ platform, filename, sha256 }) => ( 106 106 <a
+1 -1
bun.lock
··· 161 161 }, 162 162 "cli": { 163 163 "name": "wispctl", 164 - "version": "1.0.10", 164 + "version": "1.1.0", 165 165 "bin": { 166 166 "wispctl": "dist/index.js", 167 167 },
+1 -1
cli/index.ts
··· 142 142 } 143 143 } 144 144 145 - program.name('wisp-cli').description('CLI for wisp.place - deploy static sites to the AT Protocol').version('1.0.0') 145 + program.name('wisp-cli').description('CLI for wisp.place - deploy static sites to the AT Protocol').version('1.1.0') 146 146 147 147 // Deploy command (default) 148 148 program
+1 -1
cli/package.json
··· 1 1 { 2 2 "name": "wispctl", 3 - "version": "1.0.10", 3 + "version": "1.1.0", 4 4 "main": "./dist/index.js", 5 5 "devDependencies": { 6 6 "@atproto/api": "^0.18.17",
+7 -7
docs/src/content/docs/cli.md
··· 1 1 --- 2 - title: Wisp CLI v1.0.0 2 + title: Wisp CLI v1.1.0 3 3 description: Command-line tool for deploying static sites to the AT Protocol 4 4 --- 5 5 ··· 19 19 20 20 <div class="downloads"> 21 21 22 - <h2>Download v1.0.0</h2> 22 + <h2>Download v1.1.0</h2> 23 23 24 24 <a href="https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-aarch64-darwin" class="download-link" download=""> 25 25 ··· 54 54 <h3 style="margin-top: 1.5rem; margin-bottom: 0.5rem;">SHA-256 Checksums</h3> 55 55 56 56 <pre style="font-size: 0.75rem; padding: 1rem;" class="language-bash" tabindex="0"><code class="language-bash"> 57 - 70ffab694c6c19807dc234eb8e85da358406166230c4dfc4ac2de141b1e9000f wisp-cli-aarch64-darwin 58 - 19bcd4126382e4d442a5590d65de5d06feb78094bacaf7e17514d25f3999932a wisp-cli-x86_64-darwin 59 - a8999f210d0a8b7bb11ce6f592c8dc4c7e889066e215040812b607db677ada2a wisp-cli-aarch64-linux 60 - 5948d8842e0f7578b00b9ad08d77e5bac0cf3b2fe65f2b19c631868e94ad025a wisp-cli-x86_64-linux 61 - 18c207001cf4d47961cfca63bf149a913d31ffa4ef04c2b01379b7274480d36e wisp-cli-x86_64-windows.exe 57 + ccf8076d13a32806cd2902941d9ce2825915a7c9c82867288c0921c2eae4db7a wisp-cli-aarch64-darwin 58 + 9ca9e9f4dbfd6422529bcfda1fcbf12ea3b84b19dcbf212b1c3ee46f488306c9 wisp-cli-x86_64-darwin 59 + 83cff4775f85f597c62fa50d027108b4228feff3c927300fed0d44bc2922dedb wisp-cli-aarch64-linux 60 + 99225a569f4ad395ca52055f5d602f1d8d649bc9ea9d542e303469a700fa3a73 wisp-cli-x86_64-linux 61 + 65da77e8868c8fb900b788e9c613866f7af3920a0274bdb1e76a4ca4b930c5a8 wisp-cli-x86_64-windows.exe 62 62 </code></pre> 63 63 64 64 </div>
+2 -2
packages/create-wisp/package.json
··· 1 1 { 2 2 "name": "create-wisp", 3 - "version": "1.0.10", 3 + "version": "1.1.0", 4 4 "description": "CLI for wisp.place - deploy static sites to the AT Protocol", 5 5 "type": "module", 6 6 "bin": { ··· 10 10 "bin.js" 11 11 ], 12 12 "dependencies": { 13 - "wispctl": "^1.0.10" 13 + "wispctl": "^1.1.0" 14 14 } 15 15 }