@testdriverai/mcp 7.11.122-test → 7.11.123-test

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.
@@ -11,6 +11,7 @@
11
11
  "@modelcontextprotocol/ext-apps": "^1.0.0",
12
12
  "@modelcontextprotocol/sdk": "^1.24.0",
13
13
  "@sentry/node": "^9.0.0",
14
+ "jose": "^6.2.12",
14
15
  "semver": "^7.7.4",
15
16
  "zod": "^3.24.0"
16
17
  },
@@ -2762,9 +2763,9 @@
2762
2763
  "license": "ISC"
2763
2764
  },
2764
2765
  "node_modules/jose": {
2765
- "version": "6.1.3",
2766
- "resolved": "https://registry.npmjs.org/jose/-/jose-6.1.3.tgz",
2767
- "integrity": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==",
2766
+ "version": "6.2.12",
2767
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.12.tgz",
2768
+ "integrity": "sha512-9NiFmJEex0sy2Dk58j2UGBSHgUs2ypF9eZSu4L6vjOX3Dp96Sw1F3uL+H+D1sx02jZZdzUT0HgvCy59CuvXcWw==",
2768
2769
  "license": "MIT",
2769
2770
  "funding": {
2770
2771
  "url": "https://github.com/sponsors/panva"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testdriverai/mcp",
3
- "version": "7.11.122-test",
3
+ "version": "7.11.123-test",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",