@byok-sdk/testkit 0.4.2 → 0.5.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byok-sdk/testkit",
3
- "version": "0.4.2",
3
+ "version": "0.5.0",
4
4
  "description": "BYOK SDK headless device simulator: protocol-level pairing, token renewal, presence, and the built-in negative assertions a host's smoke test would otherwise hand-write",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -44,7 +44,7 @@
44
44
  "clean": "rm -rf dist"
45
45
  },
46
46
  "dependencies": {
47
- "@byok-sdk/core": "0.4.2",
48
- "@byok-sdk/protocol": "0.4.2"
47
+ "@byok-sdk/core": "0.5.0",
48
+ "@byok-sdk/protocol": "0.5.0"
49
49
  }
50
50
  }