@vlayer/sdk 1.0.0 → 1.0.1-nightly-20250514-be01b84c2ab34f626e7652a577e41bc02da9a362
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.
- 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": "1.0.
|
18
|
+
"version": "1.0.1-nightly-20250514-be01b84c2ab34f626e7652a577e41bc02da9a362",
|
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": "1.0.
|
36
|
+
"@vlayer/sdk": "1.0.1-nightly-20250514-be01b84c2ab34f626e7652a577e41bc02da9a362"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"@vitejs/plugin-react": "^4.3.2",
|