Content-addressed version deploy system for Diffuse elements.diffuse.sh
0
fork

Configure Feed

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

at d0497edad77089a3989c4f4e882d29d2102f57fa 10 lines 225 B view raw
1import * as Path from "@std/path"; 2import { kJSON } from "@atikayda/kjson"; 3 4export function diffuseVersion() { 5 return kJSON.parse( 6 Deno.readTextFileSync( 7 Path.join("diffuse", "deno.jsonc"), 8 ), 9 ).version; 10}