@vlayer/sdk 0.1.0-nightly-20250408-8c6b6661d0cafaff8a4ee241d68d3d99759128e7 → 0.1.0-nightly-20250409-b1a3c94c841198b2622ccac5b7871129d4e02a12

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
@@ -15,7 +15,7 @@
15
15
  "types": "./dist/config/index.d.ts"
16
16
  }
17
17
  },
18
- "version": "0.1.0-nightly-20250408-8c6b6661d0cafaff8a4ee241d68d3d99759128e7",
18
+ "version": "0.1.0-nightly-20250409-b1a3c94c841198b2622ccac5b7871129d4e02a12",
19
19
  "scripts": {
20
20
  "build": "bun tsc --project tsconfig.build.json && bun tsc-alias",
21
21
  "test:unit": "vitest --run",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "peerDependencies": {
34
34
  "typescript": "^5.6.3",
35
- "@vlayer/sdk": "0.1.0-nightly-20250408-8c6b6661d0cafaff8a4ee241d68d3d99759128e7"
35
+ "@vlayer/sdk": "0.1.0-nightly-20250409-b1a3c94c841198b2622ccac5b7871129d4e02a12"
36
36
  },
37
37
  "dependencies": {
38
38
  "@vitejs/plugin-react": "^4.3.2",