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 6bd5d63a46b9bbcdfca2e618c724975af1e87d00 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}