@virtru/dsp-sdk 0.6.0 → 0.7.1

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Change Log - @virtru/dsp-sdk
2
2
 
3
- This log was last generated on Thu, 12 Mar 2026 20:33:42 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Apr 2026 15:00:26 GMT and should not be manually modified.
4
+
5
+ ## 0.7.1
6
+ Tue, 21 Apr 2026 15:00:26 GMT
7
+
8
+ ### Patches
9
+
10
+ - update vitest to version 4.1.4
11
+
12
+ ## 0.7.0
13
+ Mon, 20 Apr 2026 14:09:22 GMT
14
+
15
+ ### Minor changes
16
+
17
+ - update vite and related dependencies to specific versions
4
18
 
5
19
  ## 0.6.0
6
20
  Thu, 12 Mar 2026 20:33:42 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@virtru/dsp-sdk",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "main": "dist/src/index.js",
6
6
  "exports": {
@@ -45,10 +45,10 @@
45
45
  "playwright": "^1.52.0",
46
46
  "typescript": "5.8.2",
47
47
  "typescript-eslint": "^8.39.1",
48
- "vite": "^5.4.21",
48
+ "vite": "8.0.8",
49
49
  "vite-plugin-dts": "^4.5.4",
50
- "vitest": "~3.1.3",
51
- "@virtru-private/fips-crypto-js": "0.3.0"
50
+ "vitest": "4.1.4",
51
+ "@virtru-private/fips-crypto-js": "0.4.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "@bufbuild/protobuf": "^2.7.0",
@@ -59,7 +59,7 @@
59
59
  "pkijs": "^3.0.19"
60
60
  },
61
61
  "peerDependencies": {
62
- "@virtru-private/fips-crypto-js": "0.3.0"
62
+ "@virtru-private/fips-crypto-js": "0.4.0"
63
63
  },
64
64
  "peerDependenciesMeta": {
65
65
  "@virtru-private/fips-crypto-js": {