@cef-ebsi/cli 1.3.0 → 1.3.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.
@@ -29,7 +29,7 @@
29
29
  "type": "IssuanceCertificate"
30
30
  },
31
31
  "credentialSchema": {
32
- "id": "ebsi:pilot:trusted-schemas-registry:/schemas/zDjVp7fDTKbhqFUuCSQ7tvxGMPjns8KeyqfMSFUREuyq8",
32
+ "id": "ebsi:pilot:trusted-schemas-registry:/schemas/z6pHzVWcE9hygBq8UWRXXyR8nRst6rUXMKUkTjMoh3sfJ",
33
33
  "type": "FullJsonSchemaValidator2021"
34
34
  }
35
35
  }
@@ -23,7 +23,7 @@ set payloadVcTnl.credentialSubject.nodes resultHealth.nodesOk
23
23
 
24
24
  # Other updates
25
25
  set payloadVcTnl.termsOfUse.id user.accreditationUrl
26
- set payloadVcTnl.credentialSchema.id ebsi: payloadVcTnl.credentialSubject.environment :trusted-schemas-registry:/schemas/zDjVp7fDTKbhqFUuCSQ7tvxGMPjns8KeyqfMSFUREuyq8
26
+ set payloadVcTnl.credentialSchema.id ebsi: payloadVcTnl.credentialSubject.environment :trusted-schemas-registry:/schemas/z6pHzVWcE9hygBq8UWRXXyR8nRst6rUXMKUkTjMoh3sfJ
27
27
 
28
28
  # Issue the credential
29
29
  vcTnl: compute createVcJwt payloadVcTnl {} ES256
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cef-ebsi/cli",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "EBSI Command Line Interface",
5
5
  "license": "EUPL-1.2",
6
6
  "type": "module",