Skip to content

Commit ff20dcb

Browse files
committed
updo
1 parent b173003 commit ff20dcb

File tree

80 files changed

+2591
-2589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2591
-2589
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
"@eslint-react/eslint-plugin": "^1.52.3",
5959
"@mui/icons-material": "^7.2.0",
6060
"@mui/material": "^7.2.0",
61-
"@storybook/addon-docs": "^9.0.17",
62-
"@storybook/addon-links": "^9.0.17",
63-
"@storybook/react-vite": "^9.0.17",
64-
"@stylistic/eslint-plugin": "^5.2.0",
65-
"@types/node": "^24.0.14",
61+
"@storybook/addon-docs": "^9.0.18",
62+
"@storybook/addon-links": "^9.0.18",
63+
"@storybook/react-vite": "^9.0.18",
64+
"@stylistic/eslint-plugin": "^5.2.2",
65+
"@types/node": "^24.1.0",
6666
"@types/react": "^19.1.8",
67-
"@typescript-eslint/eslint-plugin": "^8.37.0",
68-
"@typescript-eslint/parser": "^8.37.0",
67+
"@typescript-eslint/eslint-plugin": "^8.38.0",
68+
"@typescript-eslint/parser": "^8.38.0",
6969
"@vitejs/plugin-react-swc": "^3.11.0",
7070
"@xylabs/eslint-config-flat": "next",
7171
"@xylabs/eslint-config-react-flat": "next",
@@ -78,18 +78,18 @@
7878
"dotenv": "^17.2.0",
7979
"eslint": "^9.31.0",
8080
"eslint-import-resolver-typescript": "^4.4.4",
81-
"eslint-plugin-storybook": "9.0.17",
81+
"eslint-plugin-storybook": "9.0.18",
8282
"knip": "^5.62.0",
8383
"luxon": "^3.7.1",
8484
"react": "^19.1.0",
8585
"react-dom": "^19.1.0",
8686
"react-helmet": "^6.1.0",
8787
"rimraf": "^6.0.1",
88-
"storybook": "^9.0.17",
88+
"storybook": "^9.0.18",
8989
"typedoc": "^0.28.7",
9090
"typescript": "^5.8.3",
9191
"vite": "^7.0.5",
92-
"vite-plugin-checker": "^0.10.0",
92+
"vite-plugin-checker": "^0.10.1",
9393
"vite-plugin-top-level-await": "^1.6.0",
9494
"vite-tsconfig-paths": "^5.1.4",
9595
"vitest": "^3.2.4"

packages/modules/packages/archivist/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/exists": "^4.13.21",
43-
"@xylabs/hex": "^4.13.21",
42+
"@xylabs/exists": "^4.13.23",
43+
"@xylabs/hex": "^4.13.23",
4444
"@xylabs/react-async-effect": "^6.3.13",
4545
"@xylabs/react-button": "^6.3.13",
4646
"@xylabs/react-flexbox": "^6.3.13",
4747
"@xylabs/react-promise": "^6.3.13",
48-
"@xyo-network/archivist-memory": "^4.1.4",
49-
"@xyo-network/archivist-model": "^4.1.4",
50-
"@xyo-network/boundwitness-builder": "^4.1.4",
51-
"@xyo-network/boundwitness-model": "^4.1.4",
52-
"@xyo-network/module-model": "^4.1.4",
53-
"@xyo-network/module-wrapper": "^4.1.4",
54-
"@xyo-network/payload-model": "^4.1.4",
48+
"@xyo-network/archivist-memory": "^4.1.7",
49+
"@xyo-network/archivist-model": "^4.1.7",
50+
"@xyo-network/boundwitness-builder": "^4.1.7",
51+
"@xyo-network/boundwitness-model": "^4.1.7",
52+
"@xyo-network/module-model": "^4.1.7",
53+
"@xyo-network/module-wrapper": "^4.1.7",
54+
"@xyo-network/payload-model": "^4.1.7",
5555
"@xyo-network/react-module": "workspace:^",
5656
"@xyo-network/react-node": "workspace:^",
5757
"@xyo-network/react-wallet": "workspace:^",
@@ -60,16 +60,16 @@
6060
"devDependencies": {
6161
"@mui/icons-material": "^7.2.0",
6262
"@mui/material": "^7.2.0",
63-
"@storybook/react-vite": "^9.0.17",
63+
"@storybook/react-vite": "^9.0.18",
6464
"@types/react": "^19.1.8",
65-
"@xylabs/events": "^4.13.21",
65+
"@xylabs/events": "^4.13.23",
6666
"@xylabs/ts-scripts-yarn3": "next",
6767
"@xylabs/tsconfig-react": "next",
68-
"@xyo-network/account": "^4.1.4",
69-
"@xyo-network/node-memory": "^4.1.4",
68+
"@xyo-network/account": "^4.1.7",
69+
"@xyo-network/node-memory": "^4.1.7",
7070
"react": "^19.1.0",
7171
"react-dom": "^19.1.0",
72-
"storybook": "^9.0.17",
72+
"storybook": "^9.0.18",
7373
"typescript": "^5.8.3"
7474
},
7575
"peerDependencies": {

packages/modules/packages/diviner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/exists": "^4.13.21",
43-
"@xyo-network/diviner-model": "^4.1.4",
44-
"@xyo-network/module-model": "^4.1.4",
42+
"@xylabs/exists": "^4.13.23",
43+
"@xyo-network/diviner-model": "^4.1.7",
44+
"@xyo-network/module-model": "^4.1.7",
4545
"@xyo-network/react-node": "workspace:^"
4646
},
4747
"devDependencies": {

packages/modules/packages/module/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,31 +39,31 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/eth-address": "^4.13.21",
42+
"@xylabs/eth-address": "^4.13.23",
4343
"@xylabs/react-button": "^6.3.13",
4444
"@xylabs/react-crypto": "^6.3.13",
4545
"@xylabs/react-flexbox": "^6.3.13",
4646
"@xylabs/react-promise": "^6.3.13",
47-
"@xyo-network/diviner-model": "^4.1.4",
48-
"@xyo-network/module-model": "^4.1.4",
47+
"@xyo-network/diviner-model": "^4.1.7",
48+
"@xyo-network/module-model": "^4.1.7",
4949
"@xyo-network/react-shared": "workspace:^"
5050
},
5151
"devDependencies": {
5252
"@mui/icons-material": "^7.2.0",
5353
"@mui/material": "^7.2.0",
54-
"@storybook/react-vite": "^9.0.17",
54+
"@storybook/react-vite": "^9.0.18",
5555
"@types/react": "^19.1.8",
5656
"@xylabs/react-async-effect": "^6.3.13",
5757
"@xylabs/ts-scripts-yarn3": "next",
5858
"@xylabs/tsconfig-react": "next",
59-
"@xyo-network/archivist": "^4.1.4",
60-
"@xyo-network/archivist-memory": "^4.1.4",
61-
"@xyo-network/crypto-asset-plugin": "^4.1.0",
62-
"@xyo-network/diviner-address-history": "^4.1.4",
63-
"@xyo-network/node-memory": "^4.1.4",
59+
"@xyo-network/archivist": "^4.1.7",
60+
"@xyo-network/archivist-memory": "^4.1.7",
61+
"@xyo-network/crypto-asset-plugin": "^4.1.1",
62+
"@xyo-network/diviner-address-history": "^4.1.7",
63+
"@xyo-network/node-memory": "^4.1.7",
6464
"react": "^19.1.0",
6565
"react-dom": "^19.1.0",
66-
"storybook": "^9.0.17",
66+
"storybook": "^9.0.18",
6767
"typescript": "^5.8.3"
6868
},
6969
"peerDependencies": {

packages/modules/packages/node/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
4242
"@mui/x-tree-view": "^8.9.0",
43-
"@xylabs/exists": "^4.13.21",
44-
"@xylabs/logger": "^4.13.21",
43+
"@xylabs/exists": "^4.13.23",
44+
"@xylabs/logger": "^4.13.23",
4545
"@xylabs/react-async-effect": "^6.3.13",
4646
"@xylabs/react-flexbox": "^6.3.13",
4747
"@xylabs/react-promise": "^6.3.13",
48-
"@xylabs/typeof": "^4.13.21",
49-
"@xyo-network/module-abstract": "^4.1.4",
50-
"@xyo-network/module-model": "^4.1.4",
51-
"@xyo-network/node-model": "^4.1.4",
52-
"@xyo-network/payload-model": "^4.1.4",
48+
"@xylabs/typeof": "^4.13.23",
49+
"@xyo-network/module-abstract": "^4.1.7",
50+
"@xyo-network/module-model": "^4.1.7",
51+
"@xyo-network/node-model": "^4.1.7",
52+
"@xyo-network/payload-model": "^4.1.7",
5353
"@xyo-network/react-node-context": "workspace:^",
5454
"@xyo-network/react-node-provider": "workspace:^"
5555
},
@@ -59,18 +59,18 @@
5959
"@mui/icons-material": "^7.2.0",
6060
"@mui/material": "^7.2.0",
6161
"@mui/system": "^7.2.0",
62-
"@storybook/react-vite": "^9.0.17",
62+
"@storybook/react-vite": "^9.0.18",
6363
"@types/react": "^19.1.8",
64-
"@xylabs/object": "^4.13.21",
64+
"@xylabs/object": "^4.13.23",
6565
"@xylabs/ts-scripts-yarn3": "next",
6666
"@xylabs/tsconfig-react": "next",
67-
"@xyo-network/node-memory": "^4.1.4",
68-
"@xyo-network/payload-model": "^4.1.4",
67+
"@xyo-network/node-memory": "^4.1.7",
68+
"@xyo-network/payload-model": "^4.1.7",
6969
"@xyo-network/react-storybook": "workspace:^",
7070
"@xyo-network/react-wallet": "workspace:^",
7171
"react": "^19.1.0",
7272
"react-dom": "^19.1.0",
73-
"storybook": "^9.0.17",
73+
"storybook": "^9.0.18",
7474
"typescript": "^5.8.3"
7575
},
7676
"peerDependencies": {

packages/modules/packages/node/packages/context/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
4242
"@xylabs/react-shared": "^6.3.13",
43-
"@xyo-network/module-model": "^4.1.4",
44-
"@xyo-network/node-model": "^4.1.4"
43+
"@xyo-network/module-model": "^4.1.7",
44+
"@xyo-network/node-model": "^4.1.7"
4545
},
4646
"devDependencies": {
4747
"@mui/material": "^7.2.0",

packages/modules/packages/node/packages/provider/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/forget": "^4.13.21",
42+
"@xylabs/forget": "^4.13.23",
4343
"@xylabs/react-async-effect": "^6.3.13",
4444
"@xylabs/react-shared": "^6.3.13",
45-
"@xyo-network/module-model": "^4.1.4",
46-
"@xyo-network/node-memory": "^4.1.4",
47-
"@xyo-network/node-model": "^4.1.4",
45+
"@xyo-network/module-model": "^4.1.7",
46+
"@xyo-network/node-memory": "^4.1.7",
47+
"@xyo-network/node-model": "^4.1.7",
4848
"@xyo-network/react-node-context": "workspace:^"
4949
},
5050
"devDependencies": {

packages/modules/packages/sentinal/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,44 +39,44 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/enum": "^4.13.21",
43-
"@xylabs/exists": "^4.13.21",
42+
"@xylabs/enum": "^4.13.23",
43+
"@xylabs/exists": "^4.13.23",
4444
"@xylabs/react-async-effect": "^6.3.13",
4545
"@xylabs/react-button": "^6.3.13",
4646
"@xylabs/react-flexbox": "^6.3.13",
4747
"@xylabs/react-promise": "^6.3.13",
4848
"@xylabs/react-shared": "^6.3.13",
49-
"@xyo-network/account-model": "^4.1.4",
50-
"@xyo-network/archivist-model": "^4.1.4",
51-
"@xyo-network/boundwitness-model": "^4.1.4",
52-
"@xyo-network/module-model": "^4.1.4",
53-
"@xyo-network/payload-model": "^4.1.4",
49+
"@xyo-network/account-model": "^4.1.7",
50+
"@xyo-network/archivist-model": "^4.1.7",
51+
"@xyo-network/boundwitness-model": "^4.1.7",
52+
"@xyo-network/module-model": "^4.1.7",
53+
"@xyo-network/payload-model": "^4.1.7",
5454
"@xyo-network/react-module": "workspace:^",
5555
"@xyo-network/react-node": "workspace:^",
5656
"@xyo-network/react-payload-raw-info": "workspace:^",
5757
"@xyo-network/react-witness": "workspace:^",
58-
"@xyo-network/sentinel-memory": "^4.1.4",
59-
"@xyo-network/sentinel-model": "^4.1.4",
60-
"@xyo-network/witness-model": "^4.1.4"
58+
"@xyo-network/sentinel-memory": "^4.1.7",
59+
"@xyo-network/sentinel-model": "^4.1.7",
60+
"@xyo-network/witness-model": "^4.1.7"
6161
},
6262
"devDependencies": {
6363
"@emotion/react": "^11.14.0",
6464
"@emotion/styled": "^11.14.1",
6565
"@mui/icons-material": "^7.2.0",
6666
"@mui/material": "^7.2.0",
67-
"@storybook/react-vite": "^9.0.17",
67+
"@storybook/react-vite": "^9.0.18",
6868
"@types/react": "^19.1.8",
6969
"@xylabs/ts-scripts-yarn3": "next",
7070
"@xylabs/tsconfig-react": "next",
71-
"@xyo-network/account": "^4.1.4",
72-
"@xyo-network/evm-call-witness": "^4.1.0",
73-
"@xyo-network/manifest": "^4.1.4",
74-
"@xyo-network/module-factory-locator": "^4.1.4",
75-
"@xyo-network/wallet": "^4.1.4",
71+
"@xyo-network/account": "^4.1.7",
72+
"@xyo-network/evm-call-witness": "^4.1.1",
73+
"@xyo-network/manifest": "^4.1.7",
74+
"@xyo-network/module-factory-locator": "^4.1.7",
75+
"@xyo-network/wallet": "^4.1.7",
7676
"ethers": "^6.15.0",
7777
"react": "^19.1.0",
7878
"react-dom": "^19.1.0",
79-
"storybook": "^9.0.17",
79+
"storybook": "^9.0.18",
8080
"typescript": "^5.8.3"
8181
},
8282
"peerDependencies": {

packages/modules/packages/witness/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,30 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/exists": "^4.13.21",
42+
"@xylabs/exists": "^4.13.23",
4343
"@xylabs/react-button": "^6.3.13",
4444
"@xylabs/react-flexbox": "^6.3.13",
4545
"@xylabs/react-promise": "^6.3.13",
46-
"@xyo-network/module-model": "^4.1.4",
47-
"@xyo-network/payload-model": "^4.1.4",
46+
"@xyo-network/module-model": "^4.1.7",
47+
"@xyo-network/payload-model": "^4.1.7",
4848
"@xyo-network/react-module": "workspace:^",
4949
"@xyo-network/react-node": "workspace:^",
5050
"@xyo-network/react-payload-raw-info": "workspace:^",
51-
"@xyo-network/witness-model": "^4.1.4"
51+
"@xyo-network/witness-model": "^4.1.7"
5252
},
5353
"devDependencies": {
5454
"@emotion/react": "^11.14.0",
5555
"@emotion/styled": "^11.14.1",
5656
"@mui/icons-material": "^7.2.0",
5757
"@mui/material": "^7.2.0",
58-
"@storybook/react-vite": "^9.0.17",
58+
"@storybook/react-vite": "^9.0.18",
5959
"@types/react": "^19.1.8",
6060
"@xylabs/ts-scripts-yarn3": "next",
6161
"@xylabs/tsconfig-react": "next",
62-
"@xyo-network/id-plugin": "^4.1.0",
62+
"@xyo-network/id-plugin": "^4.1.1",
6363
"react": "^19.1.0",
6464
"react-dom": "^19.1.0",
65-
"storybook": "^9.0.17",
65+
"storybook": "^9.0.18",
6666
"typescript": "^5.8.3"
6767
},
6868
"peerDependencies": {

packages/plugins/packages/address/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
"@emotion/styled": "^11.14.1",
4848
"@mui/icons-material": "^7.2.0",
4949
"@mui/material": "^7.2.0",
50-
"@storybook/react-vite": "^9.0.17",
50+
"@storybook/react-vite": "^9.0.18",
5151
"@types/react": "^19.1.8",
52-
"@xylabs/hex": "^4.13.21",
52+
"@xylabs/hex": "^4.13.23",
5353
"@xylabs/ts-scripts-yarn3": "next",
5454
"@xylabs/tsconfig-react": "next",
55-
"@xyo-network/module-model": "^4.1.4",
55+
"@xyo-network/module-model": "^4.1.7",
5656
"@xyo-network/react-event": "workspace:^",
5757
"ethers": "^6.15.0",
5858
"react": "^19.1.0",
5959
"react-dom": "^19.1.0",
60-
"storybook": "^9.0.17",
60+
"storybook": "^9.0.18",
6161
"typescript": "^5.8.3"
6262
},
6363
"peerDependencies": {

0 commit comments

Comments
 (0)