Skip to content

Commit

Permalink
deploy 2.80.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Nov 17, 2023
1 parent 9a27ca6 commit bf09cad
Show file tree
Hide file tree
Showing 99 changed files with 572 additions and 539 deletions.
12 changes: 4 additions & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@
"@xylabs"
],
"ignorePatterns": [
"dist",
"node_modules",
"docs",
"coverage",
"docker",
"nftData",
"**/dist",
"**/node_modules",
"**/docs",
"**/coverage",
"testData.json",
"*.stories.*",
"swagger.json",
".yarn"
],
"rules": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@xylabs/eslint-config": "^3.2.0",
"@xylabs/eslint-config": "^3.2.2",
"@xylabs/forget": "^2.13.9",
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/tsconfig-dom-jest": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"@xylabs/tsconfig-dom-jest": "^3.2.2",
"babel-jest": "^29.7.0",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
Expand Down Expand Up @@ -103,7 +103,7 @@
"build-typedoc-site": "xy gen-docs @xyo-network/plugins"
},
"sideEffects": false,
"version": "2.80.0",
"version": "2.80.3",
"packageManager": "yarn@4.0.2",
"volta": {
"node": "18.17.1",
Expand Down
14 changes: 10 additions & 4 deletions packages/payload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,23 @@
"@xyo-network/config-payload-plugin": "workspace:~",
"@xyo-network/crypto-payload-plugins": "workspace:~",
"@xyo-network/domain-payload-plugin": "workspace:~",
"@xyo-network/elevation-payload-plugin": "workspace:~",
"@xyo-network/id-payload-plugin": "workspace:~",
"@xyo-network/image-thumbnail-payload-plugin": "workspace:~",
"@xyo-network/location-certainty-payload-plugin": "workspace:~",
"@xyo-network/location-payload-plugin": "workspace:~",
"@xyo-network/module-instance-payload-plugin": "workspace:~",
"@xyo-network/payload-plugin": "^2.79.8",
"@xyo-network/pentair-payload-plugin": "workspace:~",
"@xyo-network/query-payload-plugin": "workspace:~",
"@xyo-network/schema-payload-plugin": "workspace:~"
"@xyo-network/schema-payload-plugin": "workspace:~",
"@xyo-network/url-payload-plugin": "workspace:~",
"@xyo-network/url-safety-payload-plugin": "workspace:~",
"@xyo-network/value-payload-plugin": "workspace:~"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -68,5 +74,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
6 changes: 3 additions & 3 deletions packages/payload/packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
6 changes: 3 additions & 3 deletions packages/payload/packages/blockchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -59,5 +59,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
6 changes: 3 additions & 3 deletions packages/payload/packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -59,5 +59,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
6 changes: 3 additions & 3 deletions packages/payload/packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -59,5 +59,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
6 changes: 3 additions & 3 deletions packages/payload/packages/crypto/packages/cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -59,5 +59,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@xyo-network/payload-plugin": "^2.79.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
6 changes: 3 additions & 3 deletions packages/payload/packages/crypto/packages/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@xyo-network/uniswap-crypto-market-payload-plugin": "workspace:~"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
Expand Down Expand Up @@ -60,5 +60,5 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "2.80.0"
"version": "2.80.3"
}
Loading

0 comments on commit bf09cad

Please sign in to comment.