Skip to content

Commit

Permalink
Updo
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 3, 2024
1 parent e6cac08 commit a2daeaf
Show file tree
Hide file tree
Showing 207 changed files with 3,881 additions and 1,997 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@
"@xyo-network/shared": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@stylistic/eslint-plugin": "^2.7.2",
"@types/jest": "^29.5.12",
"@babel/core": "^7.25.7",
"@stylistic/eslint-plugin": "^2.8.0",
"@types/jest": "^29.5.13",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@xylabs/eslint-config-flat": "^4.0.7",
"@xylabs/forget": "^4.0.9",
"@xylabs/forget": "^4.0.10",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xylabs/tsconfig-dom-jest": "^4.0.7",
"@xylabs/tsconfig-jest": "^4.0.7",
"babel-jest": "^29.7.0",
"dotenv": "^16.4.5",
"eslint": "^9.9.1",
"eslint": "^9.11.1",
"eslint-import-resolver-typescript": "^3.6.3",
"jest": "^29.7.0",
"jest-docblock": "^29.7.0",
Expand All @@ -101,18 +101,18 @@
"jest-runner": "^29.7.0",
"jest-runner-groups": "^2.2.0",
"jest-sorted": "^1.0.15",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"reflect-metadata": "^0.2.2",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typedoc": "^0.26.6",
"typedoc": "^0.26.7",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.2"
},
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"volta": {
"node": "22.3.0",
"yarn": "1.22.22"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-payload-plugins/packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/object": "^4.0.9",
"@xylabs/object": "^4.0.10",
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 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.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/object": "^4.0.9",
"@xylabs/platform": "^4.0.9",
"@xylabs/axios": "^4.0.10",
"@xylabs/hex": "^4.0.10",
"@xylabs/object": "^4.0.10",
"@xylabs/platform": "^4.0.10",
"@xyo-network/api-models": "workspace:^",
"@xyo-network/dns": "workspace:^",
"@xyo-network/huri": "workspace:^",
Expand All @@ -44,10 +44,10 @@
"axios": "^1.7.7"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/node": "^22.7.4",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-payload-plugins/packages/value/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/object": "^4.0.9",
"@xylabs/object": "^4.0.10",
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"ajv": "^8.17.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/manifest/packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"package-compile": "yarn gen-schema && yarn package-compile-only"
},
"dependencies": {
"@xylabs/hex": "^4.0.9",
"@xylabs/hex": "^4.0.10",
"@xyo-network/payload-model": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/node": "^22.7.4",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"typescript-json-schema": "^0.65.1"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 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.0.9",
"@xylabs/assert": "^4.0.10",
"@xyo-network/account": "workspace:^",
"@xyo-network/manifest-model": "workspace:^",
"@xyo-network/module-factory-locator": "workspace:^",
Expand All @@ -41,10 +41,10 @@
"@xyo-network/wallet-model": "workspace:^"
},
"devDependencies": {
"@xylabs/object": "^4.0.9",
"@xylabs/object": "^4.0.10",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
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.23",
"@xylabs/delay": "^4.0.9",
"@swc/core": "1.7.26",
"@xylabs/delay": "^4.0.10",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xyo-network/account": "workspace:^",
Expand All @@ -58,7 +58,7 @@
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/witness-adhoc": "workspace:^",
"@xyo-network/witness-model": "workspace:^",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"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.0.9",
"@xylabs/exists": "^4.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/object": "^4.0.9",
"@xylabs/promise": "^4.0.9",
"@xylabs/set": "^4.0.9",
"@xylabs/assert": "^4.0.10",
"@xylabs/exists": "^4.0.10",
"@xylabs/hex": "^4.0.10",
"@xylabs/object": "^4.0.10",
"@xylabs/promise": "^4.0.10",
"@xylabs/set": "^4.0.10",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand All @@ -47,7 +47,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
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.0.9",
"@xylabs/exists": "^4.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/promise": "^4.0.9",
"@xylabs/assert": "^4.0.10",
"@xylabs/exists": "^4.0.10",
"@xylabs/hex": "^4.0.10",
"@xylabs/promise": "^4.0.10",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand All @@ -43,12 +43,12 @@
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@xylabs/delay": "^4.0.9",
"@xylabs/delay": "^4.0.10",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xyo-network/id-payload-plugin": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"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.0.9",
"@xylabs/error": "^4.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/promise": "^4.0.9",
"@xylabs/assert": "^4.0.10",
"@xylabs/error": "^4.0.10",
"@xylabs/hex": "^4.0.10",
"@xylabs/promise": "^4.0.10",
"@xyo-network/account": "workspace:^",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-memory": "workspace:^",
Expand All @@ -49,7 +49,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ignores:
[
"@types/node",
"fake-indexeddb",
"typescript",
"tslib"
]
21 changes: 21 additions & 0 deletions packages/modules/packages/archivist/packages/firebase/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.*
.env
.eslintcache
.example.env
tsconfig*
jest.config.js
rollup.config.ts
yarn.lock
**/*.spec.ts
**/*.snap

.github
docs
.pnp.*
.vscode
.yarn/*
coverage
cspell.json
node_modules
swagger.json
packages
Loading

0 comments on commit a2daeaf

Please sign in to comment.