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 9841d9ae51dc7e08e7d03cd55e738eccb20f0cdb 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}