@dinanathdash/envault-sdk 1.0.2 → 1.0.4

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.
package/README.md CHANGED
@@ -41,3 +41,4 @@ Runtime behavior:
41
41
 
42
42
  Release note:
43
43
  - Package versioning and npm publication are managed by semantic-release workflows.
44
+ - Repository metadata is included in package manifests for npm provenance checks.
@@ -3874,7 +3874,7 @@ var import_node_path = __toESM(require("path"), 1);
3874
3874
  var import_node_url = require("url");
3875
3875
 
3876
3876
  // version.ts
3877
- var SDK_VERSION = "1.0.1";
3877
+ var SDK_VERSION = "1.0.3";
3878
3878
 
3879
3879
  // agent-interceptor.ts
3880
3880
  var EnvaultAgentClient = class {