@vlayer/sdk 1.3.0-nightly-20250731-f0611b08536c0972c97d9544d59a756c71d7736e → 1.4.0-nightly-20250801-c558a6a086d0c39b765db4a10765efc7f680061c

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 +2 -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.3.0-nightly-20250731-f0611b08536c0972c97d9544d59a756c71d7736e",
22
+ "version": "1.4.0-nightly-20250801-c558a6a086d0c39b765db4a10765efc7f680061c",
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.3.0-nightly-20250731-f0611b08536c0972c97d9544d59a756c71d7736e"
40
+ "@vlayer/sdk": "1.4.0-nightly-20250801-c558a6a086d0c39b765db4a10765efc7f680061c"
41
41
  },
42
42
  "dependencies": {
43
43
  "@vitejs/plugin-react": "^4.3.2",