@xyo-network/react-sentinel 2.67.18 → 2.68.0-rc.2

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.
@@ -4,7 +4,7 @@ export declare const useSentinelContext: () => {
4
4
  })[] | undefined;
5
5
  progress: import("./State").SentinelReportProgress | undefined;
6
6
  reportingErrors: Error[] | undefined;
7
- sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
7
+ sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare const useSentinelContext: () => {
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare const useSentinelContext: () => {
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare const useSentinelContext: () => {
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare const useSentinelContext: () => {
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare const useSentinelContext: () => {
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
1
+ {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
@@ -4,7 +4,7 @@ export declare const useSentinelContext: () => {
4
4
  })[] | undefined;
5
5
  progress: import("./State").SentinelReportProgress | undefined;
6
6
  reportingErrors: Error[] | undefined;
7
- sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
7
+ sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare const useSentinelContext: () => {
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare const useSentinelContext: () => {
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare const useSentinelContext: () => {
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare const useSentinelContext: () => {
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare const useSentinelContext: () => {
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
1
+ {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
@@ -4,7 +4,7 @@ export declare const useSentinelContext: () => {
4
4
  })[] | undefined;
5
5
  progress: import("./State").SentinelReportProgress | undefined;
6
6
  reportingErrors: Error[] | undefined;
7
- sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
7
+ sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare const useSentinelContext: () => {
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare const useSentinelContext: () => {
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare const useSentinelContext: () => {
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare const useSentinelContext: () => {
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare const useSentinelContext: () => {
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
1
+ {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
@@ -4,7 +4,7 @@ export declare const useSentinelContext: () => {
4
4
  })[] | undefined;
5
5
  progress: import("./State").SentinelReportProgress | undefined;
6
6
  reportingErrors: Error[] | undefined;
7
- sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
7
+ sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare const useSentinelContext: () => {
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare const useSentinelContext: () => {
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare const useSentinelContext: () => {
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare const useSentinelContext: () => {
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare const useSentinelContext: () => {
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
1
+ {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
@@ -4,7 +4,7 @@ export declare const useSentinelContext: () => {
4
4
  })[] | undefined;
5
5
  progress: import("./State").SentinelReportProgress | undefined;
6
6
  reportingErrors: Error[] | undefined;
7
- sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
7
+ sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare const useSentinelContext: () => {
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare const useSentinelContext: () => {
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare const useSentinelContext: () => {
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare const useSentinelContext: () => {
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare const useSentinelContext: () => {
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
1
+ {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
@@ -4,7 +4,7 @@ export declare const useSentinelContext: () => {
4
4
  })[] | undefined;
5
5
  progress: import("./State").SentinelReportProgress | undefined;
6
6
  reportingErrors: Error[] | undefined;
7
- sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
7
+ sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare const useSentinelContext: () => {
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare const useSentinelContext: () => {
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare const useSentinelContext: () => {
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare const useSentinelContext: () => {
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare const useSentinelContext: () => {
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
1
+ {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
package/package.json CHANGED
@@ -15,27 +15,27 @@
15
15
  "@xylabs/react-flexbox": "^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": "^2.88.2",
20
- "@xyo-network/boundwitness-model": "^2.88.2",
21
- "@xyo-network/module-model": "^2.88.2",
22
- "@xyo-network/payload-model": "^2.88.2",
23
- "@xyo-network/react-module": "^2.67.18",
24
- "@xyo-network/react-node": "~2.67.18",
25
- "@xyo-network/react-shared": "~2.67.18",
26
- "@xyo-network/react-witness": "~2.67.18",
27
- "@xyo-network/sentinel": "^2.88.2",
28
- "@xyo-network/sentinel-model": "^2.88.2",
29
- "@xyo-network/witness-model": "^2.88.2",
18
+ "@xyo-network/account-model": "^2.89.0-rc.13",
19
+ "@xyo-network/archivist": "^2.89.0-rc.13",
20
+ "@xyo-network/boundwitness-model": "^2.89.0-rc.13",
21
+ "@xyo-network/module-model": "^2.89.0-rc.13",
22
+ "@xyo-network/payload-model": "^2.89.0-rc.13",
23
+ "@xyo-network/react-module": "^2.68.0-rc.2",
24
+ "@xyo-network/react-node": "~2.68.0-rc.2",
25
+ "@xyo-network/react-shared": "~2.68.0-rc.2",
26
+ "@xyo-network/react-witness": "~2.68.0-rc.2",
27
+ "@xyo-network/sentinel": "^2.89.0-rc.13",
28
+ "@xyo-network/sentinel-model": "^2.89.0-rc.13",
29
+ "@xyo-network/witness-model": "^2.89.0-rc.13",
30
30
  "react-json-view": "^1.21.3"
31
31
  },
32
32
  "devDependencies": {
33
- "@storybook/react": "^7.6.10",
33
+ "@storybook/react": "^7.6.13",
34
34
  "@xylabs/ts-scripts-yarn3": "^3.2.42",
35
35
  "@xylabs/tsconfig-react": "^3.2.42",
36
- "@xyo-network/account": "^2.88.2",
37
- "@xyo-network/evm-call-witness": "^2.86.5",
38
- "@xyo-network/manifest": "^2.88.2",
36
+ "@xyo-network/account": "^2.89.0-rc.13",
37
+ "@xyo-network/evm-call-witness": "^2.87.0-rc.3",
38
+ "@xyo-network/manifest": "^2.89.0-rc.13",
39
39
  "ethers": "^6.10.0",
40
40
  "typescript": "^5.3.3"
41
41
  },
@@ -97,6 +97,7 @@
97
97
  },
98
98
  "sideEffects": false,
99
99
  "types": "dist/browser/index.d.ts",
100
- "version": "2.67.18",
101
- "type": "module"
100
+ "version": "2.68.0-rc.2",
101
+ "type": "module",
102
+ "stableVersion": "2.67.18"
102
103
  }