@xyo-network/react-node-renderer 6.2.0 → 7.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-renderer",
3
- "version": "6.2.0",
3
+ "version": "7.0.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -38,27 +38,31 @@
38
38
  },
39
39
  "module": "dist/browser/index.mjs",
40
40
  "types": "dist/browser/index.d.ts",
41
+ "files": [
42
+ "dist",
43
+ "src"
44
+ ],
41
45
  "dependencies": {
42
- "@xylabs/exists": "^4.15.0",
43
- "@xylabs/hex": "^4.15.0",
44
- "@xylabs/react-async-effect": "^6.4.0",
45
- "@xylabs/react-flexbox": "^6.4.0",
46
- "@xylabs/react-identicon": "^6.4.0",
47
- "@xylabs/react-promise": "^6.4.0",
48
- "@xylabs/react-shared": "^6.4.0",
49
- "@xylabs/react-theme": "^6.4.0",
50
- "@xyo-network/account-model": "^4.3.0",
51
- "@xyo-network/archivist-model": "^4.3.0",
52
- "@xyo-network/bridge-model": "^4.3.0",
53
- "@xyo-network/diviner-model": "^4.3.0",
54
- "@xyo-network/module-model": "^4.3.0",
55
- "@xyo-network/node-model": "^4.3.0",
56
- "@xyo-network/react-archivist": "^6.2.0",
57
- "@xyo-network/react-module": "^6.2.0",
58
- "@xyo-network/react-node": "^6.2.0",
59
- "@xyo-network/sentinel-model": "^4.3.0",
60
- "@xyo-network/witness-model": "^4.3.0",
61
- "cytoscape": "^3.32.1",
46
+ "@xylabs/exists": "^5.0.0",
47
+ "@xylabs/hex": "^5.0.0",
48
+ "@xylabs/react-async-effect": "^7.0.0",
49
+ "@xylabs/react-flexbox": "^7.0.0",
50
+ "@xylabs/react-identicon": "^7.0.0",
51
+ "@xylabs/react-promise": "^7.0.0",
52
+ "@xylabs/react-shared": "^7.0.0",
53
+ "@xylabs/react-theme": "^7.0.0",
54
+ "@xyo-network/account-model": "^5.0.0",
55
+ "@xyo-network/archivist-model": "^5.0.0",
56
+ "@xyo-network/bridge-model": "^5.0.0",
57
+ "@xyo-network/diviner-model": "^5.0.0",
58
+ "@xyo-network/module-model": "^5.0.0",
59
+ "@xyo-network/node-model": "^5.0.0",
60
+ "@xyo-network/react-archivist": "^7.0.0",
61
+ "@xyo-network/react-module": "^7.0.0",
62
+ "@xyo-network/react-node": "^7.0.0",
63
+ "@xyo-network/sentinel-model": "^5.0.0",
64
+ "@xyo-network/witness-model": "^5.0.0",
65
+ "cytoscape": "^3.33.0",
62
66
  "cytoscape-cola": "^2.5.1",
63
67
  "cytoscape-cose-bilkent": "^4.1.0",
64
68
  "cytoscape-dagre": "^2.5.0",
@@ -71,21 +75,21 @@
71
75
  "@types/cytoscape": "^3.21.9",
72
76
  "@types/cytoscape-dagre": "^2.3.3",
73
77
  "@types/cytoscape-euler": "^1.2.3",
74
- "@types/react": "^19.1.8",
75
- "@types/react-dom": "^19.1.6",
76
- "@xylabs/events": "^4.15.0",
77
- "@xylabs/ts-scripts-yarn3": "^7.0.1",
78
- "@xylabs/tsconfig-react": "^7.0.1",
79
- "@xyo-network/archivist": "^4.3.0",
80
- "@xyo-network/archivist-memory": "^4.3.0",
81
- "@xyo-network/bridge-http": "^4.3.0",
82
- "@xyo-network/bridge-model": "^4.3.0",
83
- "@xyo-network/id-plugin": "^4.1.1",
84
- "@xyo-network/node-memory": "^4.3.0",
85
- "@xyo-network/react-storybook": "^6.2.0",
86
- "@xyo-network/react-wallet": "^6.2.0",
87
- "@xyo-network/sentinel": "^4.3.0",
88
- "@xyo-network/sentinel-memory": "^4.3.0",
78
+ "@types/react": "^19.1.9",
79
+ "@types/react-dom": "^19.1.7",
80
+ "@xylabs/events": "^5.0.0",
81
+ "@xylabs/ts-scripts-yarn3": "^7.0.2",
82
+ "@xylabs/tsconfig-react": "^7.0.2",
83
+ "@xyo-network/archivist": "^5.0.0",
84
+ "@xyo-network/archivist-memory": "^5.0.0",
85
+ "@xyo-network/bridge-http": "^5.0.0",
86
+ "@xyo-network/bridge-model": "^5.0.0",
87
+ "@xyo-network/id-plugin": "^5.0.0",
88
+ "@xyo-network/node-memory": "^5.0.0",
89
+ "@xyo-network/react-storybook": "^7.0.0",
90
+ "@xyo-network/react-wallet": "^7.0.0",
91
+ "@xyo-network/sentinel": "^5.0.0",
92
+ "@xyo-network/sentinel-memory": "^5.0.0",
89
93
  "react": "^19.1.1",
90
94
  "react-dom": "^19.1.1",
91
95
  "storybook": "^9.0.18",
package/typedoc.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "$schema": "https://typedoc.org/schema.json",
3
- "entryPoints": ["src/index.ts"],
4
- "tsconfig": "./tsconfig.typedoc.json"
5
- }
package/xy.config.ts DELETED
@@ -1,10 +0,0 @@
1
- import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
- const config: XyTsupConfig = {
3
- compile: {
4
- browser: { src: true },
5
- node: {},
6
- neutral: {},
7
- },
8
- }
9
-
10
- export default config