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