@promptbook/types
Advanced tools
Comparing version 0.85.0-4 to 0.85.0-5
/// <reference types="node" /> | ||
import type fs from 'node:fs/promises'; | ||
import type fs from 'fs/promises'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Container for all the tools needed to manipulate with filesystem |
{ | ||
"name": "@promptbook/types", | ||
"version": "0.85.0-4", | ||
"version": "0.85.0-5", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -48,4 +48,4 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.85.0-4" | ||
"@promptbook/core": "0.85.0-5" | ||
} | ||
} |
588319