@dotsec/core 5.0.0-feat-local-encryption.b2fe38b → 5.0.0-feat-local-encryption.5376328

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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -74,6 +74,8 @@ const typescript = schemaToTypescript(schemaSource); // TypeScript declaratio
74
74
  - `@min-length` / `@max-length` — string length constraints
75
75
  - `@not-empty` — value must not be empty
76
76
  - `@optional` — key not required in schema validation
77
+ - `@description` — human-readable description
78
+ - `@deprecated` — mark key as deprecated (optional message)
77
79
  - `@push=aws-ssm|aws-secrets-manager` — push targets with options
78
80
  - `@provider=local|aws`, `@key-id`, `@region` — file-level encryption config
79
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotsec/core",
3
- "version": "5.0.0-feat-local-encryption.b2fe38b",
3
+ "version": "5.0.0-feat-local-encryption.5376328",
4
4
  "description": "Native Node.js bindings for dotsec — parse, validate, and format .env files",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -26,12 +26,12 @@
26
26
  "url": "https://github.com/jpwesselink/dotsec-rs"
27
27
  },
28
28
  "optionalDependencies": {
29
- "@dotsec/core-darwin-arm64": "5.0.0-feat-local-encryption.b2fe38b",
30
- "@dotsec/core-darwin-x64": "5.0.0-feat-local-encryption.b2fe38b",
31
- "@dotsec/core-linux-x64-gnu": "5.0.0-feat-local-encryption.b2fe38b",
32
- "@dotsec/core-linux-arm64-gnu": "5.0.0-feat-local-encryption.b2fe38b",
33
- "@dotsec/core-win32-x64-msvc": "5.0.0-feat-local-encryption.b2fe38b",
34
- "@dotsec/core-win32-arm64-msvc": "5.0.0-feat-local-encryption.b2fe38b"
29
+ "@dotsec/core-darwin-arm64": "5.0.0-feat-local-encryption.5376328",
30
+ "@dotsec/core-darwin-x64": "5.0.0-feat-local-encryption.5376328",
31
+ "@dotsec/core-linux-x64-gnu": "5.0.0-feat-local-encryption.5376328",
32
+ "@dotsec/core-linux-arm64-gnu": "5.0.0-feat-local-encryption.5376328",
33
+ "@dotsec/core-win32-x64-msvc": "5.0.0-feat-local-encryption.5376328",
34
+ "@dotsec/core-win32-arm64-msvc": "5.0.0-feat-local-encryption.5376328"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"