Skip to content

Commit 9129db7

Browse files
committed
updo safe json
1 parent aeb22ad commit 9129db7

File tree

127 files changed

+3515
-3561
lines changed

Some content is hidden

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

127 files changed

+3515
-3561
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,28 +67,28 @@
6767
"@typescript-eslint/eslint-plugin": "^8.38.0",
6868
"@typescript-eslint/parser": "^8.38.0",
6969
"@vitejs/plugin-react-swc": "^3.11.0",
70-
"@xylabs/eslint-config-flat": "next",
71-
"@xylabs/eslint-config-react-flat": "next",
72-
"@xylabs/react-invertible-theme": "^6.3.13",
73-
"@xylabs/react-theme": "^6.3.13",
74-
"@xylabs/ts-scripts-yarn3": "next",
75-
"@xylabs/tsconfig-react": "next",
70+
"@xylabs/eslint-config-flat": "^7.0.1",
71+
"@xylabs/eslint-config-react-flat": "^7.0.1",
72+
"@xylabs/react-invertible-theme": "^6.4.0",
73+
"@xylabs/react-theme": "^6.4.0",
74+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
75+
"@xylabs/tsconfig-react": "^7.0.1",
7676
"chromatic": "^13.1.2",
7777
"copyfiles": "^2.4.1",
78-
"dotenv": "^17.2.0",
79-
"eslint": "^9.31.0",
78+
"dotenv": "^17.2.1",
79+
"eslint": "^9.32.0",
8080
"eslint-import-resolver-typescript": "^4.4.4",
8181
"eslint-plugin-storybook": "9.0.18",
8282
"knip": "^5.62.0",
8383
"luxon": "^3.7.1",
84-
"react": "^19.1.0",
85-
"react-dom": "^19.1.0",
84+
"react": "^19.1.1",
85+
"react-dom": "^19.1.1",
8686
"react-helmet": "^6.1.0",
8787
"rimraf": "^6.0.1",
8888
"storybook": "^9.0.18",
89-
"typedoc": "^0.28.7",
89+
"typedoc": "^0.28.8",
9090
"typescript": "^5.8.3",
91-
"vite": "^7.0.5",
91+
"vite": "^7.0.6",
9292
"vite-plugin-checker": "^0.10.1",
9393
"vite-plugin-top-level-await": "^1.6.0",
9494
"vite-tsconfig-paths": "^5.1.4",

packages/modules/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"@mui/icons-material": "^7.2.0",
5353
"@mui/material": "^7.2.0",
5454
"@types/react": "^19.1.8",
55-
"@xylabs/ts-scripts-yarn3": "next",
56-
"@xylabs/tsconfig-react": "next",
57-
"react": "^19.1.0",
58-
"react-dom": "^19.1.0",
55+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
56+
"@xylabs/tsconfig-react": "^7.0.1",
57+
"react": "^19.1.1",
58+
"react-dom": "^19.1.1",
5959
"typescript": "^5.8.3"
6060
},
6161
"peerDependencies": {

packages/modules/packages/archivist/package.json

Lines changed: 20 additions & 20 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.23",
43-
"@xylabs/hex": "^4.13.23",
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.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",
42+
"@xylabs/exists": "^4.15.0",
43+
"@xylabs/hex": "^4.15.0",
44+
"@xylabs/react-async-effect": "^6.4.0",
45+
"@xylabs/react-button": "^6.4.0",
46+
"@xylabs/react-flexbox": "^6.4.0",
47+
"@xylabs/react-promise": "^6.4.0",
48+
"@xyo-network/archivist-memory": "^4.3.0",
49+
"@xyo-network/archivist-model": "^4.3.0",
50+
"@xyo-network/boundwitness-builder": "^4.3.0",
51+
"@xyo-network/boundwitness-model": "^4.3.0",
52+
"@xyo-network/module-model": "^4.3.0",
53+
"@xyo-network/module-wrapper": "^4.3.0",
54+
"@xyo-network/payload-model": "^4.3.0",
5555
"@xyo-network/react-module": "workspace:^",
5656
"@xyo-network/react-node": "workspace:^",
5757
"@xyo-network/react-wallet": "workspace:^",
@@ -62,13 +62,13 @@
6262
"@mui/material": "^7.2.0",
6363
"@storybook/react-vite": "^9.0.18",
6464
"@types/react": "^19.1.8",
65-
"@xylabs/events": "^4.13.23",
66-
"@xylabs/ts-scripts-yarn3": "next",
67-
"@xylabs/tsconfig-react": "next",
68-
"@xyo-network/account": "^4.1.7",
69-
"@xyo-network/node-memory": "^4.1.7",
70-
"react": "^19.1.0",
71-
"react-dom": "^19.1.0",
65+
"@xylabs/events": "^4.15.0",
66+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
67+
"@xylabs/tsconfig-react": "^7.0.1",
68+
"@xyo-network/account": "^4.3.0",
69+
"@xyo-network/node-memory": "^4.3.0",
70+
"react": "^19.1.1",
71+
"react-dom": "^19.1.1",
7272
"storybook": "^9.0.18",
7373
"typescript": "^5.8.3"
7474
},

packages/modules/packages/diviner/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/exists": "^4.13.23",
43-
"@xyo-network/diviner-model": "^4.1.7",
44-
"@xyo-network/module-model": "^4.1.7",
42+
"@xylabs/exists": "^4.15.0",
43+
"@xyo-network/diviner-model": "^4.3.0",
44+
"@xyo-network/module-model": "^4.3.0",
4545
"@xyo-network/react-node": "workspace:^"
4646
},
4747
"devDependencies": {
48-
"@xylabs/ts-scripts-yarn3": "next",
49-
"@xylabs/tsconfig-react": "next",
48+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
49+
"@xylabs/tsconfig-react": "^7.0.1",
5050
"typescript": "^5.8.3"
5151
},
5252
"peerDependencies": {

packages/modules/packages/module/package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,31 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/eth-address": "^4.13.23",
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.7",
48-
"@xyo-network/module-model": "^4.1.7",
42+
"@xylabs/eth-address": "^4.15.0",
43+
"@xylabs/react-button": "^6.4.0",
44+
"@xylabs/react-crypto": "^6.4.0",
45+
"@xylabs/react-flexbox": "^6.4.0",
46+
"@xylabs/react-promise": "^6.4.0",
47+
"@xyo-network/diviner-model": "^4.3.0",
48+
"@xyo-network/module-model": "^4.3.0",
4949
"@xyo-network/react-shared": "workspace:^"
5050
},
5151
"devDependencies": {
5252
"@mui/icons-material": "^7.2.0",
5353
"@mui/material": "^7.2.0",
5454
"@storybook/react-vite": "^9.0.18",
5555
"@types/react": "^19.1.8",
56-
"@xylabs/react-async-effect": "^6.3.13",
57-
"@xylabs/ts-scripts-yarn3": "next",
58-
"@xylabs/tsconfig-react": "next",
59-
"@xyo-network/archivist": "^4.1.7",
60-
"@xyo-network/archivist-memory": "^4.1.7",
56+
"@xylabs/hex": "^4.15.0",
57+
"@xylabs/react-async-effect": "^6.4.0",
58+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
59+
"@xylabs/tsconfig-react": "^7.0.1",
60+
"@xyo-network/archivist": "^4.3.0",
61+
"@xyo-network/archivist-memory": "^4.3.0",
6162
"@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",
64-
"react": "^19.1.0",
65-
"react-dom": "^19.1.0",
63+
"@xyo-network/diviner-address-history": "^4.3.0",
64+
"@xyo-network/node-memory": "^4.3.0",
65+
"react": "^19.1.1",
66+
"react-dom": "^19.1.1",
6667
"storybook": "^9.0.18",
6768
"typescript": "^5.8.3"
6869
},

packages/modules/packages/module/src/components/Card/Diviner/Card.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { Meta, StoryFn } from '@storybook/react-vite'
2+
import type { Address } from '@xylabs/hex'
23
import { useAsyncEffect } from '@xylabs/react-async-effect'
34
import { AddressHistoryDiviner, AddressHistoryDivinerConfigSchema } from '@xyo-network/diviner-address-history'
45
import type { DivinerInstance } from '@xyo-network/diviner-model'
@@ -17,7 +18,7 @@ const Template: StoryFn<typeof DivinerCard> = () => {
1718
if (!mod) {
1819
const newModule = (await AddressHistoryDiviner.create({
1920
config: {
20-
address: '',
21+
address: '' as Address,
2122
name: 'AddressHistoryDiviner',
2223
schema: AddressHistoryDivinerConfigSchema,
2324
},

packages/modules/packages/node/package.json

Lines changed: 17 additions & 17 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.23",
44-
"@xylabs/logger": "^4.13.23",
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.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",
43+
"@xylabs/exists": "^4.15.0",
44+
"@xylabs/logger": "^4.15.0",
45+
"@xylabs/react-async-effect": "^6.4.0",
46+
"@xylabs/react-flexbox": "^6.4.0",
47+
"@xylabs/react-promise": "^6.4.0",
48+
"@xylabs/typeof": "^4.15.0",
49+
"@xyo-network/module-abstract": "^4.3.0",
50+
"@xyo-network/module-model": "^4.3.0",
51+
"@xyo-network/node-model": "^4.3.0",
52+
"@xyo-network/payload-model": "^4.3.0",
5353
"@xyo-network/react-node-context": "workspace:^",
5454
"@xyo-network/react-node-provider": "workspace:^"
5555
},
@@ -61,15 +61,15 @@
6161
"@mui/system": "^7.2.0",
6262
"@storybook/react-vite": "^9.0.18",
6363
"@types/react": "^19.1.8",
64-
"@xylabs/object": "^4.13.23",
65-
"@xylabs/ts-scripts-yarn3": "next",
66-
"@xylabs/tsconfig-react": "next",
67-
"@xyo-network/node-memory": "^4.1.7",
68-
"@xyo-network/payload-model": "^4.1.7",
64+
"@xylabs/object": "^4.15.0",
65+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
66+
"@xylabs/tsconfig-react": "^7.0.1",
67+
"@xyo-network/node-memory": "^4.3.0",
68+
"@xyo-network/payload-model": "^4.3.0",
6969
"@xyo-network/react-storybook": "workspace:^",
7070
"@xyo-network/react-wallet": "workspace:^",
71-
"react": "^19.1.0",
72-
"react-dom": "^19.1.0",
71+
"react": "^19.1.1",
72+
"react-dom": "^19.1.1",
7373
"storybook": "^9.0.18",
7474
"typescript": "^5.8.3"
7575
},

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

Lines changed: 7 additions & 7 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-
"@xylabs/react-shared": "^6.3.13",
43-
"@xyo-network/module-model": "^4.1.7",
44-
"@xyo-network/node-model": "^4.1.7"
42+
"@xylabs/react-shared": "^6.4.0",
43+
"@xyo-network/module-model": "^4.3.0",
44+
"@xyo-network/node-model": "^4.3.0"
4545
},
4646
"devDependencies": {
4747
"@mui/material": "^7.2.0",
4848
"@types/react": "^19.1.8",
49-
"@xylabs/ts-scripts-yarn3": "next",
50-
"@xylabs/tsconfig-react": "next",
51-
"react": "^19.1.0",
52-
"react-dom": "^19.1.0",
49+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
50+
"@xylabs/tsconfig-react": "^7.0.1",
51+
"react": "^19.1.1",
52+
"react-dom": "^19.1.1",
5353
"typescript": "^5.8.3"
5454
},
5555
"peerDependencies": {

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/forget": "^4.13.23",
43-
"@xylabs/react-async-effect": "^6.3.13",
44-
"@xylabs/react-shared": "^6.3.13",
45-
"@xyo-network/module-model": "^4.1.7",
46-
"@xyo-network/node-memory": "^4.1.7",
47-
"@xyo-network/node-model": "^4.1.7",
42+
"@xylabs/forget": "^4.15.0",
43+
"@xylabs/react-async-effect": "^6.4.0",
44+
"@xylabs/react-shared": "^6.4.0",
45+
"@xyo-network/module-model": "^4.3.0",
46+
"@xyo-network/node-memory": "^4.3.0",
47+
"@xyo-network/node-model": "^4.3.0",
4848
"@xyo-network/react-node-context": "workspace:^"
4949
},
5050
"devDependencies": {
5151
"@mui/icons-material": "^7.2.0",
5252
"@mui/material": "^7.2.0",
5353
"@types/react": "^19.1.8",
54-
"@xylabs/ts-scripts-yarn3": "next",
55-
"@xylabs/tsconfig-react": "next",
56-
"react": "^19.1.0",
57-
"react-dom": "^19.1.0",
54+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
55+
"@xylabs/tsconfig-react": "^7.0.1",
56+
"react": "^19.1.1",
57+
"react-dom": "^19.1.1",
5858
"typescript": "^5.8.3"
5959
},
6060
"peerDependencies": {

packages/modules/packages/sentinal/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/browser/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/enum": "^4.13.23",
43-
"@xylabs/exists": "^4.13.23",
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.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",
42+
"@xylabs/enum": "^4.15.0",
43+
"@xylabs/exists": "^4.15.0",
44+
"@xylabs/react-async-effect": "^6.4.0",
45+
"@xylabs/react-button": "^6.4.0",
46+
"@xylabs/react-flexbox": "^6.4.0",
47+
"@xylabs/react-promise": "^6.4.0",
48+
"@xylabs/react-shared": "^6.4.0",
49+
"@xyo-network/account-model": "^4.3.0",
50+
"@xyo-network/archivist-model": "^4.3.0",
51+
"@xyo-network/boundwitness-model": "^4.3.0",
52+
"@xyo-network/module-model": "^4.3.0",
53+
"@xyo-network/payload-model": "^4.3.0",
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.7",
59-
"@xyo-network/sentinel-model": "^4.1.7",
60-
"@xyo-network/witness-model": "^4.1.7"
58+
"@xyo-network/sentinel-memory": "^4.3.0",
59+
"@xyo-network/sentinel-model": "^4.3.0",
60+
"@xyo-network/witness-model": "^4.3.0"
6161
},
6262
"devDependencies": {
6363
"@emotion/react": "^11.14.0",
@@ -66,16 +66,16 @@
6666
"@mui/material": "^7.2.0",
6767
"@storybook/react-vite": "^9.0.18",
6868
"@types/react": "^19.1.8",
69-
"@xylabs/ts-scripts-yarn3": "next",
70-
"@xylabs/tsconfig-react": "next",
71-
"@xyo-network/account": "^4.1.7",
69+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
70+
"@xylabs/tsconfig-react": "^7.0.1",
71+
"@xyo-network/account": "^4.3.0",
7272
"@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",
73+
"@xyo-network/manifest": "^4.3.0",
74+
"@xyo-network/module-factory-locator": "^4.3.0",
75+
"@xyo-network/wallet": "^4.3.0",
7676
"ethers": "^6.15.0",
77-
"react": "^19.1.0",
78-
"react-dom": "^19.1.0",
77+
"react": "^19.1.1",
78+
"react-dom": "^19.1.1",
7979
"storybook": "^9.0.18",
8080
"typescript": "^5.8.3"
8181
},

0 commit comments

Comments
 (0)