@xyo-network/react-schema 2.69.1 → 2.70.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.
@@ -18,9 +18,9 @@ declare const useGetSchemaPayload: (schema?: string) => {
18
18
  xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
- query?: string | undefined;
21
+ query?: Lowercase<string> | undefined;
22
22
  schema: "network.xyo.error.module";
23
- sources?: string[] | undefined;
23
+ sources?: Lowercase<string>[] | undefined;
24
24
  }) | undefined;
25
25
  };
26
26
  export { useGetSchemaPayload };
@@ -18,9 +18,9 @@ declare const useGetSchemaPayload: (schema?: string) => {
18
18
  xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
- query?: string | undefined;
21
+ query?: Lowercase<string> | undefined;
22
22
  schema: "network.xyo.error.module";
23
- sources?: string[] | undefined;
23
+ sources?: Lowercase<string>[] | undefined;
24
24
  }) | undefined;
25
25
  };
26
26
  export { useGetSchemaPayload };
@@ -18,9 +18,9 @@ declare const useGetSchemaPayload: (schema?: string) => {
18
18
  xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
- query?: string | undefined;
21
+ query?: Lowercase<string> | undefined;
22
22
  schema: "network.xyo.error.module";
23
- sources?: string[] | undefined;
23
+ sources?: Lowercase<string>[] | undefined;
24
24
  }) | undefined;
25
25
  };
26
26
  export { useGetSchemaPayload };
@@ -18,9 +18,9 @@ declare const useGetSchemaPayload: (schema?: string) => {
18
18
  xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
- query?: string | undefined;
21
+ query?: Lowercase<string> | undefined;
22
22
  schema: "network.xyo.error.module";
23
- sources?: string[] | undefined;
23
+ sources?: Lowercase<string>[] | undefined;
24
24
  }) | undefined;
25
25
  };
26
26
  export { useGetSchemaPayload };
@@ -18,9 +18,9 @@ declare const useGetSchemaPayload: (schema?: string) => {
18
18
  xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
- query?: string | undefined;
21
+ query?: Lowercase<string> | undefined;
22
22
  schema: "network.xyo.error.module";
23
- sources?: string[] | undefined;
23
+ sources?: Lowercase<string>[] | undefined;
24
24
  }) | undefined;
25
25
  };
26
26
  export { useGetSchemaPayload };
@@ -18,9 +18,9 @@ declare const useGetSchemaPayload: (schema?: string) => {
18
18
  xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
- query?: string | undefined;
21
+ query?: Lowercase<string> | undefined;
22
22
  schema: "network.xyo.error.module";
23
- sources?: string[] | undefined;
23
+ sources?: Lowercase<string>[] | undefined;
24
24
  }) | undefined;
25
25
  };
26
26
  export { useGetSchemaPayload };
package/package.json CHANGED
@@ -10,23 +10,23 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/hex": "^3.0.5",
14
- "@xylabs/lodash": "^3.0.5",
13
+ "@xylabs/hex": "^3.0.6",
14
+ "@xylabs/lodash": "^3.0.6",
15
15
  "@xylabs/react-async-effect": "^3.1.2",
16
16
  "@xylabs/react-link": "^3.1.2",
17
17
  "@xylabs/react-select": "^3.1.2",
18
18
  "@xylabs/react-shared": "^3.1.2",
19
- "@xyo-network/diviner-schema-list-model": "^2.91.3",
20
- "@xyo-network/diviner-schema-stats-model": "^2.91.3",
19
+ "@xyo-network/diviner-schema-list-model": "^2.92.0-rc.9",
20
+ "@xyo-network/diviner-schema-stats-model": "^2.92.0-rc.9",
21
21
  "@xyo-network/node-core-types": "^2.85.0",
22
- "@xyo-network/payload-builder": "^2.91.3",
23
- "@xyo-network/payload-model": "^2.91.3",
24
- "@xyo-network/react-diviner": "~2.69.1",
25
- "@xyo-network/react-event": "~2.69.1",
26
- "@xyo-network/react-property": "~2.69.1",
27
- "@xyo-network/react-shared": "~2.69.1",
28
- "@xyo-network/schema-cache": "^2.91.3",
29
- "@xyo-network/schema-payload-plugin": "^2.91.3",
22
+ "@xyo-network/payload-builder": "^2.92.0-rc.9",
23
+ "@xyo-network/payload-model": "^2.92.0-rc.9",
24
+ "@xyo-network/react-diviner": "~2.70.0-rc.1",
25
+ "@xyo-network/react-event": "~2.70.0-rc.1",
26
+ "@xyo-network/react-property": "~2.70.0-rc.1",
27
+ "@xyo-network/react-shared": "~2.70.0-rc.1",
28
+ "@xyo-network/schema-cache": "^2.92.0-rc.9",
29
+ "@xyo-network/schema-payload-plugin": "^2.92.0-rc.9",
30
30
  "react-router-dom": "^6.22.1"
31
31
  },
32
32
  "devDependencies": {
@@ -34,12 +34,12 @@
34
34
  "@xylabs/react-flexbox": "^3.1.2",
35
35
  "@xylabs/ts-scripts-yarn3": "^3.4.1",
36
36
  "@xylabs/tsconfig-react": "^3.4.1",
37
- "@xyo-network/http-bridge": "^2.91.3",
38
- "@xyo-network/node-memory": "^2.91.3",
39
- "@xyo-network/node-model": "^2.91.3",
40
- "@xyo-network/react-node": "~2.69.1",
41
- "@xyo-network/react-storybook": "~2.69.1",
42
- "@xyo-network/react-wallet": "~2.69.1",
37
+ "@xyo-network/http-bridge": "^2.92.0-rc.9",
38
+ "@xyo-network/node-memory": "^2.92.0-rc.9",
39
+ "@xyo-network/node-model": "^2.92.0-rc.9",
40
+ "@xyo-network/react-node": "~2.70.0-rc.1",
41
+ "@xyo-network/react-storybook": "~2.70.0-rc.1",
42
+ "@xyo-network/react-wallet": "~2.70.0-rc.1",
43
43
  "react-json-view": "^1.21.3",
44
44
  "typescript": "^5.3.3"
45
45
  },
@@ -101,6 +101,7 @@
101
101
  },
102
102
  "sideEffects": false,
103
103
  "types": "dist/browser/index.d.ts",
104
- "version": "2.69.1",
105
- "type": "module"
104
+ "version": "2.70.0-rc.1",
105
+ "type": "module",
106
+ "stableVersion": "2.69.2"
106
107
  }