@xyo-network/bridge-http 3.6.0-rc.8 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +40 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-http",
3
- "version": "3.6.0-rc.8",
3
+ "version": "3.6.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -37,24 +37,23 @@
37
37
  "module": "dist/neutral/index-browser.mjs",
38
38
  "types": "dist/neutral/index-browser.d.ts",
39
39
  "dependencies": {
40
- "@xylabs/assert": "^4.4.16",
41
- "@xylabs/axios": "^4.4.16",
42
- "@xylabs/exists": "^4.4.16",
43
- "@xylabs/forget": "^4.4.16",
44
- "@xylabs/hex": "^4.4.16",
45
- "@xylabs/object": "^4.4.16",
46
- "@xylabs/promise": "^4.4.16",
47
- "@xylabs/sdk-api-express-ecs": "^2.1.0",
48
- "@xyo-network/account": "^3.6.0-rc.8",
49
- "@xyo-network/api-models": "^3.6.0-rc.8",
50
- "@xyo-network/boundwitness-model": "^3.6.0-rc.8",
51
- "@xyo-network/bridge-abstract": "^3.6.0-rc.8",
52
- "@xyo-network/bridge-model": "^3.6.0-rc.8",
53
- "@xyo-network/config-payload-plugin": "^3.6.0-rc.8",
54
- "@xyo-network/manifest-model": "^3.6.0-rc.8",
55
- "@xyo-network/module-model": "^3.6.0-rc.8",
56
- "@xyo-network/node-model": "^3.6.0-rc.8",
57
- "@xyo-network/payload-model": "^3.6.0-rc.8",
40
+ "@xylabs/assert": "^4.4.26",
41
+ "@xylabs/axios": "^4.4.26",
42
+ "@xylabs/exists": "^4.4.26",
43
+ "@xylabs/forget": "^4.4.26",
44
+ "@xylabs/hex": "^4.4.26",
45
+ "@xylabs/object": "^4.4.26",
46
+ "@xylabs/promise": "^4.4.26",
47
+ "@xyo-network/account": "^3.6.0",
48
+ "@xyo-network/api-models": "^3.6.0",
49
+ "@xyo-network/boundwitness-model": "^3.6.0",
50
+ "@xyo-network/bridge-abstract": "^3.6.0",
51
+ "@xyo-network/bridge-model": "^3.6.0",
52
+ "@xyo-network/config-payload-plugin": "^3.6.0",
53
+ "@xyo-network/manifest-model": "^3.6.0",
54
+ "@xyo-network/module-model": "^3.6.0",
55
+ "@xyo-network/node-model": "^3.6.0",
56
+ "@xyo-network/payload-model": "^3.6.0",
58
57
  "async-mutex": "^0.5.0",
59
58
  "axios": "^1.7.9",
60
59
  "express": "^4.21.2",
@@ -64,24 +63,32 @@
64
63
  "devDependencies": {
65
64
  "@types/express": "^5.0.0",
66
65
  "@types/node": "^22.10.2",
67
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
68
- "@xylabs/tsconfig": "^4.2.4",
69
- "@xylabs/vitest-extended": "^4.4.16",
70
- "@xyo-network/account": "^3.6.0-rc.8",
71
- "@xyo-network/archivist-model": "^3.6.0-rc.8",
72
- "@xyo-network/bridge-abstract": "^3.6.0-rc.8",
73
- "@xyo-network/diviner-model": "^3.6.0-rc.8",
74
- "@xyo-network/module-resolver": "^3.6.0-rc.8",
75
- "@xyo-network/node-memory": "^3.6.0-rc.8",
76
- "@xyo-network/node-model": "^3.6.0-rc.8",
77
- "@xyo-network/payload-builder": "^3.6.0-rc.8",
78
- "@xyo-network/payload-wrapper": "^3.6.0-rc.8",
66
+ "@xylabs/sdk-api-express-ecs": "^2.1.0",
67
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
68
+ "@xylabs/tsconfig": "^4.2.6",
69
+ "@xylabs/vitest-extended": "^4.4.26",
70
+ "@xyo-network/account": "^3.6.0",
71
+ "@xyo-network/archivist-model": "^3.6.0",
72
+ "@xyo-network/bridge-abstract": "^3.6.0",
73
+ "@xyo-network/diviner-model": "^3.6.0",
74
+ "@xyo-network/module-resolver": "^3.6.0",
75
+ "@xyo-network/node-memory": "^3.6.0",
76
+ "@xyo-network/node-model": "^3.6.0",
77
+ "@xyo-network/payload-builder": "^3.6.0",
78
+ "@xyo-network/payload-wrapper": "^3.6.0",
79
79
  "get-port-please": "^3.1.2",
80
80
  "typescript": "^5.7.2",
81
81
  "vitest": "^2.1.8"
82
82
  },
83
+ "peerDependencies": {
84
+ "@xylabs/sdk-api-express-ecs": "^2.1.0"
85
+ },
86
+ "peerDependenciesMeta": {
87
+ "@xylabs/sdk-api-express-ecs": {
88
+ "optional": true
89
+ }
90
+ },
83
91
  "publishConfig": {
84
92
  "access": "public"
85
- },
86
- "stableVersion": "3.5.2"
93
+ }
87
94
  }