@xyo-network/react-node 2.69.0 → 2.69.1
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/dist/browser/hooks/useModuleFilterOptions.d.cts +1 -1
- package/dist/browser/hooks/useModuleFilterOptions.d.mts +1 -1
- package/dist/browser/hooks/useModuleFilterOptions.d.ts +1 -1
- package/dist/node/hooks/useModuleFilterOptions.d.cts +1 -1
- package/dist/node/hooks/useModuleFilterOptions.d.mts +1 -1
- package/dist/node/hooks/useModuleFilterOptions.d.ts +1 -1
- package/package.json +19 -19
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ModuleFromNodeConfig } from './ModuleFromNodeConfig';
|
|
2
2
|
export declare const useModuleFilterOptions: (config?: ModuleFromNodeConfig) => {
|
|
3
3
|
direction: import("@xyo-network/module-model").Direction | undefined;
|
|
4
|
-
identity: import("@
|
|
4
|
+
identity: import("@xylabs/object").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
5
5
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
7
7
|
readonly archivist?: string | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ModuleFromNodeConfig } from './ModuleFromNodeConfig';
|
|
2
2
|
export declare const useModuleFilterOptions: (config?: ModuleFromNodeConfig) => {
|
|
3
3
|
direction: import("@xyo-network/module-model").Direction | undefined;
|
|
4
|
-
identity: import("@
|
|
4
|
+
identity: import("@xylabs/object").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
5
5
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
7
7
|
readonly archivist?: string | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ModuleFromNodeConfig } from './ModuleFromNodeConfig';
|
|
2
2
|
export declare const useModuleFilterOptions: (config?: ModuleFromNodeConfig) => {
|
|
3
3
|
direction: import("@xyo-network/module-model").Direction | undefined;
|
|
4
|
-
identity: import("@
|
|
4
|
+
identity: import("@xylabs/object").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
5
5
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
7
7
|
readonly archivist?: string | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ModuleFromNodeConfig } from './ModuleFromNodeConfig';
|
|
2
2
|
export declare const useModuleFilterOptions: (config?: ModuleFromNodeConfig) => {
|
|
3
3
|
direction: import("@xyo-network/module-model").Direction | undefined;
|
|
4
|
-
identity: import("@
|
|
4
|
+
identity: import("@xylabs/object").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
5
5
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
7
7
|
readonly archivist?: string | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ModuleFromNodeConfig } from './ModuleFromNodeConfig';
|
|
2
2
|
export declare const useModuleFilterOptions: (config?: ModuleFromNodeConfig) => {
|
|
3
3
|
direction: import("@xyo-network/module-model").Direction | undefined;
|
|
4
|
-
identity: import("@
|
|
4
|
+
identity: import("@xylabs/object").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
5
5
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
7
7
|
readonly archivist?: string | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ModuleFromNodeConfig } from './ModuleFromNodeConfig';
|
|
2
2
|
export declare const useModuleFilterOptions: (config?: ModuleFromNodeConfig) => {
|
|
3
3
|
direction: import("@xyo-network/module-model").Direction | undefined;
|
|
4
|
-
identity: import("@
|
|
4
|
+
identity: import("@xylabs/object").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
5
5
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
7
7
|
readonly archivist?: string | undefined;
|
package/package.json
CHANGED
|
@@ -10,30 +10,30 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@emotion/react": "^11.11.
|
|
13
|
+
"@emotion/react": "^11.11.4",
|
|
14
14
|
"@emotion/styled": "^11.11.0",
|
|
15
|
-
"@mui/system": "^5.15.
|
|
15
|
+
"@mui/system": "^5.15.11",
|
|
16
16
|
"@mui/x-tree-view": "^6.17.0",
|
|
17
|
-
"@xylabs/logger": "^3.0.
|
|
18
|
-
"@xylabs/react-async-effect": "^3.1.
|
|
19
|
-
"@xylabs/react-flexbox": "^3.1.
|
|
20
|
-
"@xylabs/react-promise": "^3.1.
|
|
21
|
-
"@xylabs/react-shared": "^3.1.
|
|
22
|
-
"@xyo-network/module-abstract": "^2.91.
|
|
23
|
-
"@xyo-network/module-model": "^2.91.
|
|
24
|
-
"@xyo-network/node-model": "^2.91.
|
|
25
|
-
"@xyo-network/payload-model": "^2.91.
|
|
26
|
-
"@xyo-network/react-node-context": "~2.69.
|
|
27
|
-
"@xyo-network/react-node-provider": "~2.69.
|
|
17
|
+
"@xylabs/logger": "^3.0.5",
|
|
18
|
+
"@xylabs/react-async-effect": "^3.1.2",
|
|
19
|
+
"@xylabs/react-flexbox": "^3.1.2",
|
|
20
|
+
"@xylabs/react-promise": "^3.1.2",
|
|
21
|
+
"@xylabs/react-shared": "^3.1.2",
|
|
22
|
+
"@xyo-network/module-abstract": "^2.91.3",
|
|
23
|
+
"@xyo-network/module-model": "^2.91.3",
|
|
24
|
+
"@xyo-network/node-model": "^2.91.3",
|
|
25
|
+
"@xyo-network/payload-model": "^2.91.3",
|
|
26
|
+
"@xyo-network/react-node-context": "~2.69.1",
|
|
27
|
+
"@xyo-network/react-node-provider": "~2.69.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@storybook/react": "^7.6.
|
|
30
|
+
"@storybook/react": "^7.6.17",
|
|
31
31
|
"@xylabs/ts-scripts-yarn3": "^3.4.1",
|
|
32
32
|
"@xylabs/tsconfig-react": "^3.4.1",
|
|
33
|
-
"@xyo-network/node-memory": "^2.91.
|
|
34
|
-
"@xyo-network/payload-model": "^2.91.
|
|
35
|
-
"@xyo-network/react-storybook": "~2.69.
|
|
36
|
-
"@xyo-network/react-wallet": "~2.69.
|
|
33
|
+
"@xyo-network/node-memory": "^2.91.3",
|
|
34
|
+
"@xyo-network/payload-model": "^2.91.3",
|
|
35
|
+
"@xyo-network/react-storybook": "~2.69.1",
|
|
36
|
+
"@xyo-network/react-wallet": "~2.69.1",
|
|
37
37
|
"typescript": "^5.3.3"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
@@ -94,6 +94,6 @@
|
|
|
94
94
|
},
|
|
95
95
|
"sideEffects": false,
|
|
96
96
|
"types": "dist/browser/index.d.ts",
|
|
97
|
-
"version": "2.69.
|
|
97
|
+
"version": "2.69.1",
|
|
98
98
|
"type": "module"
|
|
99
99
|
}
|