@xyo-network/react-node-renderer 2.67.17 → 2.68.0-rc.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.
@@ -1,6 +1,6 @@
1
1
  import { ModuleInstance } from '@xyo-network/module-model';
2
2
  export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
3
- module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
3
+ module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
5
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
6
  readonly archivist?: string | undefined;
@@ -9,6 +9,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
9
9
  readonly paging?: Record<string, {
10
10
  size?: number | undefined;
11
11
  }> | undefined;
12
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
12
13
  schema: "network.xyo.module.config";
13
14
  readonly security?: {
14
15
  readonly allowAnonymous?: boolean | undefined;
@@ -25,6 +26,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
25
26
  readonly paging?: Record<string, {
26
27
  size?: number | undefined;
27
28
  }> | undefined;
29
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
28
30
  schema: "network.xyo.module.config";
29
31
  readonly security?: {
30
32
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
1
+ {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { ModuleInstance } from '@xyo-network/module-model';
2
2
  export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
3
- module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
3
+ module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
5
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
6
  readonly archivist?: string | undefined;
@@ -9,6 +9,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
9
9
  readonly paging?: Record<string, {
10
10
  size?: number | undefined;
11
11
  }> | undefined;
12
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
12
13
  schema: "network.xyo.module.config";
13
14
  readonly security?: {
14
15
  readonly allowAnonymous?: boolean | undefined;
@@ -25,6 +26,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
25
26
  readonly paging?: Record<string, {
26
27
  size?: number | undefined;
27
28
  }> | undefined;
29
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
28
30
  schema: "network.xyo.module.config";
29
31
  readonly security?: {
30
32
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
1
+ {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { ModuleInstance } from '@xyo-network/module-model';
2
2
  export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
3
- module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
3
+ module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
5
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
6
  readonly archivist?: string | undefined;
@@ -9,6 +9,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
9
9
  readonly paging?: Record<string, {
10
10
  size?: number | undefined;
11
11
  }> | undefined;
12
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
12
13
  schema: "network.xyo.module.config";
13
14
  readonly security?: {
14
15
  readonly allowAnonymous?: boolean | undefined;
@@ -25,6 +26,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
25
26
  readonly paging?: Record<string, {
26
27
  size?: number | undefined;
27
28
  }> | undefined;
29
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
28
30
  schema: "network.xyo.module.config";
29
31
  readonly security?: {
30
32
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
1
+ {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { ModuleInstance } from '@xyo-network/module-model';
2
2
  export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
3
- module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
3
+ module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
5
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
6
  readonly archivist?: string | undefined;
@@ -9,6 +9,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
9
9
  readonly paging?: Record<string, {
10
10
  size?: number | undefined;
11
11
  }> | undefined;
12
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
12
13
  schema: "network.xyo.module.config";
13
14
  readonly security?: {
14
15
  readonly allowAnonymous?: boolean | undefined;
@@ -25,6 +26,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
25
26
  readonly paging?: Record<string, {
26
27
  size?: number | undefined;
27
28
  }> | undefined;
29
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
28
30
  schema: "network.xyo.module.config";
29
31
  readonly security?: {
30
32
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
1
+ {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { ModuleInstance } from '@xyo-network/module-model';
2
2
  export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
3
- module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
3
+ module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
5
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
6
  readonly archivist?: string | undefined;
@@ -9,6 +9,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
9
9
  readonly paging?: Record<string, {
10
10
  size?: number | undefined;
11
11
  }> | undefined;
12
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
12
13
  schema: "network.xyo.module.config";
13
14
  readonly security?: {
14
15
  readonly allowAnonymous?: boolean | undefined;
@@ -25,6 +26,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
25
26
  readonly paging?: Record<string, {
26
27
  size?: number | undefined;
27
28
  }> | undefined;
29
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
28
30
  schema: "network.xyo.module.config";
29
31
  readonly security?: {
30
32
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
1
+ {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { ModuleInstance } from '@xyo-network/module-model';
2
2
  export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
3
- module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
3
+ module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
5
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
6
  readonly archivist?: string | undefined;
@@ -9,6 +9,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
9
9
  readonly paging?: Record<string, {
10
10
  size?: number | undefined;
11
11
  }> | undefined;
12
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
12
13
  schema: "network.xyo.module.config";
13
14
  readonly security?: {
14
15
  readonly allowAnonymous?: boolean | undefined;
@@ -25,6 +26,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
25
26
  readonly paging?: Record<string, {
26
27
  size?: number | undefined;
27
28
  }> | undefined;
29
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
28
30
  schema: "network.xyo.module.config";
29
31
  readonly security?: {
30
32
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
1
+ {"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK1D,eAAO,MAAM,gBAAgB,gBAAiB,cAAc,GAAG,IAAI,kBAAkB,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAyC1D,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
package/package.json CHANGED
@@ -15,19 +15,19 @@
15
15
  "@xylabs/react-identicon": "^3.0.39",
16
16
  "@xylabs/react-promise": "^3.0.39",
17
17
  "@xylabs/react-shared": "^3.0.39",
18
- "@xyo-network/account-model": "^2.88.2",
19
- "@xyo-network/archivist-model": "^2.88.2",
20
- "@xyo-network/bridge-model": "^2.88.2",
21
- "@xyo-network/diviner-model": "^2.88.2",
22
- "@xyo-network/module-events": "^2.88.2",
23
- "@xyo-network/module-model": "^2.88.2",
24
- "@xyo-network/node-model": "^2.88.2",
25
- "@xyo-network/react-archivist": "~2.67.17",
26
- "@xyo-network/react-module": "~2.67.17",
27
- "@xyo-network/react-node": "~2.67.17",
28
- "@xyo-network/react-shared": "~2.67.17",
29
- "@xyo-network/sentinel": "^2.88.2",
30
- "@xyo-network/witness-model": "^2.88.2",
18
+ "@xyo-network/account-model": "^2.89.0-rc.12",
19
+ "@xyo-network/archivist-model": "^2.89.0-rc.12",
20
+ "@xyo-network/bridge-model": "^2.89.0-rc.12",
21
+ "@xyo-network/diviner-model": "^2.89.0-rc.12",
22
+ "@xyo-network/module-events": "^2.89.0-rc.12",
23
+ "@xyo-network/module-model": "^2.89.0-rc.12",
24
+ "@xyo-network/node-model": "^2.89.0-rc.12",
25
+ "@xyo-network/react-archivist": "~2.68.0-rc.1",
26
+ "@xyo-network/react-module": "~2.68.0-rc.1",
27
+ "@xyo-network/react-node": "~2.68.0-rc.1",
28
+ "@xyo-network/react-shared": "~2.68.0-rc.1",
29
+ "@xyo-network/sentinel": "^2.89.0-rc.12",
30
+ "@xyo-network/witness-model": "^2.89.0-rc.12",
31
31
  "cytoscape": "^3.28.1",
32
32
  "cytoscape-cola": "^2.5.1"
33
33
  },
@@ -39,19 +39,19 @@
39
39
  "react-dom": "^18"
40
40
  },
41
41
  "devDependencies": {
42
- "@storybook/react": "^7.6.10",
42
+ "@storybook/react": "^7.6.12",
43
43
  "@types/cytoscape": "^3.19.16",
44
44
  "@types/react-dom": "^18.2.18",
45
45
  "@xylabs/ts-scripts-yarn3": "^3.2.42",
46
46
  "@xylabs/tsconfig-react": "^3.2.42",
47
- "@xyo-network/archivist": "^2.88.2",
48
- "@xyo-network/bridge-model": "^2.88.2",
49
- "@xyo-network/http-bridge": "^2.88.2",
50
- "@xyo-network/id-plugin": "^2.86.5",
51
- "@xyo-network/node-memory": "^2.88.2",
52
- "@xyo-network/react-storybook": "~2.67.17",
53
- "@xyo-network/react-wallet": "~2.67.17",
54
- "@xyo-network/sentinel": "^2.88.2",
47
+ "@xyo-network/archivist": "^2.89.0-rc.12",
48
+ "@xyo-network/bridge-model": "^2.89.0-rc.12",
49
+ "@xyo-network/http-bridge": "^2.89.0-rc.12",
50
+ "@xyo-network/id-plugin": "^2.87.0-rc.2",
51
+ "@xyo-network/node-memory": "^2.89.0-rc.12",
52
+ "@xyo-network/react-storybook": "~2.68.0-rc.1",
53
+ "@xyo-network/react-wallet": "~2.68.0-rc.1",
54
+ "@xyo-network/sentinel": "^2.89.0-rc.12",
55
55
  "typescript": "^5.3.3"
56
56
  },
57
57
  "description": "Common React library for all XYO projects that use React",
@@ -105,6 +105,7 @@
105
105
  },
106
106
  "sideEffects": false,
107
107
  "types": "dist/browser/index.d.ts",
108
- "version": "2.67.17",
109
- "type": "module"
108
+ "version": "2.68.0-rc.1",
109
+ "type": "module",
110
+ "stableVersion": "2.67.18"
110
111
  }