Skip to content

Commit

Permalink
deploy 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Aug 30, 2024
1 parent 1c84870 commit 660495b
Show file tree
Hide file tree
Showing 187 changed files with 1,041 additions and 1,094 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/sdk-js",
"version": "3.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -83,13 +83,13 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@stylistic/eslint-plugin": "^2.6.4",
"@stylistic/eslint-plugin": "^2.7.1",
"@types/jest": "^29.5.12",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@xylabs/eslint-config-flat": "^4.0.7",
"@xylabs/forget": "^4.0.5",
"@xylabs/forget": "^4.0.9",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xylabs/tsconfig-dom-jest": "^4.0.7",
Expand Down Expand Up @@ -125,4 +125,4 @@
"access": "public"
},
"resolutions_comment": "We set the above resolutions to make sure we pull in the latest versions of these packages even if some sub packages request earlier versions"
}
}
2 changes: 1 addition & 1 deletion 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.1.4",
"version": "3.1.5",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/address-payload-plugin",
"version": "3.1.4",
"version": "3.1.5",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/config-payload-plugin",
"version": "3.1.4",
"version": "3.1.5",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/object": "^4.0.5",
"@xylabs/object": "^4.0.9",
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^"
},
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/domain-payload-plugin",
"version": "3.1.4",
"version": "3.1.5",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/axios": "^4.0.5",
"@xylabs/hex": "^4.0.5",
"@xylabs/object": "^4.0.5",
"@xylabs/platform": "^4.0.5",
"@xylabs/axios": "^4.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/object": "^4.0.9",
"@xylabs/platform": "^4.0.9",
"@xyo-network/api-models": "workspace:^",
"@xyo-network/dns": "workspace:^",
"@xyo-network/huri": "workspace:^",
Expand All @@ -44,7 +44,7 @@
"axios": "^1.7.5"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/node": "^22.5.1",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/id-payload-plugin",
"version": "3.1.4",
"version": "3.1.5",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/query-payload-plugin",
"version": "3.1.4",
"version": "3.1.5",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/schema-payload-plugin",
"version": "3.1.4",
"version": "3.1.5",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/value-payload-plugin",
"version": "3.1.4",
"version": "3.1.5",
"description": "Typescript/Javascript Plugins for XYO Platform",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/object": "^4.0.5",
"@xylabs/object": "^4.0.9",
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/payload-plugin": "workspace:^"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/manifest",
"version": "3.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/manifest/packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/manifest-model",
"version": "3.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"package-compile": "yarn gen-schema && yarn package-compile-only"
},
"dependencies": {
"@xylabs/hex": "^4.0.5",
"@xylabs/hex": "^4.0.9",
"@xyo-network/payload-model": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/node": "^22.5.1",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4",
Expand Down
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.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.0.5",
"@xylabs/assert": "^4.0.9",
"@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.0.5",
"@xylabs/object": "^4.0.9",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"
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.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"@xyo-network/witness": "workspace:^"
},
"devDependencies": {
"@swc/core": "^1.7.18",
"@xylabs/delay": "^4.0.5",
"@swc/core": "^1.7.21",
"@xylabs/delay": "^4.0.9",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xyo-network/account": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/archivist-abstract",
"version": "3.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.0.5",
"@xylabs/exists": "^4.0.5",
"@xylabs/hex": "^4.0.5",
"@xylabs/object": "^4.0.5",
"@xylabs/promise": "^4.0.5",
"@xylabs/set": "^4.0.5",
"@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",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/archivist-cookie",
"version": "3.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.0.5",
"@xylabs/exists": "^4.0.5",
"@xylabs/hex": "^4.0.5",
"@xylabs/promise": "^4.0.5",
"@xylabs/assert": "^4.0.9",
"@xylabs/exists": "^4.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/promise": "^4.0.9",
"@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.0.5",
"@xylabs/delay": "^4.0.9",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xyo-network/id-payload-plugin": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/filesystem-archivist",
"version": "3.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"module": "dist/node/index.mjs",
"types": "dist/node/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.0.5",
"@xylabs/error": "^4.0.5",
"@xylabs/hex": "^4.0.5",
"@xylabs/promise": "^4.0.5",
"@xylabs/assert": "^4.0.9",
"@xylabs/error": "^4.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/promise": "^4.0.9",
"@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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/archivist-indexeddb",
"version": "3.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.0.5",
"@xylabs/exists": "^4.0.5",
"@xylabs/hex": "^4.0.5",
"@xylabs/lodash": "^4.0.5",
"@xylabs/assert": "^4.0.9",
"@xylabs/exists": "^4.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/lodash": "^4.0.9",
"@xyo-network/archivist-abstract": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand All @@ -41,7 +41,7 @@
"idb": "^8.0.0"
},
"devDependencies": {
"@xylabs/object": "^4.0.5",
"@xylabs/object": "^4.0.9",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xyo-network/account": "workspace:^",
Expand Down
14 changes: 7 additions & 7 deletions packages/modules/packages/archivist/packages/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/archivist-memory",
"version": "3.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.0.5",
"@xylabs/exists": "^4.0.5",
"@xylabs/hex": "^4.0.5",
"@xylabs/lodash": "^4.0.5",
"@xylabs/object": "^4.0.5",
"@xylabs/promise": "^4.0.5",
"@xylabs/assert": "^4.0.9",
"@xylabs/exists": "^4.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/lodash": "^4.0.9",
"@xylabs/object": "^4.0.9",
"@xylabs/promise": "^4.0.9",
"@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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/archivist-model",
"version": "3.1.4",
"version": "3.1.5",
"description": "Primary SDK for using XYO Protocol 2.0",
"homepage": "https://xyo.network",
"bugs": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"module": "dist/neutral/index.mjs",
"types": "dist/neutral/index.d.ts",
"dependencies": {
"@xylabs/hex": "^4.0.5",
"@xylabs/object": "^4.0.5",
"@xylabs/promise": "^4.0.5",
"@xylabs/hex": "^4.0.9",
"@xylabs/object": "^4.0.9",
"@xylabs/promise": "^4.0.9",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/module-events": "workspace:^",
"@xyo-network/module-model": "workspace:^",
Expand Down
Loading

0 comments on commit 660495b

Please sign in to comment.