Skip to content

Commit

Permalink
webapp chrome mostly moved to xylabs
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 28, 2024
1 parent a50a108 commit 86f897b
Show file tree
Hide file tree
Showing 124 changed files with 1,064 additions and 1,069 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
"@xyo-network/shared": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/core": "^7.26.0",
"@jest/globals": "^29.7.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/parser": "^8.12.1",
"@xylabs/eslint-config-flat": "^4.2.3",
"@xylabs/forget": "^4.3.2",
"@xylabs/forget": "^4.3.3",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"@xylabs/tsconfig-dom-jest": "^4.1.0",
Expand All @@ -110,7 +110,7 @@
"typedoc": "^0.26.10",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"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.2",
"@xylabs/object": "^4.3.3",
"@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.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/object": "^4.3.2",
"@xylabs/platform": "^4.3.2",
"@xylabs/axios": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@xylabs/object": "^4.3.3",
"@xylabs/platform": "^4.3.3",
"@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.2",
"@xylabs/object": "^4.3.3",
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^"
},
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.3.2",
"@xylabs/hex": "^4.3.3",
"@xyo-network/payload-model": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.7.8",
"@types/node": "^22.8.2",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"typescript": "^5.6.3",
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.2",
"@xylabs/assert": "^4.3.3",
"@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.2",
"@xylabs/object": "^4.3.3",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"typescript": "^5.6.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@xyo-network/witness": "workspace:^"
},
"devDependencies": {
"@swc/core": "1.7.39",
"@xylabs/delay": "^4.3.2",
"@swc/core": "1.7.40",
"@xylabs/delay": "^4.3.3",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"@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.3"
"vitest": "^2.1.4"
},
"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.2",
"@xylabs/exists": "^4.3.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/object": "^4.3.2",
"@xylabs/promise": "^4.3.2",
"@xylabs/set": "^4.3.2",
"@xylabs/assert": "^4.3.3",
"@xylabs/exists": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@xylabs/object": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@xylabs/set": "^4.3.3",
"@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.2",
"@xylabs/exists": "^4.3.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/promise": "^4.3.2",
"@xylabs/assert": "^4.3.3",
"@xylabs/exists": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@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.2",
"@xylabs/delay": "^4.3.3",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"@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.2",
"@xylabs/error": "^4.3.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/promise": "^4.3.2",
"@xylabs/assert": "^4.3.3",
"@xylabs/error": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@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,11 +29,11 @@
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"dependencies": {
"@firebase/app": "^0.10.14",
"@firebase/app": "^0.10.15",
"@firebase/firestore": "^4.7.4",
"@xylabs/assert": "^4.3.2",
"@xylabs/exists": "^4.3.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/assert": "^4.3.3",
"@xylabs/exists": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand All @@ -44,7 +44,7 @@
"@firebase/rules-unit-testing": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"firebase": "^11.0.0",
"firebase": "^11.0.1",
"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.2",
"@xylabs/assert": "^4.3.2",
"@xylabs/exists": "^4.3.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/array": "^4.3.3",
"@xylabs/assert": "^4.3.3",
"@xylabs/exists": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@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.2",
"@xylabs/object": "^4.3.3",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"@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.3"
"vitest": "^2.1.4"
},
"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.2",
"@xylabs/exists": "^4.3.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/object": "^4.3.2",
"@xylabs/promise": "^4.3.2",
"@xylabs/assert": "^4.3.3",
"@xylabs/exists": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@xylabs/object": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@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.2",
"@xylabs/object": "^4.3.2",
"@xylabs/promise": "^4.3.2",
"@xylabs/hex": "^4.3.3",
"@xylabs/object": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@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.2",
"@xylabs/exists": "^4.3.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/promise": "^4.3.2",
"@xylabs/assert": "^4.3.3",
"@xylabs/exists": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand All @@ -42,8 +42,8 @@
"store2": "^2.14.3"
},
"devDependencies": {
"@xylabs/delay": "^4.3.2",
"@xylabs/object": "^4.3.2",
"@xylabs/delay": "^4.3.3",
"@xylabs/object": "^4.3.3",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"@xyo-network/account": "workspace:^",
Expand All @@ -53,7 +53,7 @@
"@xyo-network/node-memory": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* @jest-environment jsdom
*/

import { toJsonString } from '@xylabs/object'
import { Account } from '@xyo-network/account'
import { PayloadBuilder } from '@xyo-network/payload-builder'
import {
Expand Down
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.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/assert": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@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.2",
"@xylabs/hex": "^4.3.3",
"@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.2",
"@xylabs/exists": "^4.3.2",
"@xylabs/forget": "^4.3.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/object": "^4.3.2",
"@xylabs/promise": "^4.3.2",
"@xylabs/assert": "^4.3.3",
"@xylabs/exists": "^4.3.3",
"@xylabs/forget": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@xylabs/object": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@xyo-network/account": "workspace:^",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
Expand Down
16 changes: 8 additions & 8 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.2",
"@xylabs/axios": "^4.3.2",
"@xylabs/exists": "^4.3.2",
"@xylabs/forget": "^4.3.2",
"@xylabs/hex": "^4.3.2",
"@xylabs/object": "^4.3.2",
"@xylabs/promise": "^4.3.2",
"@xylabs/assert": "^4.3.3",
"@xylabs/axios": "^4.3.3",
"@xylabs/exists": "^4.3.3",
"@xylabs/forget": "^4.3.3",
"@xylabs/hex": "^4.3.3",
"@xylabs/object": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@xylabs/sdk-api-express-ecs": "^2.0.4",
"@xyo-network/account": "workspace:^",
"@xyo-network/api-models": "workspace:^",
Expand All @@ -63,7 +63,7 @@
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.7.8",
"@types/node": "^22.8.2",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"@xyo-network/account": "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.2",
"@xylabs/object": "^4.3.2",
"@xylabs/promise": "^4.3.2",
"@xylabs/hex": "^4.3.3",
"@xylabs/object": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@xyo-network/boundwitness-model": "workspace:^",
"@xyo-network/module-events": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand Down
Loading

0 comments on commit 86f897b

Please sign in to comment.