@interop/did-cli 0.6.0 → 0.7.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # History
2
2
 
3
- ## 0.7.0 - TBD
3
+ ## 0.7.0-0.7.1 - 2026-06-11
4
4
 
5
5
  ### Changed
6
6
 
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # DID CLI wallet _(@interop/did-cli)_
2
2
 
3
+ [![Node.js CI](https://github.com/interop-alliance/did-cli-typescript/workflows/CI/badge.svg)](https://github.com/interop-alliance/did-cli-typescript/actions?query=workflow%3A%22CI%22)
4
+ [![NPM Version](https://img.shields.io/npm/v/@interop/did-cli.svg)](https://npm.im/@interop/did-cli)
5
+
3
6
  > A command line client for managing DIDs, VCs, zCaps, and corresponding cryptographic key pairs, written in Typescript.
4
7
 
5
8
  ## Table of Contents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interop/did-cli",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "description": "DID CLI tool for DIDs, Verifiable Credentials, key pairs, and zcaps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -59,6 +59,18 @@
59
59
  "typescript-eslint": "^8.58.2"
60
60
  },
61
61
  "publishConfig": {
62
- "access": "public"
63
- }
62
+ "access": "public",
63
+ "provenance": true
64
+ },
65
+ "author": {
66
+ "name": "Interop Alliance",
67
+ "url": "https://github.com/interop-alliance/"
68
+ },
69
+ "license": "MIT",
70
+ "repository": {
71
+ "type": "git",
72
+ "url": "git+https://github.com/interop-alliance/did-cli-typescript.git"
73
+ },
74
+ "homepage": "https://github.com/interop-alliance/did-cli-typescript",
75
+ "bugs": "https://github.com/interop-alliance/did-cli-typescript/issues"
64
76
  }