@virtru/dsp-sdk 0.7.7 → 0.7.9

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 +15 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Change Log - @virtru/dsp-sdk
2
2
 
3
- This log was last generated on Tue, 23 Jun 2026 19:10:55 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 14 Jul 2026 16:19:25 GMT and should not be manually modified.
4
+
5
+ ## 0.7.9
6
+ Tue, 14 Jul 2026 16:19:25 GMT
7
+
8
+ ### Patches
9
+
10
+ - Bump web-sdk
11
+
12
+ ## 0.7.8
13
+ Fri, 10 Jul 2026 14:19:11 GMT
14
+
15
+ ### Patches
16
+
17
+ - Bump dependencies
4
18
 
5
19
  ## 0.7.7
6
20
  Tue, 23 Jun 2026 19:10:55 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@virtru/dsp-sdk",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "main": "dist/src/index.js",
6
6
  "exports": {
@@ -35,7 +35,7 @@
35
35
  "@rushstack/heft": "1.2.17",
36
36
  "@rushstack/heft-web-rig": "1.4.19",
37
37
  "@types/node": "22.19.17",
38
- "@vitest/browser": "3.1.4",
38
+ "@vitest/browser": "4.1.10",
39
39
  "buffer": "6.0.3",
40
40
  "eslint": "9.39.4",
41
41
  "eslint-plugin-prettier": "5.5.5",
@@ -45,21 +45,21 @@
45
45
  "playwright": "1.59.1",
46
46
  "typescript": "5.8.2",
47
47
  "typescript-eslint": "8.59.0",
48
- "vite": "8.0.8",
48
+ "vite": "8.0.16",
49
49
  "vite-plugin-dts": "4.5.4",
50
- "vitest": "4.1.4",
51
- "@virtru-private/fips-crypto-js": "0.4.0"
50
+ "vitest": "4.1.10",
51
+ "@virtru-private/fips-crypto-js": "0.4.1"
52
52
  },
53
53
  "dependencies": {
54
54
  "@bufbuild/protobuf": "2.12.0",
55
55
  "@connectrpc/connect": "2.0.4",
56
56
  "@connectrpc/connect-web": "2.0.4",
57
- "@opentdf/sdk": "0.19.0",
57
+ "@opentdf/sdk": "0.20.0",
58
58
  "asn1js": "3.0.10",
59
59
  "pkijs": "3.4.0"
60
60
  },
61
61
  "peerDependencies": {
62
- "@virtru-private/fips-crypto-js": "0.4.0"
62
+ "@virtru-private/fips-crypto-js": "0.4.1"
63
63
  },
64
64
  "peerDependenciesMeta": {
65
65
  "@virtru-private/fips-crypto-js": {