@interop/was-conformance-suite 0.1.2 → 0.2.0

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 -2
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![NPM Version](https://img.shields.io/npm/v/@interop/was-conformance-suite.svg)](https://npm.im/@interop/was-conformance-suite)
5
5
 
6
6
  > Conformance test suite for
7
- > [Wallet Attached Storage (WAS)](https://digitalcredentials.github.io/wallet-attached-storage-spec/)
7
+ > [Wallet Attached Storage (WAS)](https://w3c-ccg.github.io/wallet-attached-storage-spec/)
8
8
  > servers, runnable as a CLI, in the browser, or as a library.
9
9
 
10
10
  ## Table of Contents
@@ -30,7 +30,7 @@ policies, change queries, encryption markers, ZCap delegation, and space
30
30
  export/import. It never inspects server internals -- point it at a server URL
31
31
  (plus an optional onboarding token, if the server gates provisioning) and it
32
32
  reports per-test pass/fail results against the
33
- [WAS spec](https://digitalcredentials.github.io/wallet-attached-storage-spec/).
33
+ [WAS spec](https://w3c-ccg.github.io/wallet-attached-storage-spec/).
34
34
 
35
35
  ### The server URL must be byte-identical everywhere
36
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@interop/was-conformance-suite",
3
3
  "description": "Conformance test suite for Wallet Attached Storage (WAS) servers, runnable as a CLI or in the browser.",
4
- "version": "0.1.2",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "pnpm run clear && tsc",
@@ -46,11 +46,14 @@
46
46
  "@interop/ed25519-signature": "^7.1.4",
47
47
  "@interop/ed25519-verification-key": "^8.0.3",
48
48
  "@interop/ezcap": "^7.4.1",
49
- "@interop/was-client": "^0.18.0",
50
49
  "assert": "^2.1.0",
51
50
  "uuid": "^14.0.0"
52
51
  },
52
+ "peerDependencies": {
53
+ "@interop/was-client": ">=0.18.0 <1.0.0"
54
+ },
53
55
  "devDependencies": {
56
+ "@interop/was-client": "^0.19.0",
54
57
  "@eslint/js": "^10.0.1",
55
58
  "@playwright/test": "^1.60.0",
56
59
  "@types/node": "^26.0.1",