We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b9446 commit cd04edeCopy full SHA for cd04ede
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mqxym/cryptit",
3
- "version": "0.2.11",
+ "version": "0.2.12",
4
"description": "Modern, cross-platform AES-GCM 256 / XChaCha20Poly1305 + Argon2-id encryption for files and text.",
5
"type": "module",
6
"keywords": [
packages/node-runtime/src/cli.ts
@@ -10,7 +10,7 @@ import { createCryptit } from './index.js';
10
import { Cryptit } from '../../core/src/index.js';
11
import { dirname } from 'node:path';
12
13
-const PKG_VERSION = '0.2.11'; // sync with root package.json
+const PKG_VERSION = '0.2.12'; // sync with root package.json
14
15
async function promptPass(): Promise<string> {
16
if (!stdin.isTTY) throw new Error('STDIN not a TTY; use --pass');
0 commit comments