@interop/edv-client 17.0.0 → 17.0.1

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 +3 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # JavaScript Encrypted Data Vault Client _(@interop/edv-client)_
2
2
 
3
+ [![Node.js CI](https://github.com/interop-alliance/edv-client/workflows/CI/badge.svg)](https://github.com/interop-alliance/edv-client/actions?query=workflow%3A%22CI%22)
4
+ [![NPM Version](https://img.shields.io/npm/v/@interop/edv-client.svg)](https://npm.im/@interop/edv-client)
5
+
3
6
  > A JavaScript library for Web and node.js apps for interfacing with a remote
4
7
  > Encrypted Data Vault server
5
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interop/edv-client",
3
- "version": "17.0.0",
3
+ "version": "17.0.1",
4
4
  "description": "JavaScript Encrypted Data Vault",
5
5
  "license": "BSD-3-Clause",
6
6
  "type": "module",
@@ -107,6 +107,7 @@
107
107
  "node": ">=24.0"
108
108
  },
109
109
  "publishConfig": {
110
- "access": "public"
110
+ "access": "public",
111
+ "provenance": true
111
112
  }
112
113
  }