@uagents/syncenv-cli 0.1.4 → 0.1.6

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.
@@ -14,8 +14,8 @@ import {
14
14
  saveEncryptedKEK,
15
15
  saveKEKPassword,
16
16
  unlockAndStoreKEK
17
- } from "./chunk-JBMZAAVP.js";
18
- import "./chunk-OVEYHV4C.js";
17
+ } from "./chunk-LWTV6MO2.js";
18
+ import "./chunk-YXE467TO.js";
19
19
  export {
20
20
  cacheKEKInMemory,
21
21
  canAutoUnlock,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uagents/syncenv-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "CLI for SyncEnv - Secure environment variable synchronization",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/js-yaml": "^4.0.9",
33
- "@types/node": "^22.19.0",
33
+ "@types/node": "^22.19.11",
34
34
  "esbuild": "^0.25.12",
35
35
  "postject": "^1.0.0-alpha.6",
36
36
  "tsup": "^8.0.0",
@@ -42,10 +42,13 @@
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsup src/index.ts --format esm --out-dir dist --clean",
45
- "build:sea-bundle": "node scripts/bundle-for-sea.js",
45
+ "sea:bundle": "node scripts/sea-bundle.js",
46
46
  "dev": "tsup src/index.ts --format esm --out-dir dist --watch --clean",
47
- "build:sea": "node scripts/build-sea.js",
48
- "build:sea:all": "node scripts/build-sea-all.js",
47
+ "sea:build": "node scripts/sea-build.js",
48
+ "sea:build:all": "node scripts/sea-build-all.js",
49
+ "publish:npm": "node scripts/publish-npm.js",
50
+ "publish:r2": "node scripts/publish-r2.js",
51
+ "release": "./scripts/release.sh",
49
52
  "typecheck": "tsc --noEmit",
50
53
  "lint": "eslint src --ext .ts",
51
54
  "test": "vitest run"