@xyo-network/react-schema 2.69.4 → 2.70.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.
@@ -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,38 +10,38 @@
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",
15
- "@xylabs/react-async-effect": "^3.1.2",
16
- "@xylabs/react-link": "^3.1.2",
17
- "@xylabs/react-select": "^3.1.2",
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",
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.4",
25
- "@xyo-network/react-event": "~2.69.4",
26
- "@xyo-network/react-property": "~2.69.4",
27
- "@xyo-network/react-shared": "~2.69.4",
28
- "@xyo-network/schema-cache": "^2.91.3",
29
- "@xyo-network/schema-payload-plugin": "^2.91.3",
30
- "react-router-dom": "^6.22.1"
13
+ "@xylabs/hex": "^3.0.8",
14
+ "@xylabs/lodash": "^3.0.8",
15
+ "@xylabs/react-async-effect": "^3.1.4",
16
+ "@xylabs/react-link": "^3.1.4",
17
+ "@xylabs/react-select": "^3.1.4",
18
+ "@xylabs/react-shared": "^3.1.4",
19
+ "@xyo-network/diviner-schema-list-model": "^2.92.0",
20
+ "@xyo-network/diviner-schema-stats-model": "^2.92.0",
21
+ "@xyo-network/node-core-types": "^2.86.0",
22
+ "@xyo-network/payload-builder": "^2.92.0",
23
+ "@xyo-network/payload-model": "^2.92.0",
24
+ "@xyo-network/react-diviner": "~2.70.0",
25
+ "@xyo-network/react-event": "~2.70.0",
26
+ "@xyo-network/react-property": "~2.70.0",
27
+ "@xyo-network/react-shared": "~2.70.0",
28
+ "@xyo-network/schema-cache": "^2.92.0",
29
+ "@xyo-network/schema-payload-plugin": "^2.92.0",
30
+ "react-router-dom": "^6.22.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@storybook/react": "^7.6.17",
34
- "@xylabs/react-flexbox": "^3.1.2",
34
+ "@xylabs/react-flexbox": "^3.1.4",
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.4",
41
- "@xyo-network/react-storybook": "~2.69.4",
42
- "@xyo-network/react-wallet": "~2.69.4",
37
+ "@xyo-network/http-bridge": "^2.92.0",
38
+ "@xyo-network/node-memory": "^2.92.0",
39
+ "@xyo-network/node-model": "^2.92.0",
40
+ "@xyo-network/react-node": "~2.70.0",
41
+ "@xyo-network/react-storybook": "~2.70.0",
42
+ "@xyo-network/react-wallet": "~2.70.0",
43
43
  "react-json-view": "^1.21.3",
44
- "typescript": "^5.3.3"
44
+ "typescript": "^5.4.2"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@mui/icons-material": "^5",
@@ -101,6 +101,6 @@
101
101
  },
102
102
  "sideEffects": false,
103
103
  "types": "dist/browser/index.d.ts",
104
- "version": "2.69.4",
104
+ "version": "2.70.0",
105
105
  "type": "module"
106
106
  }
@@ -13,7 +13,7 @@ const StorybookEntry: Meta = {
13
13
  title: 'Schema/SchemaProperty',
14
14
  }
15
15
 
16
- const Template: StoryFn<typeof SchemaProperty> = (args: SchemaPropertyProps) => {
16
+ const Template: StoryFn = (args: SchemaPropertyProps) => {
17
17
  const [ref] = useEvent<HTMLDivElement>((noun, verb, data) => {
18
18
  console.log(`${noun}|${verb}|${data}`)
19
19
  })