@vlayer/sdk 0.2.1 → 0.2.2-nightly-20250424-acd6fd0a99fcb3b0f90cafd8dae1a4ec6b6a098d

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.2.1",
18
+ "version": "0.2.2-nightly-20250424-acd6fd0a99fcb3b0f90cafd8dae1a4ec6b6a098d",
19
19
  "scripts": {
20
20
  "build": "bun tsc --project tsconfig.build.json && bun tsc-alias",
21
21
  "test:unit": "vitest --run",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "peerDependencies": {
35
35
  "typescript": "^5.6.3",
36
- "@vlayer/sdk": "0.2.1"
36
+ "@vlayer/sdk": "0.2.2-nightly-20250424-acd6fd0a99fcb3b0f90cafd8dae1a4ec6b6a098d"
37
37
  },
38
38
  "dependencies": {
39
39
  "@vitejs/plugin-react": "^4.3.2",