@xyo-network/react-witness 10.0.3 → 10.0.5
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Card.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Card.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAE9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAClE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AACvD,OAAO,KAAmB,MAAM,OAAO,CAAA;AAMvC,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,GAAG,iBAAiB,CAAC,eAAe,CAAC,CAiBhF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardActions.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardActions.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CardActions.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardActions.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAElE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AACvD,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,MAAM,uBAAuB,GAAG,iBAAiB,CAAC,eAAe,CAAC,GACpE,gBAAgB,GAAG;IACnB,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,eAAe,KAAK,IAAI,CAAA;CAC5C,CAAA;AAEH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAUhE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardContent.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CardContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAGlE,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAChE,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,MAAM,uBAAuB,GAAG,iBAAiB,CAAC,eAAe,CAAC,GACpE,gBAAgB,GAAG;IACnB,WAAW,CAAC,EAAE,OAAO,EAAE,CAAA;CACxB,CAAA;AAEH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAmBhE,CAAA"}
|
package/dist/browser/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// src/components/Card/Card.tsx
|
|
2
|
+
import { usePromise } from "@ariestools/sdk-react/promise";
|
|
2
3
|
import { Card } from "@mui/material";
|
|
3
|
-
import { usePromise } from "@xylabs/react-promise";
|
|
4
4
|
import { useState } from "react";
|
|
5
5
|
|
|
6
6
|
// src/components/Card/CardActions.tsx
|
|
7
|
-
import { ButtonEx } from "@
|
|
7
|
+
import { ButtonEx } from "@ariestools/sdk-react/button";
|
|
8
8
|
import { ModuleCardActions } from "@xyo-network/react-module";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
var WitnessCardActions = ({
|
|
@@ -16,7 +16,7 @@ var WitnessCardActions = ({
|
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
// src/components/Card/CardContent.tsx
|
|
19
|
-
import { FlexGrowRow } from "@
|
|
19
|
+
import { FlexGrowRow } from "@ariestools/sdk-react/flexbox";
|
|
20
20
|
import { ModuleCardContent } from "@xyo-network/react-module";
|
|
21
21
|
import { JsonViewerEx } from "@xyo-network/react-payload-raw-info";
|
|
22
22
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
@@ -75,7 +75,7 @@ var WitnessCard = ({
|
|
|
75
75
|
};
|
|
76
76
|
|
|
77
77
|
// src/hooks/node/useWeakWitnessesFromNode.tsx
|
|
78
|
-
import { exists } from "@
|
|
78
|
+
import { exists } from "@ariestools/sdk";
|
|
79
79
|
import { useWeakModulesFromNode } from "@xyo-network/react-node";
|
|
80
80
|
import { asWitnessInstance } from "@xyo-network/sdk";
|
|
81
81
|
var useWeakWitnessesFromNode = (ids, config) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/components/Card/Card.tsx", "../../src/components/Card/CardActions.tsx", "../../src/components/Card/CardContent.tsx", "../../src/components/Card/CardHeader.tsx", "../../src/hooks/node/useWeakWitnessesFromNode.tsx", "../../src/hooks/node/useWeakWitnessFromNode.tsx", "../../src/hooks/node/useWitnessesFromNode.tsx", "../../src/hooks/node/useWitnessFromNode.tsx"],
|
|
4
|
-
"sourcesContent": ["import
|
|
5
|
-
"mappings": ";
|
|
4
|
+
"sourcesContent": ["import { usePromise } from '@ariestools/sdk-react/promise'\nimport type { CardProps } from '@mui/material'\nimport { Card } from '@mui/material'\nimport type { ModuleRenderProps } from '@xyo-network/react-module'\nimport type { WitnessInstance } from '@xyo-network/sdk'\nimport React, { useState } from 'react'\n\nimport { WitnessCardActions } from './CardActions.tsx'\nimport { WitnessCardContent } from './CardContent.tsx'\nimport { WitnessCardHeader } from './CardHeader.tsx'\n\nexport const WitnessCard: React.FC<CardProps & ModuleRenderProps<WitnessInstance>> = ({\n children, mod, ...props\n}) => {\n const [retry, setRetry] = useState(-1)\n const [observation] = usePromise(async () => {\n if (retry >= 0) {\n return await mod?.observe()\n }\n }, [mod, retry])\n return (\n <Card {...props}>\n <WitnessCardHeader mod={mod} />\n <WitnessCardContent mod={mod} observation={observation} />\n {children}\n <WitnessCardActions mod={mod} onObserve={() => setRetry(retry + 1)} />\n </Card>\n )\n}\n", "import { ButtonEx } from '@ariestools/sdk-react/button'\nimport type { CardActionsProps } from '@mui/material'\nimport type { ModuleRenderProps } from '@xyo-network/react-module'\nimport { ModuleCardActions } from '@xyo-network/react-module'\nimport type { WitnessInstance } from '@xyo-network/sdk'\nimport React from 'react'\n\nexport type WitnessCardActionsProps = ModuleRenderProps<WitnessInstance>\n & CardActionsProps & {\n onObserve?: (mod?: WitnessInstance) => void\n }\n\nexport const WitnessCardActions: React.FC<WitnessCardActionsProps> = ({\n onObserve, mod, ...props\n}) => {\n return (\n <ModuleCardActions mod={mod} {...props}>\n <ButtonEx onClick={() => onObserve?.(mod)} size=\"small\" variant=\"outlined\">\n Observe\n </ButtonEx>\n </ModuleCardActions>\n )\n}\n", "import { FlexGrowRow } from '@ariestools/sdk-react/flexbox'\nimport type { CardContentProps } from '@mui/material'\nimport type { ModuleRenderProps } from '@xyo-network/react-module'\nimport { ModuleCardContent } from '@xyo-network/react-module'\nimport { JsonViewerEx } from '@xyo-network/react-payload-raw-info'\nimport type { Payload, WitnessInstance } from '@xyo-network/sdk'\nimport React from 'react'\n\nexport type WitnessCardContentProps = ModuleRenderProps<WitnessInstance>\n & CardContentProps & {\n observation?: Payload[]\n }\n\nexport const WitnessCardContent: React.FC<WitnessCardContentProps> = ({\n children, observation, mod, ...props\n}) => {\n return (\n <ModuleCardContent mod={mod} {...props}>\n <FlexGrowRow\n sx={{\n flexWrap: 'wrap',\n justifyContent: 'start',\n gap: 2,\n }}\n >\n {observation\n ? <JsonViewerEx value={observation} />\n : null}\n {children}\n </FlexGrowRow>\n </ModuleCardContent>\n )\n}\n", "import type { CardHeaderProps } from '@mui/material'\nimport type { ModuleRenderProps } from '@xyo-network/react-module'\nimport { ModuleCardHeader } from '@xyo-network/react-module'\nimport type { WitnessInstance } from '@xyo-network/sdk'\nimport React from 'react'\n\nexport const WitnessCardHeader: React.FC<ModuleRenderProps<WitnessInstance> & CardHeaderProps> = ({\n title, mod, ...props\n}) => {\n return <ModuleCardHeader mod={mod} title={title ?? mod?.config.name ?? 'Witness'} {...props} />\n}\n", "import { exists } from '@ariestools/sdk'\nimport type { ModuleFromNodeConfig } from '@xyo-network/react-node'\nimport { useWeakModulesFromNode } from '@xyo-network/react-node'\nimport type { ModuleIdentifier, WitnessInstance } from '@xyo-network/sdk'\nimport { asWitnessInstance } from '@xyo-network/sdk'\n\nexport const useWeakWitnessesFromNode = (\n ids?: ModuleIdentifier[],\n config?: ModuleFromNodeConfig,\n): [WeakRef<WitnessInstance>[] | null | undefined, Error | undefined] => {\n const [modules, error] = useWeakModulesFromNode(ids, config)\n if (error) {\n return [null, error]\n }\n return [\n modules\n ?.map((mod) => {\n const instance = asWitnessInstance(mod?.deref())\n if (instance) {\n return new WeakRef(instance)\n }\n })\n .filter(exists) ?? [],\n undefined,\n ]\n}\n", "import type { WeakModuleFromNodeConfig } from '@xyo-network/react-node'\nimport { useWeakModuleFromNode } from '@xyo-network/react-node'\nimport type { WitnessInstance } from '@xyo-network/sdk'\nimport { isWitnessInstance } from '@xyo-network/sdk'\n\nexport const useWeakWitnessFromNode = (\n nameOrAddressOrInstance?: string | WitnessInstance,\n config?: WeakModuleFromNodeConfig,\n): [WeakRef<WitnessInstance> | undefined, Error | undefined] => {\n return useWeakModuleFromNode<WitnessInstance>(nameOrAddressOrInstance, { identity: isWitnessInstance, ...config })\n}\n", "import type { ModuleFromNodeConfig } from '@xyo-network/react-node'\nimport { useModulesFromNode } from '@xyo-network/react-node'\nimport type { ModuleIdentifier, WitnessInstance } from '@xyo-network/sdk'\nimport { isWitnessInstance } from '@xyo-network/sdk'\n\nexport const useWitnessesFromNode = (\n ids?: ModuleIdentifier[],\n config?: ModuleFromNodeConfig,\n): [WitnessInstance[] | null | undefined, Error | undefined] => {\n const [modules, error] = useModulesFromNode(ids, config)\n if (error) {\n return [null, error]\n }\n return modules\n ? [\n\n modules.reduce<WitnessInstance[]>((prev, mod) => {\n if (isWitnessInstance(mod)) {\n prev.push(mod)\n }\n return prev\n }, []),\n undefined,\n ]\n : [modules, error]\n}\n", "import type { ModuleFromNodeConfig } from '@xyo-network/react-node'\nimport { useModuleFromNode } from '@xyo-network/react-node'\nimport type { WitnessInstance } from '@xyo-network/sdk'\nimport { asWitnessInstance } from '@xyo-network/sdk'\n\nexport const useWitnessFromNode = (\n nameOrAddressOrInstance?: string | WitnessInstance,\n config?: ModuleFromNodeConfig,\n): [WitnessInstance | undefined, Error | undefined] => {\n const [mod, error] = useModuleFromNode(nameOrAddressOrInstance, config)\n const instance = asWitnessInstance(mod)\n if (mod && !instance) {\n const error = new Error(`Resolved module is not a WitnessInstance [${mod.config?.schema}:${mod.config?.name}:${mod.address}]`)\n console.error(error.message)\n return [undefined, error]\n }\n return [instance, error]\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,SAAS,kBAAkB;AAE3B,SAAS,YAAY;AAGrB,SAAgB,gBAAgB;;;ACLhC,SAAS,gBAAgB;AAGzB,SAAS,yBAAyB;AAc5B;AALC,IAAM,qBAAwD,CAAC;AAAA,EACpE;AAAA,EAAW;AAAA,EAAK,GAAG;AACrB,MAAM;AACJ,SACE,oBAAC,qBAAkB,KAAW,GAAG,OAC/B,8BAAC,YAAS,SAAS,MAAM,YAAY,GAAG,GAAG,MAAK,SAAQ,SAAQ,YAAW,qBAE3E,GACF;AAEJ;;;ACtBA,SAAS,mBAAmB;AAG5B,SAAS,yBAAyB;AAClC,SAAS,oBAAoB;AAcvB,SAQM,OAAAA,MARN;AALC,IAAM,qBAAwD,CAAC;AAAA,EACpE;AAAA,EAAU;AAAA,EAAa;AAAA,EAAK,GAAG;AACjC,MAAM;AACJ,SACE,gBAAAA,KAAC,qBAAkB,KAAW,GAAG,OAC/B;AAAA,IAAC;AAAA;AAAA,MACC,IAAI;AAAA,QACF,UAAU;AAAA,QACV,gBAAgB;AAAA,QAChB,KAAK;AAAA,MACP;AAAA,MAEC;AAAA,sBACG,gBAAAA,KAAC,gBAAa,OAAO,aAAa,IAClC;AAAA,QACH;AAAA;AAAA;AAAA,EACH,GACF;AAEJ;;;AC9BA,SAAS,wBAAwB;AAOxB,gBAAAC,YAAA;AAHF,IAAM,oBAAoF,CAAC;AAAA,EAChG;AAAA,EAAO;AAAA,EAAK,GAAG;AACjB,MAAM;AACJ,SAAO,gBAAAA,KAAC,oBAAiB,KAAU,OAAO,SAAS,KAAK,OAAO,QAAQ,WAAY,GAAG,OAAO;AAC/F;;;AHWI,SACE,OAAAC,MADF,QAAAC,aAAA;AAVG,IAAM,cAAwE,CAAC;AAAA,EACpF;AAAA,EAAU;AAAA,EAAK,GAAG;AACpB,MAAM;AACJ,QAAM,CAAC,OAAO,QAAQ,IAAI,SAAS,EAAE;AACrC,QAAM,CAAC,WAAW,IAAI,WAAW,YAAY;AAC3C,QAAI,SAAS,GAAG;AACd,aAAO,MAAM,KAAK,QAAQ;AAAA,IAC5B;AAAA,EACF,GAAG,CAAC,KAAK,KAAK,CAAC;AACf,SACE,gBAAAA,MAAC,QAAM,GAAG,OACR;AAAA,oBAAAD,KAAC,qBAAkB,KAAU;AAAA,IAC7B,gBAAAA,KAAC,sBAAmB,KAAU,aAA0B;AAAA,IACvD;AAAA,IACD,gBAAAA,KAAC,sBAAmB,KAAU,WAAW,MAAM,SAAS,QAAQ,CAAC,GAAG;AAAA,KACtE;AAEJ;;;AI5BA,SAAS,cAAc;AAEvB,SAAS,8BAA8B;AAEvC,SAAS,yBAAyB;AAE3B,IAAM,2BAA2B,CACtC,KACA,WACuE;AACvE,QAAM,CAAC,SAAS,KAAK,IAAI,uBAAuB,KAAK,MAAM;AAC3D,MAAI,OAAO;AACT,WAAO,CAAC,MAAM,KAAK;AAAA,EACrB;AACA,SAAO;AAAA,IACL,SACI,IAAI,CAAC,QAAQ;AACb,YAAM,WAAW,kBAAkB,KAAK,MAAM,CAAC;AAC/C,UAAI,UAAU;AACZ,eAAO,IAAI,QAAQ,QAAQ;AAAA,MAC7B;AAAA,IACF,CAAC,EACA,OAAO,MAAM,KAAK,CAAC;AAAA,IACtB;AAAA,EACF;AACF;;;ACxBA,SAAS,6BAA6B;AAEtC,SAAS,yBAAyB;AAE3B,IAAM,yBAAyB,CACpC,yBACA,WAC8D;AAC9D,SAAO,sBAAuC,yBAAyB,EAAE,UAAU,mBAAmB,GAAG,OAAO,CAAC;AACnH;;;ACTA,SAAS,0BAA0B;AAEnC,SAAS,qBAAAE,0BAAyB;AAE3B,IAAM,uBAAuB,CAClC,KACA,WAC8D;AAC9D,QAAM,CAAC,SAAS,KAAK,IAAI,mBAAmB,KAAK,MAAM;AACvD,MAAI,OAAO;AACT,WAAO,CAAC,MAAM,KAAK;AAAA,EACrB;AACA,SAAO,UACH;AAAA,IAEE,QAAQ,OAA0B,CAAC,MAAM,QAAQ;AAC/C,UAAIA,mBAAkB,GAAG,GAAG;AAC1B,aAAK,KAAK,GAAG;AAAA,MACf;AACA,aAAO;AAAA,IACT,GAAG,CAAC,CAAC;AAAA,IACL;AAAA,EACF,IACA,CAAC,SAAS,KAAK;AACrB;;;ACxBA,SAAS,yBAAyB;AAElC,SAAS,qBAAAC,0BAAyB;AAE3B,IAAM,qBAAqB,CAChC,yBACA,WACqD;AACrD,QAAM,CAAC,KAAK,KAAK,IAAI,kBAAkB,yBAAyB,MAAM;AACtE,QAAM,WAAWA,mBAAkB,GAAG;AACtC,MAAI,OAAO,CAAC,UAAU;AACpB,UAAMC,SAAQ,IAAI,MAAM,6CAA6C,IAAI,QAAQ,MAAM,IAAI,IAAI,QAAQ,IAAI,IAAI,IAAI,OAAO,GAAG;AAC7H,YAAQ,MAAMA,OAAM,OAAO;AAC3B,WAAO,CAAC,QAAWA,MAAK;AAAA,EAC1B;AACA,SAAO,CAAC,UAAU,KAAK;AACzB;",
|
|
6
6
|
"names": ["jsx", "jsx", "jsx", "jsxs", "isWitnessInstance", "asWitnessInstance", "error"]
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-witness",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.5",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,115 +41,103 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-module": "~10.0.
|
|
45
|
-
"@xyo-network/react-
|
|
46
|
-
"@xyo-network/react-
|
|
44
|
+
"@xyo-network/react-module": "~10.0.5",
|
|
45
|
+
"@xyo-network/react-node": "~10.0.5",
|
|
46
|
+
"@xyo-network/react-payload-raw-info": "~10.0.5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
+
"@ariestools/eth-address": "~8.0.2",
|
|
50
|
+
"@ariestools/pixel": "~8.0.2",
|
|
51
|
+
"@ariestools/sdk": "~8.0.2",
|
|
52
|
+
"@ariestools/sdk-react": "~11.0.0",
|
|
53
|
+
"@ariestools/threads": "~8.0.2",
|
|
49
54
|
"@bitauth/libauth": "~3.0.0",
|
|
50
|
-
"@
|
|
51
|
-
"@mui/material": "
|
|
52
|
-
"@mui/
|
|
53
|
-
"@mui/
|
|
55
|
+
"@metamask/providers": "~22.1.1",
|
|
56
|
+
"@mui/icons-material": "~9.2.0",
|
|
57
|
+
"@mui/material": "~9.2.0",
|
|
58
|
+
"@mui/system": "~9.2.0",
|
|
59
|
+
"@mui/x-tree-view": "~9.8.0",
|
|
54
60
|
"@noble/post-quantum": "~0.6.1",
|
|
55
|
-
"@opentelemetry/api": "
|
|
56
|
-
"@opentelemetry/sdk-trace-base": "
|
|
61
|
+
"@opentelemetry/api": "~1.9.1",
|
|
62
|
+
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
57
63
|
"@react-spring/web": "~10.1.2",
|
|
58
64
|
"@scure/base": "~2.2.0",
|
|
59
65
|
"@scure/bip39": "~2.2.0",
|
|
60
66
|
"@storybook/react-vite": "~10.4.6",
|
|
67
|
+
"@types/react": "~19.2.17",
|
|
68
|
+
"@xylabs/toolchain": "~8.6.6",
|
|
69
|
+
"@xylabs/tsconfig": "~8.6.6",
|
|
70
|
+
"@xylabs/tsconfig-dom": "~8.6.6",
|
|
71
|
+
"@xylabs/tsconfig-react": "~8.6.6",
|
|
72
|
+
"@xyo-network/id-plugin": "~7.0.3",
|
|
73
|
+
"@xyo-network/sdk": "~7.0.9",
|
|
74
|
+
"@xyo-network/sdk-protocol": "~7.0.14",
|
|
75
|
+
"ajv": "~8.20.0",
|
|
76
|
+
"async-mutex": "~0.5.0",
|
|
77
|
+
"clsx": "~2.1.1",
|
|
78
|
+
"debug": "~4.4.3",
|
|
79
|
+
"eslint": "~10.6.0",
|
|
80
|
+
"ethers": "~6.17.0",
|
|
81
|
+
"hash-wasm": "~4.12.0",
|
|
82
|
+
"idb": "~8.0.3",
|
|
83
|
+
"lru-cache": "~11.5.1",
|
|
84
|
+
"md5": "~2.3.0",
|
|
85
|
+
"numeral": "~2.0.6",
|
|
86
|
+
"observable-fns": "~0.6.1",
|
|
87
|
+
"query-string": "~9.4.1",
|
|
88
|
+
"react": "~19.2.7",
|
|
89
|
+
"react-dom": "~19.2.7",
|
|
90
|
+
"react-router-dom": "~7.18.1",
|
|
91
|
+
"rollbar": "~3.1.0",
|
|
92
|
+
"storybook": "~10.4.6",
|
|
93
|
+
"typescript": "~6.0.3",
|
|
94
|
+
"viem": "~2.54.3",
|
|
95
|
+
"vite": "~8.1.3",
|
|
96
|
+
"webextension-polyfill": "~0.12.0",
|
|
97
|
+
"zod": "~4.4.3",
|
|
98
|
+
"zustand": "~5.0.14"
|
|
99
|
+
},
|
|
100
|
+
"peerDependencies": {
|
|
101
|
+
"@ariestools/eth-address": "^8.0.2",
|
|
102
|
+
"@ariestools/pixel": "^8.0.2",
|
|
103
|
+
"@ariestools/sdk": "^8.0.2",
|
|
104
|
+
"@ariestools/sdk-react": "^11.0.0",
|
|
105
|
+
"@ariestools/threads": "^8.0.2",
|
|
106
|
+
"@bitauth/libauth": "^3.0.0",
|
|
107
|
+
"@metamask/providers": "^22.1.1",
|
|
108
|
+
"@mui/icons-material": "^9.2.0",
|
|
109
|
+
"@mui/material": "^9.2.0",
|
|
110
|
+
"@mui/system": "^9.2.0",
|
|
111
|
+
"@mui/x-tree-view": "^9.8.0",
|
|
112
|
+
"@noble/post-quantum": "^0.6.1",
|
|
113
|
+
"@opentelemetry/api": "^1.9.1",
|
|
114
|
+
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
115
|
+
"@react-spring/web": "^10.1.2",
|
|
116
|
+
"@scure/base": "^2.2.0",
|
|
117
|
+
"@scure/bip39": "^2.2.0",
|
|
61
118
|
"@types/react": "^19.2.17",
|
|
62
|
-
"@
|
|
63
|
-
"@
|
|
64
|
-
"@xylabs/pixel": "^7.0.1",
|
|
65
|
-
"@xylabs/react-async-effect": "~10.0",
|
|
66
|
-
"@xylabs/react-button": "~10.0",
|
|
67
|
-
"@xylabs/react-crypto": "~10.0",
|
|
68
|
-
"@xylabs/react-flexbox": "~10.0",
|
|
69
|
-
"@xylabs/react-hooks": "~10.0",
|
|
70
|
-
"@xylabs/react-link": "~10.0",
|
|
71
|
-
"@xylabs/react-promise": "~10.0",
|
|
72
|
-
"@xylabs/react-shared": "~10.0",
|
|
73
|
-
"@xylabs/react-theme": "~10.0",
|
|
74
|
-
"@xylabs/sdk": "^7.0.1",
|
|
75
|
-
"@xylabs/sdk-react": "~10.0",
|
|
76
|
-
"@xylabs/threads": "^7.0.1",
|
|
77
|
-
"@xylabs/toolchain": "~8.5.3",
|
|
78
|
-
"@xylabs/tsconfig": "^8.5.3",
|
|
79
|
-
"@xylabs/tsconfig-dom": "^8.5.3",
|
|
80
|
-
"@xylabs/tsconfig-react": "~8.5.3",
|
|
81
|
-
"@xyo-network/id-plugin": "^7.0.1",
|
|
82
|
-
"@xyo-network/sdk": "^7.0.3",
|
|
119
|
+
"@xyo-network/sdk": "^7.0.9",
|
|
120
|
+
"@xyo-network/sdk-protocol": "^7.0.14",
|
|
83
121
|
"ajv": "^8.20.0",
|
|
84
122
|
"async-mutex": "^0.5.0",
|
|
85
|
-
"clsx": "
|
|
123
|
+
"clsx": "^2.1.1",
|
|
86
124
|
"debug": "^4.4.3",
|
|
87
|
-
"eslint": "^10.6.0",
|
|
88
125
|
"ethers": "^6.17.0",
|
|
89
|
-
"hash-wasm": "
|
|
126
|
+
"hash-wasm": "^4.12.0",
|
|
90
127
|
"idb": "^8.0.3",
|
|
91
128
|
"lru-cache": "^11.5.1",
|
|
92
|
-
"md5": "
|
|
93
|
-
"numeral": "
|
|
129
|
+
"md5": "^2.3.0",
|
|
130
|
+
"numeral": "^2.0.6",
|
|
94
131
|
"observable-fns": "^0.6.1",
|
|
95
|
-
"query-string": "
|
|
132
|
+
"query-string": "^9.4.1",
|
|
96
133
|
"react": "^19.2.7",
|
|
97
134
|
"react-dom": "^19.2.7",
|
|
98
|
-
"react-router-dom": "^7.18.
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"vite": "^8.1.0",
|
|
135
|
+
"react-router-dom": "^7.18.1",
|
|
136
|
+
"rollbar": "^3.1.0",
|
|
137
|
+
"viem": "^2.54.3",
|
|
138
|
+
"webextension-polyfill": "^0.12.0",
|
|
103
139
|
"zod": "^4.4.3",
|
|
104
|
-
"zustand": "
|
|
105
|
-
},
|
|
106
|
-
"peerDependencies": {
|
|
107
|
-
"@bitauth/libauth": "~3.0",
|
|
108
|
-
"@mui/icons-material": "^9.0",
|
|
109
|
-
"@mui/material": "^9.0",
|
|
110
|
-
"@mui/system": "^9.0",
|
|
111
|
-
"@mui/x-tree-view": "~9.7",
|
|
112
|
-
"@noble/post-quantum": "~0.6.1",
|
|
113
|
-
"@opentelemetry/api": "^1.9",
|
|
114
|
-
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
115
|
-
"@react-spring/web": "~10.1",
|
|
116
|
-
"@scure/base": "~2.2",
|
|
117
|
-
"@scure/bip39": "~2.2",
|
|
118
|
-
"@types/react": "^19.2",
|
|
119
|
-
"@xylabs/eth-address": "^7.0",
|
|
120
|
-
"@xylabs/geo": "^7.0",
|
|
121
|
-
"@xylabs/pixel": "^7.0",
|
|
122
|
-
"@xylabs/react-async-effect": "^10.0",
|
|
123
|
-
"@xylabs/react-button": "^10.0",
|
|
124
|
-
"@xylabs/react-crypto": "^10.0",
|
|
125
|
-
"@xylabs/react-flexbox": "^10.0",
|
|
126
|
-
"@xylabs/react-hooks": "^10.0",
|
|
127
|
-
"@xylabs/react-link": "^10.0",
|
|
128
|
-
"@xylabs/react-promise": "^10.0",
|
|
129
|
-
"@xylabs/react-shared": "^10.0",
|
|
130
|
-
"@xylabs/react-theme": "^10.0",
|
|
131
|
-
"@xylabs/sdk": "^7.0",
|
|
132
|
-
"@xylabs/sdk-react": "^10.0",
|
|
133
|
-
"@xylabs/threads": "^7.0",
|
|
134
|
-
"@xyo-network/sdk": "*",
|
|
135
|
-
"ajv": "^8.20",
|
|
136
|
-
"async-mutex": "^0.5",
|
|
137
|
-
"clsx": "~2.1",
|
|
138
|
-
"debug": "^4.4",
|
|
139
|
-
"ethers": "^6.16",
|
|
140
|
-
"hash-wasm": "~4.12",
|
|
141
|
-
"idb": "^8.0",
|
|
142
|
-
"lru-cache": "^11.3",
|
|
143
|
-
"md5": "~2.3",
|
|
144
|
-
"numeral": "~2.0",
|
|
145
|
-
"observable-fns": "~0.6",
|
|
146
|
-
"query-string": "~9.4",
|
|
147
|
-
"react": "^19.2",
|
|
148
|
-
"react-dom": "^19.2",
|
|
149
|
-
"react-router-dom": "^7.15",
|
|
150
|
-
"viem": "^2.48",
|
|
151
|
-
"zod": "^4.4",
|
|
152
|
-
"zustand": "~5.0"
|
|
140
|
+
"zustand": "^5.0.14"
|
|
153
141
|
},
|
|
154
142
|
"publishConfig": {
|
|
155
143
|
"access": "public"
|