Skip to content

Commit

Permalink
Boundwitness members
Browse files Browse the repository at this point in the history
renamed sourceQuery to query, added chain and changed blockNumber to block
  • Loading branch information
arietrouw committed Dec 5, 2024
1 parent deedc58 commit f9f3a1c
Show file tree
Hide file tree
Showing 138 changed files with 1,385 additions and 1,269 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,25 @@
"@firebase/app-compat": "^0.2.46",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@xylabs/eslint-config-flat": "^4.2.4",
"@xylabs/forget": "^4.4.9",
"@xylabs/forget": "^4.4.10",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"dotenv": "^16.4.5",
"eslint": "^9.15.0",
"eslint-import-resolver-typescript": "^3.6.3",
"@xylabs/vitest-extended": "^4.4.10",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
"eslint-import-resolver-typescript": "^3.7.0",
"jsdom": "^25.0.1",
"reflect-metadata": "^0.2.2",
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typedoc": "^0.26.11",
"typedoc-material-theme": "^1.1.0",
"typedoc": "^0.27.3",
"typedoc-material-theme": "^1.2.0",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"packageManager": "[email protected]",
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-payload-plugins/packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/core-payload-plugins/packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/object": "^4.4.9",
"@xylabs/object": "^4.4.10",
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/core-payload-plugins/packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/axios": "^4.4.9",
"@xylabs/hex": "^4.4.9",
"@xylabs/object": "^4.4.9",
"@xylabs/platform": "^4.4.9",
"@xylabs/axios": "^4.4.10",
"@xylabs/hex": "^4.4.10",
"@xylabs/object": "^4.4.10",
"@xylabs/platform": "^4.4.10",
"@xyo-network/api-models": "workspace:^",
"@xyo-network/dns": "workspace:^",
"@xyo-network/huri": "workspace:^",
Expand All @@ -41,14 +41,14 @@
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"axios": "^1.7.8"
"axios": "^1.7.9"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-payload-plugins/packages/id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-payload-plugins/packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-payload-plugins/packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/core-payload-plugins/packages/value/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/object": "^4.4.9",
"@xylabs/object": "^4.4.10",
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"ajv": "^8.17.1",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/manifest/packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"package-compile": "yarn gen-schema && yarn package-compile-only"
},
"dependencies": {
"@xylabs/hex": "^4.4.9",
"@xylabs/hex": "^4.4.10",
"@xyo-network/payload-model": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"typescript": "^5.7.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/manifest/packages/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.4.9",
"@xylabs/assert": "^4.4.10",
"@xyo-network/account": "workspace:^",
"@xyo-network/manifest-model": "workspace:^",
"@xyo-network/module-factory-locator": "workspace:^",
Expand All @@ -41,12 +41,12 @@
"@xyo-network/wallet-model": "workspace:^"
},
"devDependencies": {
"@xylabs/object": "^4.4.9",
"@xylabs/object": "^4.4.10",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@xyo-network/witness": "workspace:^"
},
"devDependencies": {
"@swc/core": "1.9.3",
"@xylabs/delay": "^4.4.9",
"@swc/core": "1.10.0",
"@xylabs/delay": "^4.4.10",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"@xyo-network/account": "workspace:^",
"@xyo-network/archivist-memory": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
Expand All @@ -60,7 +60,7 @@
"@xyo-network/witness-adhoc": "workspace:^",
"@xyo-network/witness-model": "workspace:^",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.4.9",
"@xylabs/exists": "^4.4.9",
"@xylabs/hex": "^4.4.9",
"@xylabs/object": "^4.4.9",
"@xylabs/promise": "^4.4.9",
"@xylabs/set": "^4.4.9",
"@xylabs/assert": "^4.4.10",
"@xylabs/exists": "^4.4.10",
"@xylabs/hex": "^4.4.10",
"@xylabs/object": "^4.4.10",
"@xylabs/promise": "^4.4.10",
"@xylabs/set": "^4.4.10",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/packages/archivist/packages/cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.4.9",
"@xylabs/exists": "^4.4.9",
"@xylabs/hex": "^4.4.9",
"@xylabs/promise": "^4.4.9",
"@xylabs/assert": "^4.4.10",
"@xylabs/exists": "^4.4.10",
"@xylabs/hex": "^4.4.10",
"@xylabs/promise": "^4.4.10",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand All @@ -43,13 +43,13 @@
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@xylabs/delay": "^4.4.9",
"@xylabs/delay": "^4.4.10",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xyo-network/id-payload-plugin": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"module": "dist/node/index.mjs",
"types": "dist/node/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.4.9",
"@xylabs/error": "^4.4.9",
"@xylabs/hex": "^4.4.9",
"@xylabs/promise": "^4.4.9",
"@xylabs/assert": "^4.4.10",
"@xylabs/error": "^4.4.10",
"@xylabs/hex": "^4.4.10",
"@xylabs/promise": "^4.4.10",
"@xyo-network/account": "workspace:^",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-memory": "workspace:^",
Expand All @@ -49,9 +49,9 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"dependencies": {
"@firebase/app": "^0.10.16",
"@firebase/firestore": "^4.7.5",
"@xylabs/assert": "^4.4.9",
"@xylabs/exists": "^4.4.9",
"@xylabs/hex": "^4.4.9",
"@xylabs/assert": "^4.4.10",
"@xylabs/exists": "^4.4.10",
"@xylabs/hex": "^4.4.10",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand All @@ -46,7 +46,7 @@
"@xylabs/tsconfig": "^4.2.4",
"firebase": "^11.0.2",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"dependencies": {
"@xylabs/array": "^4.4.9",
"@xylabs/assert": "^4.4.9",
"@xylabs/exists": "^4.4.9",
"@xylabs/hex": "^4.4.9",
"@xylabs/array": "^4.4.10",
"@xylabs/assert": "^4.4.10",
"@xylabs/exists": "^4.4.10",
"@xylabs/hex": "^4.4.10",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand All @@ -41,15 +41,15 @@
"idb": "^8.0.0"
},
"devDependencies": {
"@xylabs/object": "^4.4.9",
"@xylabs/object": "^4.4.10",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xyo-network/account": "workspace:^",
"@xyo-network/id-payload-plugin": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"fake-indexeddb": "^6.0.0",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/modules/packages/archivist/packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.4.9",
"@xylabs/exists": "^4.4.9",
"@xylabs/hex": "^4.4.9",
"@xylabs/object": "^4.4.9",
"@xylabs/promise": "^4.4.9",
"@xylabs/assert": "^4.4.10",
"@xylabs/exists": "^4.4.10",
"@xylabs/hex": "^4.4.10",
"@xylabs/object": "^4.4.10",
"@xylabs/promise": "^4.4.10",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand All @@ -45,10 +45,10 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.9",
"@xylabs/vitest-extended": "^4.4.10",
"@xyo-network/account": "workspace:^",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit f9f3a1c

Please sign in to comment.