@xyo-network/react-node-renderer 2.77.0-rc.1 → 2.77.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/dist/browser/index.cjs +1 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +1 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -1
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +26 -27
- package/src/Cytoscape/lib/layout/ConcentricLayout.ts +1 -1
package/package.json
CHANGED
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
"@xylabs/react-identicon": "^3.1.7",
|
|
17
17
|
"@xylabs/react-promise": "^3.1.7",
|
|
18
18
|
"@xylabs/react-shared": "^3.1.7",
|
|
19
|
-
"@xyo-network/account-model": "
|
|
20
|
-
"@xyo-network/archivist-model": "
|
|
21
|
-
"@xyo-network/bridge-model": "
|
|
22
|
-
"@xyo-network/diviner-model": "
|
|
23
|
-
"@xyo-network/module-events": "
|
|
24
|
-
"@xyo-network/module-model": "
|
|
25
|
-
"@xyo-network/node-model": "
|
|
26
|
-
"@xyo-network/react-archivist": "~2.77.0
|
|
27
|
-
"@xyo-network/react-module": "~2.77.0
|
|
28
|
-
"@xyo-network/react-node": "~2.77.0
|
|
29
|
-
"@xyo-network/react-shared": "~2.77.0
|
|
30
|
-
"@xyo-network/sentinel-model": "
|
|
31
|
-
"@xyo-network/witness-model": "
|
|
19
|
+
"@xyo-network/account-model": "^2.106.0",
|
|
20
|
+
"@xyo-network/archivist-model": "^2.106.0",
|
|
21
|
+
"@xyo-network/bridge-model": "^2.106.0",
|
|
22
|
+
"@xyo-network/diviner-model": "^2.106.0",
|
|
23
|
+
"@xyo-network/module-events": "^2.106.0",
|
|
24
|
+
"@xyo-network/module-model": "^2.106.0",
|
|
25
|
+
"@xyo-network/node-model": "^2.106.0",
|
|
26
|
+
"@xyo-network/react-archivist": "~2.77.0",
|
|
27
|
+
"@xyo-network/react-module": "~2.77.0",
|
|
28
|
+
"@xyo-network/react-node": "~2.77.0",
|
|
29
|
+
"@xyo-network/react-shared": "~2.77.0",
|
|
30
|
+
"@xyo-network/sentinel-model": "^2.106.0",
|
|
31
|
+
"@xyo-network/witness-model": "^2.106.0",
|
|
32
32
|
"cytoscape": "^3.29.2",
|
|
33
33
|
"cytoscape-cola": "^2.5.1",
|
|
34
34
|
"cytoscape-cose-bilkent": "^4.1.0",
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@storybook/react": "^7.6.19",
|
|
47
|
-
"@types/cytoscape": "^3.21.
|
|
47
|
+
"@types/cytoscape": "^3.21.4",
|
|
48
48
|
"@types/cytoscape-dagre": "^2.3.3",
|
|
49
49
|
"@types/cytoscape-euler": "^1.2.3",
|
|
50
50
|
"@types/react-dom": "^18.3.0",
|
|
51
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
52
|
-
"@xylabs/tsconfig-react": "^3.
|
|
53
|
-
"@xyo-network/archivist": "
|
|
54
|
-
"@xyo-network/bridge-http": "
|
|
55
|
-
"@xyo-network/bridge-model": "
|
|
56
|
-
"@xyo-network/id-plugin": "
|
|
57
|
-
"@xyo-network/node-memory": "
|
|
58
|
-
"@xyo-network/react-storybook": "~2.77.0
|
|
59
|
-
"@xyo-network/react-wallet": "~2.77.0
|
|
60
|
-
"@xyo-network/sentinel": "
|
|
51
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.2",
|
|
52
|
+
"@xylabs/tsconfig-react": "^3.11.2",
|
|
53
|
+
"@xyo-network/archivist": "^2.106.0",
|
|
54
|
+
"@xyo-network/bridge-http": "^2.106.0",
|
|
55
|
+
"@xyo-network/bridge-model": "^2.106.0",
|
|
56
|
+
"@xyo-network/id-plugin": "^2.96.1",
|
|
57
|
+
"@xyo-network/node-memory": "^2.106.0",
|
|
58
|
+
"@xyo-network/react-storybook": "~2.77.0",
|
|
59
|
+
"@xyo-network/react-wallet": "~2.77.0",
|
|
60
|
+
"@xyo-network/sentinel": "^2.106.0",
|
|
61
61
|
"typescript": "^5.4.5"
|
|
62
62
|
},
|
|
63
63
|
"description": "Common React library for all XYO projects that use React",
|
|
@@ -111,7 +111,6 @@
|
|
|
111
111
|
},
|
|
112
112
|
"sideEffects": false,
|
|
113
113
|
"types": "dist/browser/index.d.ts",
|
|
114
|
-
"version": "2.77.0
|
|
115
|
-
"type": "module"
|
|
116
|
-
"stableVersion": "2.76.6"
|
|
114
|
+
"version": "2.77.0",
|
|
115
|
+
"type": "module"
|
|
117
116
|
}
|