Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
4.3.7
  • Loading branch information
arietrouw committed Nov 15, 2024
1 parent 0d279ed commit 2dccb47
Show file tree
Hide file tree
Showing 124 changed files with 1,221 additions and 1,929 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"resolutions": {
"axios": "^1",
"ethers": "^6",
"eslint": "9.14.0",
"fake-indexeddb": "^4",
"quick-lru": "^5"
},
Expand All @@ -79,28 +80,19 @@
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@jest/globals": "^29.7.0",
"@stylistic/eslint-plugin": "^2.10.1",
"@types/jest": "^29.5.14",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@xylabs/eslint-config-flat": "^4.2.4",
"@xylabs/forget": "^4.3.4",
"@xylabs/forget": "^4.3.6",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/tsconfig-dom-jest": "^4.1.0",
"babel-jest": "^29.7.0",
"@xylabs/vitest-extended": "^4.3.6",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-import-resolver-typescript": "^3.6.3",
"jest": "^29.7.0",
"jest-docblock": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-runner": "^29.7.0",
"jest-runner-groups": "^2.2.0",
"jest-sorted": "^1.0.15",
"jsdom": "^25.0.1",
"reflect-metadata": "^0.2.2",
"supertest": "^7.0.0",
Expand All @@ -110,7 +102,7 @@
"typedoc": "^0.26.11",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"packageManager": "yarn@4.5.1",
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/config/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/object": "^4.3.4",
"@xylabs/object": "^4.3.6",
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^"
},
Expand Down
8 changes: 4 additions & 4 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.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/object": "^4.3.4",
"@xylabs/platform": "^4.3.4",
"@xylabs/axios": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xylabs/object": "^4.3.6",
"@xylabs/platform": "^4.3.6",
"@xyo-network/api-models": "workspace:^",
"@xyo-network/dns": "workspace:^",
"@xyo-network/huri": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/value/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/object": "^4.3.4",
"@xylabs/object": "^4.3.6",
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest/packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"package-compile": "yarn gen-schema && yarn package-compile-only"
},
"dependencies": {
"@xylabs/hex": "^4.3.4",
"@xylabs/hex": "^4.3.6",
"@xyo-network/payload-model": "workspace:^"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.3.4",
"@xylabs/assert": "^4.3.6",
"@xyo-network/account": "workspace:^",
"@xyo-network/manifest-model": "workspace:^",
"@xyo-network/module-factory-locator": "workspace:^",
Expand All @@ -41,7 +41,7 @@
"@xyo-network/wallet-model": "workspace:^"
},
"devDependencies": {
"@xylabs/object": "^4.3.4",
"@xylabs/object": "^4.3.6",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"typescript": "^5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@swc/core": "1.9.2",
"@xylabs/delay": "^4.3.4",
"@xylabs/delay": "^4.3.6",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xyo-network/account": "workspace:^",
Expand All @@ -59,7 +59,7 @@
"@xyo-network/witness-adhoc": "workspace:^",
"@xyo-network/witness-model": "workspace:^",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"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.3.4",
"@xylabs/exists": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/object": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/set": "^4.3.4",
"@xylabs/assert": "^4.3.6",
"@xylabs/exists": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xylabs/object": "^4.3.6",
"@xylabs/promise": "^4.3.6",
"@xylabs/set": "^4.3.6",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand Down
10 changes: 5 additions & 5 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.3.4",
"@xylabs/exists": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/assert": "^4.3.6",
"@xylabs/exists": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xylabs/promise": "^4.3.6",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand All @@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@xylabs/delay": "^4.3.4",
"@xylabs/delay": "^4.3.6",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xyo-network/id-payload-plugin": "workspace:^",
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.3.4",
"@xylabs/error": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/assert": "^4.3.6",
"@xylabs/error": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xylabs/promise": "^4.3.6",
"@xyo-network/account": "workspace:^",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-memory": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"dependencies": {
"@firebase/app": "^0.10.15",
"@firebase/firestore": "^4.7.4",
"@xylabs/assert": "^4.3.4",
"@xylabs/exists": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@firebase/app": "^0.10.16",
"@firebase/firestore": "^4.7.5",
"@xylabs/assert": "^4.3.6",
"@xylabs/exists": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/module-model": "workspace:^",
"@xyo-network/payload-builder": "workspace:^",
"@xyo-network/payload-model": "workspace:^"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^4.0.0",
"@firebase/rules-unit-testing": "^4.0.1",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"firebase": "^11.0.1",
"firebase": "^11.0.2",
"typescript": "^5.6.3"
},
"publishConfig": {
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.3.4",
"@xylabs/assert": "^4.3.4",
"@xylabs/exists": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/array": "^4.3.6",
"@xylabs/assert": "^4.3.6",
"@xylabs/exists": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@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.3.4",
"@xylabs/object": "^4.3.6",
"@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.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 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.3.4",
"@xylabs/exists": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/object": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/assert": "^4.3.6",
"@xylabs/exists": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xylabs/object": "^4.3.6",
"@xylabs/promise": "^4.3.6",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/hex": "^4.3.4",
"@xylabs/object": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/hex": "^4.3.6",
"@xylabs/object": "^4.3.6",
"@xylabs/promise": "^4.3.6",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/module-events": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand Down
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/assert": "^4.3.4",
"@xylabs/exists": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/assert": "^4.3.6",
"@xylabs/exists": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xylabs/promise": "^4.3.6",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand All @@ -42,7 +42,7 @@
"store2": "^2.14.3"
},
"devDependencies": {
"@xylabs/delay": "^4.3.4",
"@xylabs/delay": "^4.3.6",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xyo-network/account": "workspace:^",
Expand All @@ -52,9 +52,9 @@
"@xyo-network/node-memory": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"publishConfig": {
"access": "public"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/assert": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand Down
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/hex": "^4.3.4",
"@xylabs/hex": "^4.3.6",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/packages/bridge/packages/abstract/package.json
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.3.4",
"@xylabs/exists": "^4.3.4",
"@xylabs/forget": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/object": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/assert": "^4.3.6",
"@xylabs/exists": "^4.3.6",
"@xylabs/forget": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xylabs/object": "^4.3.6",
"@xylabs/promise": "^4.3.6",
"@xyo-network/account": "workspace:^",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
Expand Down
14 changes: 7 additions & 7 deletions packages/modules/packages/bridge/packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"module": "dist/neutral/index-browser.mjs",
"types": "dist/neutral/index-browser.d.ts",
"dependencies": {
"@xylabs/assert": "^4.3.4",
"@xylabs/axios": "^4.3.4",
"@xylabs/exists": "^4.3.4",
"@xylabs/forget": "^4.3.4",
"@xylabs/hex": "^4.3.4",
"@xylabs/object": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/assert": "^4.3.6",
"@xylabs/axios": "^4.3.6",
"@xylabs/exists": "^4.3.6",
"@xylabs/forget": "^4.3.6",
"@xylabs/hex": "^4.3.6",
"@xylabs/object": "^4.3.6",
"@xylabs/promise": "^4.3.6",
"@xylabs/sdk-api-express-ecs": "^2.0.4",
"@xyo-network/account": "workspace:^",
"@xyo-network/api-models": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/packages/bridge/packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/hex": "^4.3.4",
"@xylabs/object": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/hex": "^4.3.6",
"@xylabs/object": "^4.3.6",
"@xylabs/promise": "^4.3.6",
"@xyo-network/boundwitness-model": "workspace:^",
"@xyo-network/module-events": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand Down
Loading

0 comments on commit 2dccb47

Please sign in to comment.