@valbuild/react 0.53.0 → 0.55.0
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.
@@ -3,7 +3,7 @@ import { ValStore } from "./ValStore.js";
|
|
3
3
|
import { ValApi } from "@valbuild/core";
|
4
4
|
export declare const useValStore: () => ValStore | undefined;
|
5
5
|
export type UseValStore = typeof useValStore;
|
6
|
-
export declare const useValApi: () =>
|
6
|
+
export declare const useValApi: () => ValApi | undefined;
|
7
7
|
export type UseValApi = typeof useValApi;
|
8
8
|
export type ValContext = {
|
9
9
|
readonly valStore?: ValStore;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@valbuild/react",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.55.0",
|
4
4
|
"private": false,
|
5
5
|
"description": "Val - React internal helpers",
|
6
6
|
"sideEffects": false,
|
@@ -9,9 +9,9 @@
|
|
9
9
|
"test": "jest"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
|
-
"@valbuild/core": "~0.
|
13
|
-
"@valbuild/shared": "~0.
|
14
|
-
"@valbuild/ui": "~0.
|
12
|
+
"@valbuild/core": "~0.55.0",
|
13
|
+
"@valbuild/shared": "~0.55.0",
|
14
|
+
"@valbuild/ui": "~0.55.0",
|
15
15
|
"@vercel/stega": "^0.1.0",
|
16
16
|
"base64-arraybuffer": "^1.0.2",
|
17
17
|
"style-to-object": "^0.4.1"
|