@virtru/dsp-sdk 0.7.6 → 0.7.7

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/CHANGELOG.md +8 -1
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @virtru/dsp-sdk
2
2
 
3
- This log was last generated on Thu, 21 May 2026 15:41:46 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Jun 2026 19:10:55 GMT and should not be manually modified.
4
+
5
+ ## 0.7.7
6
+ Tue, 23 Jun 2026 19:10:55 GMT
7
+
8
+ ### Patches
9
+
10
+ - Bump @opentdf/sdk version
4
11
 
5
12
  ## 0.7.6
6
13
  Thu, 21 May 2026 15:41:46 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@virtru/dsp-sdk",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "main": "dist/src/index.js",
6
6
  "exports": {
@@ -31,32 +31,32 @@
31
31
  "node": ">=18.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@eslint/js": "~9.39.2",
35
- "@rushstack/heft": "^1.1.14",
36
- "@rushstack/heft-web-rig": "^1.3.0",
37
- "@types/node": "^22.0.0",
38
- "@vitest/browser": "~3.1.3",
39
- "buffer": "^6.0.3",
40
- "eslint": "^9.17.0",
41
- "eslint-plugin-prettier": "^5.2.1",
42
- "globals": "^16.3.0",
43
- "jsdom": "^22.1.0",
44
- "msw": "^2.8.4",
45
- "playwright": "^1.52.0",
34
+ "@eslint/js": "9.39.4",
35
+ "@rushstack/heft": "1.2.17",
36
+ "@rushstack/heft-web-rig": "1.4.19",
37
+ "@types/node": "22.19.17",
38
+ "@vitest/browser": "3.1.4",
39
+ "buffer": "6.0.3",
40
+ "eslint": "9.39.4",
41
+ "eslint-plugin-prettier": "5.5.5",
42
+ "globals": "16.5.0",
43
+ "jsdom": "22.1.0",
44
+ "msw": "2.13.5",
45
+ "playwright": "1.59.1",
46
46
  "typescript": "5.8.2",
47
- "typescript-eslint": "^8.39.1",
47
+ "typescript-eslint": "8.59.0",
48
48
  "vite": "8.0.8",
49
- "vite-plugin-dts": "^4.5.4",
49
+ "vite-plugin-dts": "4.5.4",
50
50
  "vitest": "4.1.4",
51
51
  "@virtru-private/fips-crypto-js": "0.4.0"
52
52
  },
53
53
  "dependencies": {
54
- "@bufbuild/protobuf": "^2.7.0",
55
- "@connectrpc/connect": "~2.0.2",
56
- "@connectrpc/connect-web": "~2.0.2",
57
- "@opentdf/sdk": "0.16.0",
58
- "asn1js": "^3.0.5",
59
- "pkijs": "^3.0.19"
54
+ "@bufbuild/protobuf": "2.12.0",
55
+ "@connectrpc/connect": "2.0.4",
56
+ "@connectrpc/connect-web": "2.0.4",
57
+ "@opentdf/sdk": "0.19.0",
58
+ "asn1js": "3.0.10",
59
+ "pkijs": "3.4.0"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@virtru-private/fips-crypto-js": "0.4.0"