Skip to content

Commit

Permalink
deploy 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Aug 23, 2024
1 parent 14bcd31 commit 52a4a6f
Show file tree
Hide file tree
Showing 188 changed files with 1,096 additions and 1,092 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/sdk-js",
"version": "3.0.7",
"version": "3.0.8",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -88,15 +88,15 @@
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@xylabs/eslint-config-flat": "^4.0.0",
"@xylabs/eslint-config-flat": "^4.0.7",
"@xylabs/forget": "^4.0.3",
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/tsconfig-dom-jest": "^4.0.0",
"@xylabs/tsconfig-jest": "^4.0.0",
"@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.0",
"eslint": "^9.9.1",
"eslint-import-resolver-typescript": "^3.6.1",
"jest": "^29.7.0",
"jest-docblock": "^29.7.0",
Expand All @@ -108,9 +108,9 @@
"jsdom": "^24.1.1",
"reflect-metadata": "^0.2.2",
"supertest": "^7.0.0",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"typedoc": "^0.26.6",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.5.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/core-payload-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/core-payload-plugins",
"version": "3.0.7",
"version": "3.0.8",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"@xyo-network/value-payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core-payload-plugins/packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/address-payload-plugin",
"version": "3.0.7",
"version": "3.0.8",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/config-payload-plugin",
"version": "3.0.7",
"version": "3.0.8",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/domain-payload-plugin",
"version": "3.0.7",
"version": "3.0.8",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -41,12 +41,12 @@
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"axios": "^1.7.4"
"axios": "^1.7.5"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core-payload-plugins/packages/id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/id-payload-plugin",
"version": "3.0.7",
"version": "3.0.8",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core-payload-plugins/packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/query-payload-plugin",
"version": "3.0.7",
"version": "3.0.8",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core-payload-plugins/packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/schema-payload-plugin",
"version": "3.0.7",
"version": "3.0.8",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/value-payload-plugin",
"version": "3.0.7",
"version": "3.0.8",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"@xyo-network/payload-plugin": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/manifest",
"version": "3.0.7",
"version": "3.0.8",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"@xyo-network/manifest-wrapper": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"ajv": "^8.17.1",
"typescript": "^5.5.4"
},
Expand Down
63 changes: 32 additions & 31 deletions packages/manifest/packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
{
"name": "@xyo-network/manifest-model",
"author": {
"email": "[email protected]",
"name": "XYO Development Team",
"url": "https://xyo.network"
},
"version": "3.0.8",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
"email": "[email protected]",
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
"email": "support@xyo.network"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"dependencies": {
"@xylabs/hex": "^4.0.3",
"@xyo-network/payload-model": "workspace:^"
"repository": {
"type": "git",
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"typescript": "^5.5.4",
"typescript-json-schema": "^0.65.1"
"license": "LGPL-3.0-only",
"author": {
"name": "XYO Development Team",
"email": "[email protected]",
"url": "https://xyo.network"
},
"types": "dist/neutral/index.d.ts",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/neutral/index.d.ts",
Expand All @@ -33,20 +30,24 @@
"./package.json": "./package.json"
},
"module": "dist/neutral/index.mjs",
"homepage": "https://xyo.network",
"license": "LGPL-3.0-only",
"publishConfig": {
"access": "public"
"types": "dist/neutral/index.d.ts",
"scripts": {
"gen-schema": "yarn typescript-json-schema src/Manifest.ts PackageManifest --required --out dist/PackageManifest.schema.json",
"package-build": "yarn gen-schema && yarn package-build-only",
"package-compile": "yarn gen-schema && yarn package-compile-only"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
"dependencies": {
"@xylabs/hex": "^4.0.3",
"@xyo-network/payload-model": "workspace:^"
},
"scripts": {
"package-compile": "yarn gen-schema && yarn package-compile-only",
"gen-schema": "yarn typescript-json-schema src/Manifest.ts PackageManifest --required --out dist/PackageManifest.schema.json"
"devDependencies": {
"@types/node": "^22.5.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4",
"typescript-json-schema": "^0.65.1"
},
"sideEffects": false,
"version": "3.0.7",
"type": "module"
"publishConfig": {
"access": "public"
}
}
6 changes: 3 additions & 3 deletions packages/manifest/packages/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/manifest-wrapper",
"version": "3.0.7",
"version": "3.0.8",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@xylabs/object": "^4.0.3",
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/modules",
"version": "3.0.7",
"version": "3.0.8",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"devDependencies": {
"@swc/core": "^1.7.14",
"@xylabs/delay": "^4.0.3",
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xyo-network/account": "workspace:^",
"@xyo-network/archivist-memory": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/archivist",
"version": "3.0.7",
"version": "3.0.8",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"@xyo-network/archivist-wrapper": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/archivist-abstract",
"version": "3.0.7",
"version": "3.0.8",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -45,8 +45,8 @@
"@xyo-network/payload-model": "workspace:^"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/archivist-cookie",
"version": "3.0.7",
"version": "3.0.8",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -44,8 +44,8 @@
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@xylabs/delay": "^4.0.3",
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@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"
Expand Down
Loading

0 comments on commit 52a4a6f

Please sign in to comment.