Skip to content

Commit 52b9fd1

Browse files
committed
updo
1 parent 22e13d0 commit 52b9fd1

File tree

81 files changed

+3303
-3321
lines changed

Some content is hidden

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

81 files changed

+3303
-3321
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,39 +58,39 @@
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.16",
62-
"@storybook/addon-links": "^9.0.16",
63-
"@storybook/react-vite": "^9.0.16",
64-
"@stylistic/eslint-plugin": "^5.1.0",
65-
"@types/node": "^24.0.13",
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",
6666
"@types/react": "^19.1.8",
6767
"@typescript-eslint/eslint-plugin": "^8.37.0",
6868
"@typescript-eslint/parser": "^8.37.0",
69-
"@vitejs/plugin-react-swc": "^3.10.2",
69+
"@vitejs/plugin-react-swc": "^3.11.0",
7070
"@xylabs/eslint-config-flat": "next",
7171
"@xylabs/eslint-config-react-flat": "next",
72-
"@xylabs/react-invertible-theme": "^6.3.10",
73-
"@xylabs/react-theme": "^6.3.10",
72+
"@xylabs/react-invertible-theme": "^6.3.13",
73+
"@xylabs/react-theme": "^6.3.13",
7474
"@xylabs/ts-scripts-yarn3": "next",
7575
"@xylabs/tsconfig-react": "next",
7676
"chromatic": "^13.1.2",
7777
"copyfiles": "^2.4.1",
7878
"dotenv": "^17.2.0",
7979
"eslint": "^9.31.0",
8080
"eslint-import-resolver-typescript": "^4.4.4",
81-
"eslint-plugin-storybook": "9.0.16",
82-
"knip": "^5.61.3",
81+
"eslint-plugin-storybook": "9.0.17",
82+
"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.16",
88+
"storybook": "^9.0.17",
8989
"typedoc": "^0.28.7",
9090
"typescript": "^5.8.3",
91-
"vite": "^7.0.4",
91+
"vite": "^7.0.5",
9292
"vite-plugin-checker": "^0.10.0",
93-
"vite-plugin-top-level-await": "^1.5.0",
93+
"vite-plugin-top-level-await": "^1.6.0",
9494
"vite-tsconfig-paths": "^5.1.4",
9595
"vitest": "^3.2.4"
9696
},

packages/modules/packages/archivist/package.json

Lines changed: 18 additions & 18 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.15",
43-
"@xylabs/hex": "^4.13.15",
44-
"@xylabs/react-async-effect": "^6.3.10",
45-
"@xylabs/react-button": "^6.3.10",
46-
"@xylabs/react-flexbox": "^6.3.10",
47-
"@xylabs/react-promise": "^6.3.10",
48-
"@xyo-network/archivist-memory": "^4.1.1",
49-
"@xyo-network/archivist-model": "^4.1.1",
50-
"@xyo-network/boundwitness-builder": "^4.1.1",
51-
"@xyo-network/boundwitness-model": "^4.1.1",
52-
"@xyo-network/module-model": "^4.1.1",
53-
"@xyo-network/module-wrapper": "^4.1.1",
54-
"@xyo-network/payload-model": "^4.1.1",
42+
"@xylabs/exists": "^4.13.21",
43+
"@xylabs/hex": "^4.13.21",
44+
"@xylabs/react-async-effect": "^6.3.13",
45+
"@xylabs/react-button": "^6.3.13",
46+
"@xylabs/react-flexbox": "^6.3.13",
47+
"@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",
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.16",
63+
"@storybook/react-vite": "^9.0.17",
6464
"@types/react": "^19.1.8",
65-
"@xylabs/events": "^4.13.15",
65+
"@xylabs/events": "^4.13.21",
6666
"@xylabs/ts-scripts-yarn3": "next",
6767
"@xylabs/tsconfig-react": "next",
68-
"@xyo-network/account": "^4.1.1",
69-
"@xyo-network/node-memory": "^4.1.1",
68+
"@xyo-network/account": "^4.1.4",
69+
"@xyo-network/node-memory": "^4.1.4",
7070
"react": "^19.1.0",
7171
"react-dom": "^19.1.0",
72-
"storybook": "^9.0.16",
72+
"storybook": "^9.0.17",
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.15",
43-
"@xyo-network/diviner-model": "^4.1.1",
44-
"@xyo-network/module-model": "^4.1.1",
42+
"@xylabs/exists": "^4.13.21",
43+
"@xyo-network/diviner-model": "^4.1.4",
44+
"@xyo-network/module-model": "^4.1.4",
4545
"@xyo-network/react-node": "workspace:^"
4646
},
4747
"devDependencies": {

packages/modules/packages/module/package.json

Lines changed: 15 additions & 15 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.15",
43-
"@xylabs/react-button": "^6.3.10",
44-
"@xylabs/react-crypto": "^6.3.10",
45-
"@xylabs/react-flexbox": "^6.3.10",
46-
"@xylabs/react-promise": "^6.3.10",
47-
"@xyo-network/diviner-model": "^4.1.1",
48-
"@xyo-network/module-model": "^4.1.1",
42+
"@xylabs/eth-address": "^4.13.21",
43+
"@xylabs/react-button": "^6.3.13",
44+
"@xylabs/react-crypto": "^6.3.13",
45+
"@xylabs/react-flexbox": "^6.3.13",
46+
"@xylabs/react-promise": "^6.3.13",
47+
"@xyo-network/diviner-model": "^4.1.4",
48+
"@xyo-network/module-model": "^4.1.4",
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.16",
54+
"@storybook/react-vite": "^9.0.17",
5555
"@types/react": "^19.1.8",
56-
"@xylabs/react-async-effect": "^6.3.10",
56+
"@xylabs/react-async-effect": "^6.3.13",
5757
"@xylabs/ts-scripts-yarn3": "next",
5858
"@xylabs/tsconfig-react": "next",
59-
"@xyo-network/archivist": "^4.1.1",
60-
"@xyo-network/archivist-memory": "^4.1.1",
61-
"@xyo-network/crypto-asset-plugin": "^4.0.0",
62-
"@xyo-network/diviner-address-history": "^4.1.1",
63-
"@xyo-network/node-memory": "^4.1.1",
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",
6464
"react": "^19.1.0",
6565
"react-dom": "^19.1.0",
66-
"storybook": "^9.0.16",
66+
"storybook": "^9.0.17",
6767
"typescript": "^5.8.3"
6868
},
6969
"peerDependencies": {

packages/modules/packages/node/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@mui/x-tree-view": "^8.8.0",
43-
"@xylabs/exists": "^4.13.15",
44-
"@xylabs/logger": "^4.13.15",
45-
"@xylabs/react-async-effect": "^6.3.10",
46-
"@xylabs/react-flexbox": "^6.3.10",
47-
"@xylabs/react-promise": "^6.3.10",
48-
"@xylabs/typeof": "^4.13.15",
49-
"@xyo-network/module-abstract": "^4.1.1",
50-
"@xyo-network/module-model": "^4.1.1",
51-
"@xyo-network/node-model": "^4.1.1",
52-
"@xyo-network/payload-model": "^4.1.1",
42+
"@mui/x-tree-view": "^8.9.0",
43+
"@xylabs/exists": "^4.13.21",
44+
"@xylabs/logger": "^4.13.21",
45+
"@xylabs/react-async-effect": "^6.3.13",
46+
"@xylabs/react-flexbox": "^6.3.13",
47+
"@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",
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.16",
62+
"@storybook/react-vite": "^9.0.17",
6363
"@types/react": "^19.1.8",
64-
"@xylabs/object": "^4.13.15",
64+
"@xylabs/object": "^4.13.21",
6565
"@xylabs/ts-scripts-yarn3": "next",
6666
"@xylabs/tsconfig-react": "next",
67-
"@xyo-network/node-memory": "^4.1.1",
68-
"@xyo-network/payload-model": "^4.1.1",
67+
"@xyo-network/node-memory": "^4.1.4",
68+
"@xyo-network/payload-model": "^4.1.4",
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.16",
73+
"storybook": "^9.0.17",
7474
"typescript": "^5.8.3"
7575
},
7676
"peerDependencies": {

packages/modules/packages/node/packages/context/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/react-shared": "^6.3.10",
43-
"@xyo-network/module-model": "^4.1.1",
44-
"@xyo-network/node-model": "^4.1.1"
42+
"@xylabs/react-shared": "^6.3.13",
43+
"@xyo-network/module-model": "^4.1.4",
44+
"@xyo-network/node-model": "^4.1.4"
4545
},
4646
"devDependencies": {
4747
"@mui/material": "^7.2.0",

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

Lines changed: 6 additions & 6 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.15",
43-
"@xylabs/react-async-effect": "^6.3.10",
44-
"@xylabs/react-shared": "^6.3.10",
45-
"@xyo-network/module-model": "^4.1.1",
46-
"@xyo-network/node-memory": "^4.1.1",
47-
"@xyo-network/node-model": "^4.1.1",
42+
"@xylabs/forget": "^4.13.21",
43+
"@xylabs/react-async-effect": "^6.3.13",
44+
"@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",
4848
"@xyo-network/react-node-context": "workspace:^"
4949
},
5050
"devDependencies": {

packages/modules/packages/sentinal/package.json

Lines changed: 22 additions & 22 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.15",
43-
"@xylabs/exists": "^4.13.15",
44-
"@xylabs/react-async-effect": "^6.3.10",
45-
"@xylabs/react-button": "^6.3.10",
46-
"@xylabs/react-flexbox": "^6.3.10",
47-
"@xylabs/react-promise": "^6.3.10",
48-
"@xylabs/react-shared": "^6.3.10",
49-
"@xyo-network/account-model": "^4.1.1",
50-
"@xyo-network/archivist-model": "^4.1.1",
51-
"@xyo-network/boundwitness-model": "^4.1.1",
52-
"@xyo-network/module-model": "^4.1.1",
53-
"@xyo-network/payload-model": "^4.1.1",
42+
"@xylabs/enum": "^4.13.21",
43+
"@xylabs/exists": "^4.13.21",
44+
"@xylabs/react-async-effect": "^6.3.13",
45+
"@xylabs/react-button": "^6.3.13",
46+
"@xylabs/react-flexbox": "^6.3.13",
47+
"@xylabs/react-promise": "^6.3.13",
48+
"@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",
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.1",
59-
"@xyo-network/sentinel-model": "^4.1.1",
60-
"@xyo-network/witness-model": "^4.1.1"
58+
"@xyo-network/sentinel-memory": "^4.1.4",
59+
"@xyo-network/sentinel-model": "^4.1.4",
60+
"@xyo-network/witness-model": "^4.1.4"
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.16",
67+
"@storybook/react-vite": "^9.0.17",
6868
"@types/react": "^19.1.8",
6969
"@xylabs/ts-scripts-yarn3": "next",
7070
"@xylabs/tsconfig-react": "next",
71-
"@xyo-network/account": "^4.1.1",
72-
"@xyo-network/evm-call-witness": "^4.0.0",
73-
"@xyo-network/manifest": "^4.1.1",
74-
"@xyo-network/module-factory-locator": "^4.1.1",
75-
"@xyo-network/wallet": "^4.1.1",
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",
7676
"ethers": "^6.15.0",
7777
"react": "^19.1.0",
7878
"react-dom": "^19.1.0",
79-
"storybook": "^9.0.16",
79+
"storybook": "^9.0.17",
8080
"typescript": "^5.8.3"
8181
},
8282
"peerDependencies": {

packages/modules/packages/witness/package.json

Lines changed: 10 additions & 10 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.15",
43-
"@xylabs/react-button": "^6.3.10",
44-
"@xylabs/react-flexbox": "^6.3.10",
45-
"@xylabs/react-promise": "^6.3.10",
46-
"@xyo-network/module-model": "^4.1.1",
47-
"@xyo-network/payload-model": "^4.1.1",
42+
"@xylabs/exists": "^4.13.21",
43+
"@xylabs/react-button": "^6.3.13",
44+
"@xylabs/react-flexbox": "^6.3.13",
45+
"@xylabs/react-promise": "^6.3.13",
46+
"@xyo-network/module-model": "^4.1.4",
47+
"@xyo-network/payload-model": "^4.1.4",
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.1"
51+
"@xyo-network/witness-model": "^4.1.4"
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.16",
58+
"@storybook/react-vite": "^9.0.17",
5959
"@types/react": "^19.1.8",
6060
"@xylabs/ts-scripts-yarn3": "next",
6161
"@xylabs/tsconfig-react": "next",
62-
"@xyo-network/id-plugin": "^4.0.0",
62+
"@xyo-network/id-plugin": "^4.1.0",
6363
"react": "^19.1.0",
6464
"react-dom": "^19.1.0",
65-
"storybook": "^9.0.16",
65+
"storybook": "^9.0.17",
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.16",
50+
"@storybook/react-vite": "^9.0.17",
5151
"@types/react": "^19.1.8",
52-
"@xylabs/hex": "^4.13.15",
52+
"@xylabs/hex": "^4.13.21",
5353
"@xylabs/ts-scripts-yarn3": "next",
5454
"@xylabs/tsconfig-react": "next",
55-
"@xyo-network/module-model": "^4.1.1",
55+
"@xyo-network/module-model": "^4.1.4",
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.16",
60+
"storybook": "^9.0.17",
6161
"typescript": "^5.8.3"
6262
},
6363
"peerDependencies": {

0 commit comments

Comments
 (0)