@proofhound/crypto 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@proofhound/crypto",
3
- "version": "0.1.6",
4
- "description": "共享对称加密 util — AES-256-GCM 加解密 API KEY / 凭证密文,server / worker / seed 唯一事实标准",
3
+ "version": "0.1.8",
4
+ "description": "Shared symmetric encryption util — AES-256-GCM encryption/decryption of API keys / credential ciphertexts, the single source of truth for server / worker / seed",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "scripts": {
32
32
  "build": "rm -rf dist && tsc -p tsconfig.build.json",
33
- "typecheck": "tsc --noEmit",
33
+ "typecheck": "tsc --noEmit --incremental false",
34
34
  "lint": "eslint \"src/**/*.ts\"",
35
35
  "test": "vitest run",
36
36
  "test:unit": "vitest run",