@xyo-network/react-pointer-plugin 2.41.13 → 2.41.14

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/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/6894ecb5b/packages/plugins/packages/pointer/src/index.ts#L6"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/37ba54e48/packages/plugins/packages/pointer/src/index.ts#L6"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -35,7 +35,7 @@
35
35
  "fileName": "Plugin.ts",
36
36
  "line": 6,
37
37
  "character": 13,
38
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/6894ecb5b/packages/plugins/packages/pointer/src/Plugin.ts#L6"
38
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/37ba54e48/packages/plugins/packages/pointer/src/Plugin.ts#L6"
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/6894ecb5b/packages/plugins/packages/pointer/src/index.ts#L1"
67
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/37ba54e48/packages/plugins/packages/pointer/src/index.ts#L1"
68
68
  }
69
69
  ]
70
70
  }
package/package.json CHANGED
@@ -10,26 +10,25 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-flexbox": "^2.15.5",
14
- "@xyo-network/react-payload-details": "^2.41.13",
15
- "@xyo-network/react-payload-plugin": "^2.41.13",
16
- "lodash": "^4.17.21",
17
- "tslib": "^2.4.1"
13
+ "@xylabs/react-flexbox": "^2.15.6",
14
+ "@xyo-network/diviner": "^2.43.0",
15
+ "@xyo-network/module": "^2.43.0",
16
+ "@xyo-network/payload": "^2.43.0",
17
+ "@xyo-network/payload-plugin": "^2.43.0",
18
+ "@xyo-network/react-payload-details": "^2.41.14",
19
+ "@xyo-network/react-payload-plugin": "^2.41.14",
20
+ "@xyo-network/schema-payload-plugin": "^2.43.0",
21
+ "@xyo-network/utils": "^2.43.0",
22
+ "lodash": "^4.17.21"
18
23
  },
19
24
  "devDependencies": {
20
- "@xylabs/ts-scripts-yarn3": "2.9.0"
25
+ "@xylabs/ts-scripts-yarn3": "2.11.16"
21
26
  },
22
27
  "peerDependencies": {
23
28
  "@mui/icons-material": "^5.10.3",
24
29
  "@mui/material": "^5.10.3",
25
30
  "@mui/styles": "^5.10.3",
26
31
  "@xylabs/sdk-js": "^2.6.9",
27
- "@xyo-network/diviner": "*",
28
- "@xyo-network/module": "*",
29
- "@xyo-network/payload": "*",
30
- "@xyo-network/payload-plugin": "*",
31
- "@xyo-network/schema-payload-plugin": "*",
32
- "@xyo-network/utils": "*",
33
32
  "axios": "^1.1.3",
34
33
  "pako": "^2.0.4",
35
34
  "react": "^18.2.0",
@@ -79,5 +78,5 @@
79
78
  },
80
79
  "sideEffects": false,
81
80
  "types": "dist/esm/index.d.ts",
82
- "version": "2.41.13"
81
+ "version": "2.41.14"
83
82
  }
package/src/Plugin.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { XyoPayload } from '@xyo-network/payload'
1
+ import { XyoPayload } from '@xyo-network/payload-model'
2
2
  import { createPayloadRenderPlugin, XyoPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'
3
3
 
4
4
  import { DetailsBox } from './Details'