@vlayer/sdk 0.2.2-nightly-20250430-32f6c317bf776eae34c237c4c72d8940b5289e85 → 0.2.2-nightly-20250505-6f3ca1b7a4de0c58f7cc24f043f330cdbfe06190

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.2-nightly-20250430-32f6c317bf776eae34c237c4c72d8940b5289e85",
18
+ "version": "0.2.2-nightly-20250505-6f3ca1b7a4de0c58f7cc24f043f330cdbfe06190",
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.2-nightly-20250430-32f6c317bf776eae34c237c4c72d8940b5289e85"
36
+ "@vlayer/sdk": "0.2.2-nightly-20250505-6f3ca1b7a4de0c58f7cc24f043f330cdbfe06190"
37
37
  },
38
38
  "dependencies": {
39
39
  "@vitejs/plugin-react": "^4.3.2",