Skip to content

Commit 18a29b3

Browse files
committed
asSchema
1 parent b38c1e7 commit 18a29b3

File tree

309 files changed

+5141
-4915
lines changed

Some content is hidden

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

309 files changed

+5141
-4915
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ logFilters:
1717

1818
nmHoistingLimits: none
1919

20-
nodeLinker: pnpm
20+
nodeLinker: node-modules
2121

2222
packageExtensions:
2323
"@uniswap/swap-router-contracts@*":

package.json

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -55,48 +55,49 @@
5555
"devDependencies": {
5656
"@ethersproject/address": "~5.8.0",
5757
"@ethersproject/bignumber": "~5.8.0",
58-
"@stylistic/eslint-plugin": "~5.6.1",
58+
"@stylistic/eslint-plugin": "~5.7.1",
5959
"@types/supertest": "~6.0.3",
60-
"@typescript-eslint/eslint-plugin": "~8.48.1",
61-
"@typescript-eslint/parser": "~8.48.1",
62-
"@vitest/coverage-v8": "~4.0.15",
63-
"@xylabs/eslint-config-flat": "~7.2.8",
64-
"@xylabs/express": "~5.0.49",
65-
"@xylabs/forget": "~5.0.49",
66-
"@xylabs/platform": "~5.0.49",
67-
"@xylabs/ts-scripts-yarn3": "~7.2.8",
68-
"@xylabs/tsconfig": "~7.2.8",
69-
"@xylabs/tsconfig-dom": "~7.2.8",
70-
"@xylabs/vitest-extended": "~5.0.49",
71-
"@xyo-network/account": "~5.2.14",
72-
"@xyo-network/archivist-memory": "~5.2.14",
73-
"@xyo-network/boundwitness-builder": "~5.2.14",
74-
"@xyo-network/hash": "~5.2.14",
75-
"@xyo-network/manifest": "~5.2.14",
76-
"@xyo-network/manifest-wrapper": "~5.2.14",
77-
"@xyo-network/module-factory-locator": "~5.2.14",
78-
"@xyo-network/node-memory": "~5.2.14",
79-
"@xyo-network/payload-builder": "~5.2.14",
80-
"@xyo-network/wallet": "~5.2.14",
60+
"@typescript-eslint/eslint-plugin": "~8.54.0",
61+
"@typescript-eslint/parser": "~8.54.0",
62+
"@vitest/coverage-v8": "~4.0.18",
63+
"@xylabs/eslint-config-flat": "~7.3.2",
64+
"@xylabs/express": "~5.0.64",
65+
"@xylabs/forget": "~5.0.64",
66+
"@xylabs/platform": "~5.0.64",
67+
"@xylabs/ts-scripts-yarn3": "~7.3.2",
68+
"@xylabs/tsconfig": "~7.3.2",
69+
"@xylabs/tsconfig-dom": "~7.3.2",
70+
"@xylabs/vitest-extended": "~5.0.64",
71+
"@xyo-network/payload": "~5.3.2",
72+
"@xyo-network/account": "~5.3.2",
73+
"@xyo-network/archivist-memory": "~5.3.2",
74+
"@xyo-network/boundwitness-builder": "~5.3.2",
75+
"@xyo-network/hash": "~5.3.2",
76+
"@xyo-network/manifest": "~5.3.2",
77+
"@xyo-network/manifest-wrapper": "~5.3.2",
78+
"@xyo-network/module-factory-locator": "~5.3.2",
79+
"@xyo-network/node-memory": "~5.3.2",
80+
"@xyo-network/payload-builder": "~5.3.2",
81+
"@xyo-network/wallet": "~5.3.2",
8182
"chalk": "~5.6.2",
8283
"dotenv": "~17.2.3",
83-
"eslint": "~9.39.1",
84+
"eslint": "~9.39.2",
8485
"eslint-import-resolver-typescript": "~4.4.4",
8586
"eslint-plugin-import": "~2.32.0",
86-
"eslint-plugin-sonarjs": "~3.0.5",
87+
"eslint-plugin-sonarjs": "~3.0.6",
8788
"ethers": "^6.16.0",
8889
"glob": "~13.0.0",
8990
"jsbi": "~4.3.2",
90-
"jsdom": "~27.2.0",
91-
"knip": "~5.71.0",
91+
"jsdom": "~27.4.0",
92+
"knip": "~5.82.1",
9293
"nodemon": "~3.1.11",
9394
"reflect-metadata": "~0.2.2",
9495
"rimraf": "~6.1.2",
95-
"supertest": "~7.1.4",
96+
"supertest": "~7.2.2",
9697
"tslib": "~2.8.1",
97-
"typedoc": "~0.28.15",
98+
"typedoc": "~0.28.16",
9899
"typescript": "~5.9.3",
99-
"vitest": "~4.0.15"
100+
"vitest": "~4.0.18"
100101
},
101102
"packageManager": "[email protected]",
102103
"volta": {
@@ -106,4 +107,4 @@
106107
"publishConfig": {
107108
"access": "public"
108109
}
109-
}
110+
}

packages/payload/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"@xyo-network/location-certainty-payload-plugin": "workspace:~",
4444
"@xyo-network/location-payload-plugin": "workspace:~",
4545
"@xyo-network/module-instance-payload-plugin": "workspace:~",
46-
"@xyo-network/payload-plugin": "~5.2.14",
46+
"@xyo-network/payload-plugin": "~5.3.2",
4747
"@xyo-network/pentair-payload-plugin": "workspace:~",
4848
"@xyo-network/url-payload-plugin": "workspace:~",
4949
"@xyo-network/url-safety-payload-plugin": "workspace:~"
5050
},
5151
"devDependencies": {
52-
"@xylabs/ts-scripts-yarn3": "~7.2.8",
53-
"@xylabs/tsconfig": "~7.2.8",
52+
"@xylabs/ts-scripts-yarn3": "~7.3.2",
53+
"@xylabs/tsconfig": "~7.3.2",
5454
"typescript": "~5.9.3"
5555
},
5656
"publishConfig": {

packages/payload/packages/advertising/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"!**/*.test.*"
3737
],
3838
"dependencies": {
39-
"@xyo-network/payload-model": "~5.2.14"
39+
"@xyo-network/payload-model": "~5.3.2"
4040
},
4141
"devDependencies": {
42-
"@xylabs/ts-scripts-yarn3": "~7.2.8",
43-
"@xylabs/tsconfig": "~7.2.8",
42+
"@xylabs/ts-scripts-yarn3": "~7.3.2",
43+
"@xylabs/tsconfig": "~7.3.2",
4444
"typescript": "~5.9.3"
4545
},
4646
"publishConfig": {
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { asSchema } from '@xyo-network/payload-model'
2+
13
import { AdvertisingSchema } from '../../Schema.ts'
24

3-
export const UtmSchema = `${AdvertisingSchema}.utm`
5+
export const UtmSchema = asSchema(`${AdvertisingSchema}.utm`, true)
46
export type UtmSchema = typeof UtmSchema
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
export const AdvertisingSchema = 'network.xyo.advertising'
1+
import { asSchema } from '@xyo-network/payload-model'
2+
3+
export const AdvertisingSchema = asSchema('network.xyo.advertising', true)
24
export type AdvertisingSchema = typeof AdvertisingSchema

packages/payload/packages/blockchain/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
],
3838
"dependencies": {
3939
"@xyo-network/ethereum-blockchain-payload-plugins": "workspace:~",
40-
"@xyo-network/payload-plugin": "~5.2.14"
40+
"@xyo-network/payload-plugin": "~5.3.2"
4141
},
4242
"devDependencies": {
43-
"@xylabs/ts-scripts-yarn3": "~7.2.8",
44-
"@xylabs/tsconfig": "~7.2.8",
43+
"@xylabs/ts-scripts-yarn3": "~7.3.2",
44+
"@xylabs/tsconfig": "~7.3.2",
4545
"typescript": "~5.9.3"
4646
},
4747
"publishConfig": {

packages/payload/packages/blockchain/packages/ethereum/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
],
3838
"dependencies": {
3939
"@xyo-network/gas-ethereum-blockchain-payload-plugins": "workspace:~",
40-
"@xyo-network/payload-plugin": "~5.2.14"
40+
"@xyo-network/payload-plugin": "~5.3.2"
4141
},
4242
"devDependencies": {
43-
"@xylabs/ts-scripts-yarn3": "~7.2.8",
44-
"@xylabs/tsconfig": "~7.2.8",
43+
"@xylabs/ts-scripts-yarn3": "~7.3.2",
44+
"@xylabs/tsconfig": "~7.3.2",
4545
"typescript": "~5.9.3"
4646
},
4747
"publishConfig": {

packages/payload/packages/blockchain/packages/ethereum/packages/gas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"dependencies": {
3939
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "workspace:~",
4040
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "workspace:~",
41-
"@xyo-network/payload-plugin": "~5.2.14"
41+
"@xyo-network/payload-plugin": "~5.3.2"
4242
},
4343
"devDependencies": {
44-
"@xylabs/ts-scripts-yarn3": "~7.2.8",
45-
"@xylabs/tsconfig": "~7.2.8",
44+
"@xylabs/ts-scripts-yarn3": "~7.3.2",
45+
"@xylabs/tsconfig": "~7.3.2",
4646
"typescript": "~5.9.3"
4747
},
4848
"publishConfig": {

packages/payload/packages/blockchain/packages/ethereum/packages/gas/packages/blocknative/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"!**/*.test.*"
3737
],
3838
"dependencies": {
39-
"@xyo-network/payload-model": "~5.2.14",
40-
"@xyo-network/payload-plugin": "~5.2.14"
39+
"@xyo-network/payload-model": "~5.3.2",
40+
"@xyo-network/payload-plugin": "~5.3.2"
4141
},
4242
"devDependencies": {
43-
"@xylabs/ts-scripts-yarn3": "~7.2.8",
44-
"@xylabs/tsconfig": "~7.2.8",
45-
"@xylabs/vitest-extended": "~5.0.49",
43+
"@xylabs/ts-scripts-yarn3": "~7.3.2",
44+
"@xylabs/tsconfig": "~7.3.2",
45+
"@xylabs/vitest-extended": "~5.0.64",
4646
"typescript": "~5.9.3",
47-
"vitest": "~4.0.15"
47+
"vitest": "~4.0.18"
4848
},
4949
"publishConfig": {
5050
"access": "public"

0 commit comments

Comments
 (0)