@vlayer/sdk 1.2.0-nightly-20250624-33d25f72a51904bc8c97c61e3f79e7883ece0512 → 1.2.0-nightly-20250627-58c5515d3064d1f6393b74387330d2299d63aaf9

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "types": "./dist/api/prover/index.d.ts"
20
20
  }
21
21
  },
22
- "version": "1.2.0-nightly-20250624-33d25f72a51904bc8c97c61e3f79e7883ece0512",
22
+ "version": "1.2.0-nightly-20250627-58c5515d3064d1f6393b74387330d2299d63aaf9",
23
23
  "scripts": {
24
24
  "build": "bun tsc --project tsconfig.build.json && bun tsc-alias",
25
25
  "test:unit": "vitest --run",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "peerDependencies": {
39
39
  "typescript": "^5.6.3",
40
- "@vlayer/sdk": "1.2.0-nightly-20250624-33d25f72a51904bc8c97c61e3f79e7883ece0512"
40
+ "@vlayer/sdk": "1.2.0-nightly-20250627-58c5515d3064d1f6393b74387330d2299d63aaf9"
41
41
  },
42
42
  "dependencies": {
43
43
  "@vitejs/plugin-react": "^4.3.2",
@@ -48,6 +48,7 @@
48
48
  "http-status-codes": "^2.3.0",
49
49
  "postal-mime": "^2.3.2",
50
50
  "semver": "^7.6.3",
51
+ "tlsn-js": "^0.1.0-alpha.11.0",
51
52
  "ts-pattern": "5.6.0",
52
53
  "tsc-alias": "^1.8.10",
53
54
  "url-regex": "^5.0.0",