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 b0abf1900fe3207d8afff4ec3e1329f69511b577 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}