@xyo-network/react-node-renderer 2.65.0 → 2.65.2

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
@@ -10,20 +10,20 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-async-effect": "^3.0.18",
14
- "@xylabs/react-flexbox": "^3.0.18",
15
- "@xylabs/react-identicon": "^3.0.18",
16
- "@xylabs/react-promise": "^3.0.18",
17
- "@xylabs/react-shared": "^3.0.18",
18
- "@xyo-network/account-model": "^2.76.0",
19
- "@xyo-network/archivist-model": "^2.76.0",
20
- "@xyo-network/diviner-model": "^2.76.0",
21
- "@xyo-network/module": "^2.76.0",
22
- "@xyo-network/node-model": "^2.76.0",
23
- "@xyo-network/react-archivist": "~2.65.0",
24
- "@xyo-network/react-module": "~2.65.0",
25
- "@xyo-network/react-node": "~2.65.0",
26
- "@xyo-network/react-shared": "~2.65.0",
13
+ "@xylabs/react-async-effect": "^3.0.21",
14
+ "@xylabs/react-flexbox": "^3.0.21",
15
+ "@xylabs/react-identicon": "^3.0.21",
16
+ "@xylabs/react-promise": "^3.0.21",
17
+ "@xylabs/react-shared": "^3.0.21",
18
+ "@xyo-network/account-model": "^2.77.7",
19
+ "@xyo-network/archivist-model": "^2.77.7",
20
+ "@xyo-network/diviner-model": "^2.77.7",
21
+ "@xyo-network/module": "^2.77.7",
22
+ "@xyo-network/node-model": "^2.77.7",
23
+ "@xyo-network/react-archivist": "~2.65.2",
24
+ "@xyo-network/react-module": "~2.65.2",
25
+ "@xyo-network/react-node": "~2.65.2",
26
+ "@xyo-network/react-shared": "~2.65.2",
27
27
  "cytoscape": "^3.26.0",
28
28
  "cytoscape-cola": "^2.5.1"
29
29
  },
@@ -31,27 +31,26 @@
31
31
  "@mui/icons-material": "^5",
32
32
  "@mui/material": "^5",
33
33
  "@mui/styles": "^5",
34
- "axios": "^1",
35
34
  "react": "^18",
36
35
  "react-dom": "^18"
37
36
  },
38
37
  "devDependencies": {
39
- "@storybook/react": "^7.4.6",
40
- "@types/cytoscape": "^3.19.12",
41
- "@types/react-dom": "^18.2.13",
42
- "@xylabs/ts-scripts-yarn3": "^3.1.9",
43
- "@xylabs/tsconfig-react": "^3.1.9",
44
- "@xyo-network/archivist": "^2.76.0",
45
- "@xyo-network/bridge-model": "^2.76.0",
46
- "@xyo-network/http-bridge": "^2.76.0",
47
- "@xyo-network/id-plugin": "^2.76.0",
48
- "@xyo-network/module": "^2.76.0",
49
- "@xyo-network/node-memory": "^2.76.0",
50
- "@xyo-network/react-node": "~2.65.0",
51
- "@xyo-network/react-storybook": "~2.65.0",
52
- "@xyo-network/react-wallet": "~2.65.0",
53
- "@xyo-network/sentinel": "^2.76.0",
54
- "@xyo-network/witness": "^2.76.0",
38
+ "@storybook/react": "^7.5.1",
39
+ "@types/cytoscape": "^3.19.13",
40
+ "@types/react-dom": "^18.2.14",
41
+ "@xylabs/ts-scripts-yarn3": "^3.1.13",
42
+ "@xylabs/tsconfig-react": "^3.1.13",
43
+ "@xyo-network/archivist": "^2.77.7",
44
+ "@xyo-network/bridge-model": "^2.77.7",
45
+ "@xyo-network/http-bridge": "^2.77.7",
46
+ "@xyo-network/id-plugin": "^2.77.7",
47
+ "@xyo-network/module": "^2.77.7",
48
+ "@xyo-network/node-memory": "^2.77.7",
49
+ "@xyo-network/react-node": "~2.65.2",
50
+ "@xyo-network/react-storybook": "~2.65.2",
51
+ "@xyo-network/react-wallet": "~2.65.2",
52
+ "@xyo-network/sentinel": "^2.77.7",
53
+ "@xyo-network/witness": "^2.77.7",
55
54
  "typescript": "^5.2.2"
56
55
  },
57
56
  "description": "Common React library for all XYO projects that use React",
@@ -91,7 +90,7 @@
91
90
  "typescript",
92
91
  "react"
93
92
  ],
94
- "license": "LGPL-3.0",
93
+ "license": "LGPL-3.0-only",
95
94
  "publishConfig": {
96
95
  "access": "public"
97
96
  },
@@ -105,6 +104,6 @@
105
104
  },
106
105
  "sideEffects": false,
107
106
  "types": "dist/browser/index.d.ts",
108
- "version": "2.65.0",
107
+ "version": "2.65.2",
109
108
  "type": "module"
110
109
  }
@@ -33,7 +33,9 @@ const MemoryNodeDecorator: Decorator = (Story, args) => {
33
33
  await node.register(archivist)
34
34
  await node.attach(archivist.address, true)
35
35
 
36
- const sentinel = await MemorySentinel.create({ config: { name: 'MemorySentinel', schema: SentinelConfigSchema, tasks: [] } })
36
+ const sentinel = await MemorySentinel.create({
37
+ config: { name: 'MemorySentinel', schema: SentinelConfigSchema, synchronous: true, tasks: [] },
38
+ })
37
39
  await node.register(sentinel)
38
40
  await node.attach(sentinel.address, true)
39
41
 
@@ -39,7 +39,9 @@ const MemoryNodeDecorator: Decorator = (Story, args) => {
39
39
  await node.register(archivist)
40
40
  await node.attach(archivist.address, true)
41
41
 
42
- const sentinel = await MemorySentinel.create({ config: { name: 'MemorySentinel', schema: SentinelConfigSchema, tasks: [] } })
42
+ const sentinel = await MemorySentinel.create({
43
+ config: { name: 'MemorySentinel', schema: SentinelConfigSchema, synchronous: true, tasks: [] },
44
+ })
43
45
  await node.register(sentinel)
44
46
  await node.attach(sentinel.address, true)
45
47