@virtru/dsp-sdk 0.6.0 → 0.7.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.
- package/CHANGELOG.md +8 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @virtru/dsp-sdk
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 20 Apr 2026 14:09:22 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.7.0
|
|
6
|
+
Mon, 20 Apr 2026 14:09:22 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- update vite and related dependencies to specific versions
|
|
4
11
|
|
|
5
12
|
## 0.6.0
|
|
6
13
|
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.
|
|
3
|
+
"version": "0.7.0",
|
|
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": "
|
|
48
|
+
"vite": "8.0.8",
|
|
49
49
|
"vite-plugin-dts": "^4.5.4",
|
|
50
50
|
"vitest": "~3.1.3",
|
|
51
|
-
"@virtru-private/fips-crypto-js": "0.
|
|
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.
|
|
62
|
+
"@virtru-private/fips-crypto-js": "0.4.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependenciesMeta": {
|
|
65
65
|
"@virtru-private/fips-crypto-js": {
|