@xyo-network/react-node-renderer 2.49.13 → 2.50.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.
@@ -1,3 +1,4 @@
1
+ export * from './lib';
1
2
  export * from './ModuleCardParser';
2
3
  export * from './ProvidedNodeRenderer';
3
4
  export * from './RelationalGraph';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA;AACrB,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
@@ -1,3 +1,4 @@
1
+ export * from './lib';
1
2
  export * from './ModuleCardParser';
2
3
  export * from './ProvidedNodeRenderer';
3
4
  export * from './RelationalGraph';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA;AACrB,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
package/package.json CHANGED
@@ -10,18 +10,18 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-async-effect": "^2.17.2",
14
- "@xylabs/react-flexbox": "^2.17.2",
15
- "@xylabs/react-shared": "^2.17.2",
16
- "@xyo-network/archivist-model": "^2.57.5",
17
- "@xyo-network/diviner-model": "^2.57.5",
18
- "@xyo-network/module": "^2.57.5",
19
- "@xyo-network/node": "^2.57.5",
20
- "@xyo-network/react-archivist": "^2.49.13",
21
- "@xyo-network/react-module": "^2.49.13",
22
- "@xyo-network/react-node": "^2.49.13",
23
- "@xyo-network/react-shared": "^2.49.13",
24
- "cytoscape": "^3.24.0"
13
+ "@xylabs/react-async-effect": "^2.17.3",
14
+ "@xylabs/react-flexbox": "^2.17.3",
15
+ "@xylabs/react-shared": "^2.17.3",
16
+ "@xyo-network/archivist-model": "^2.58.0",
17
+ "@xyo-network/diviner-model": "^2.58.0",
18
+ "@xyo-network/module": "^2.58.0",
19
+ "@xyo-network/node": "^2.58.0",
20
+ "@xyo-network/react-archivist": "^2.50.0",
21
+ "@xyo-network/react-module": "^2.50.0",
22
+ "@xyo-network/react-node": "^2.50.0",
23
+ "@xyo-network/react-shared": "^2.50.0",
24
+ "cytoscape": "^3.25.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@mui/icons-material": "^5",
@@ -33,21 +33,21 @@
33
33
  "react-router-dom": "^6"
34
34
  },
35
35
  "devDependencies": {
36
- "@storybook/react": "^7.0.12",
36
+ "@storybook/react": "^7.0.17",
37
37
  "@types/cytoscape": "^3.19.9",
38
38
  "@types/react-dom": "^18.2.4",
39
39
  "@xylabs/ts-scripts-yarn3": "^2.17.13",
40
40
  "@xylabs/tsconfig-react": "^2.17.13",
41
- "@xyo-network/account": "^2.57.5",
42
- "@xyo-network/archivist": "^2.57.5",
43
- "@xyo-network/bridge": "^2.57.5",
44
- "@xyo-network/id-plugin": "^2.57.5",
45
- "@xyo-network/module": "^2.57.5",
46
- "@xyo-network/node": "^2.57.5",
47
- "@xyo-network/react-node": "^2.49.13",
48
- "@xyo-network/react-storybook": "^2.49.13",
49
- "@xyo-network/react-wallet": "^2.49.13",
50
- "@xyo-network/sentinel": "^2.57.5",
41
+ "@xyo-network/account": "^2.58.0",
42
+ "@xyo-network/archivist": "^2.58.0",
43
+ "@xyo-network/bridge": "^2.58.0",
44
+ "@xyo-network/id-plugin": "^2.58.0",
45
+ "@xyo-network/module": "^2.58.0",
46
+ "@xyo-network/node": "^2.58.0",
47
+ "@xyo-network/react-node": "^2.50.0",
48
+ "@xyo-network/react-storybook": "^2.50.0",
49
+ "@xyo-network/react-wallet": "^2.50.0",
50
+ "@xyo-network/sentinel": "^2.58.0",
51
51
  "typescript": "^5.0.4"
52
52
  },
53
53
  "description": "Common React library for all XYO projects that use React",
@@ -93,5 +93,5 @@
93
93
  },
94
94
  "sideEffects": false,
95
95
  "types": "dist/types/index.d.ts",
96
- "version": "2.49.13"
96
+ "version": "2.50.0"
97
97
  }
@@ -1,3 +1,4 @@
1
+ export * from './lib'
1
2
  export * from './ModuleCardParser'
2
3
  export * from './ProvidedNodeRenderer'
3
4
  export * from './RelationalGraph'
package/typedoc.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://typedoc.org/schema.json",
3
+ "entryPoints": ["src/index.ts"],
4
+ "tsconfig": "./tsconfig.typedoc.json"
5
+ }