@xyo-network/react-schema-plugin 2.40.19 → 2.40.21

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/README.md CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
  ## Description
25
25
 
26
- Common React code that is used throughtout XYO projects that use React.
26
+ Common React code that is used throughout XYO projects that use React.
27
27
 
28
28
  ## Install
29
29
 
package/dist/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "fileName": "index.ts",
18
18
  "line": 6,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4f334653/packages/plugins/packages/schema/src/index.ts#L6"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8822425e/packages/plugins/packages/schema/src/index.ts#L6"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -35,7 +35,7 @@
35
35
  "fileName": "Plugin.ts",
36
36
  "line": 7,
37
37
  "character": 13,
38
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4f334653/packages/plugins/packages/schema/src/Plugin.ts#L7"
38
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8822425e/packages/plugins/packages/schema/src/Plugin.ts#L7"
39
39
  }
40
40
  ],
41
41
  "type": {
@@ -64,7 +64,7 @@
64
64
  "fileName": "index.ts",
65
65
  "line": 1,
66
66
  "character": 0,
67
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4f334653/packages/plugins/packages/schema/src/index.ts#L1"
67
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8822425e/packages/plugins/packages/schema/src/index.ts#L1"
68
68
  }
69
69
  ]
70
70
  }
package/package.json CHANGED
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/react-flexbox": "^2.15.1",
14
- "@xyo-network/react-payload-details": "^2.40.19",
15
- "@xyo-network/react-payload-plugin": "^2.40.19",
14
+ "@xyo-network/react-payload-details": "^2.40.21",
15
+ "@xyo-network/react-payload-plugin": "^2.40.21",
16
16
  "tslib": "^2.4.1"
17
17
  },
18
18
  "peerDependencies": {
@@ -76,5 +76,5 @@
76
76
  },
77
77
  "sideEffects": false,
78
78
  "types": "dist/esm/index.d.ts",
79
- "version": "2.40.19"
79
+ "version": "2.40.21"
80
80
  }