@xyo-network/bridge-worker 5.3.26 → 5.3.27

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 +29 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-worker",
3
- "version": "5.3.26",
3
+ "version": "5.3.27",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -38,53 +38,47 @@
38
38
  "dependencies": {
39
39
  "@scure/bip39": "~2.0.1",
40
40
  "lru-cache": "~11.2.7",
41
- "@xyo-network/archivist-model": "~5.3.26",
42
- "@xyo-network/bridge-abstract": "~5.3.26",
43
- "@xyo-network/manifest": "~5.3.26",
44
- "@xyo-network/bridge-model": "~5.3.26",
45
- "@xyo-network/boundwitness-model": "~5.3.26",
46
- "@xyo-network/manifest-model": "~5.3.26",
47
- "@xyo-network/module-model": "~5.3.26",
48
- "@xyo-network/module-factory-locator": "~5.3.26",
49
- "@xyo-network/payload-model": "~5.3.26",
50
- "@xyo-network/sentinel-model": "~5.3.26",
51
- "@xyo-network/node-model": "~5.3.26",
52
- "@xyo-network/wallet": "~5.3.26"
41
+ "@xyo-network/archivist-model": "~5.3.27",
42
+ "@xyo-network/bridge-abstract": "~5.3.27",
43
+ "@xyo-network/boundwitness-model": "~5.3.27",
44
+ "@xyo-network/manifest-model": "~5.3.27",
45
+ "@xyo-network/module-model": "~5.3.27",
46
+ "@xyo-network/manifest": "~5.3.27",
47
+ "@xyo-network/node-model": "~5.3.27",
48
+ "@xyo-network/bridge-model": "~5.3.27",
49
+ "@xyo-network/payload-model": "~5.3.27",
50
+ "@xyo-network/sentinel-model": "~5.3.27",
51
+ "@xyo-network/wallet": "~5.3.27",
52
+ "@xyo-network/module-factory-locator": "~5.3.27"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@opentelemetry/api": "^1.9.1",
56
56
  "@scure/bip39": "~2.0.1",
57
- "@types/node": "^25.5.2",
58
57
  "@xylabs/sdk-js": "^5.0.94",
59
- "@xylabs/ts-scripts-common": "~7.7.5",
60
- "@xylabs/ts-scripts-pnpm": "~7.7.5",
61
- "@xylabs/tsconfig": "~7.7.5",
62
- "acorn": "^8.16.0",
58
+ "@xylabs/ts-scripts-common": "~7.7.15",
59
+ "@xylabs/ts-scripts-pnpm": "~7.7.15",
60
+ "@xylabs/tsconfig": "~7.7.15",
63
61
  "axios": "^1.14.0",
64
- "esbuild": "^0.28.0",
65
62
  "ethers": "^6.16.0",
66
63
  "lru-cache": "~11.2.7",
67
64
  "tslib": "^2.8.1",
68
65
  "typescript": "~5.9.3",
69
66
  "zod": "^4.3.6",
70
- "@xyo-network/archivist-model": "~5.3.26",
71
- "@xyo-network/boundwitness-model": "~5.3.26",
72
- "@xyo-network/bridge-abstract": "~5.3.26",
73
- "@xyo-network/bridge-model": "~5.3.26",
74
- "@xyo-network/manifest-model": "~5.3.26",
75
- "@xyo-network/module-model": "~5.3.26",
76
- "@xyo-network/manifest": "~5.3.26",
77
- "@xyo-network/module-factory-locator": "~5.3.26",
78
- "@xyo-network/sentinel-model": "~5.3.26",
79
- "@xyo-network/node-model": "~5.3.26",
80
- "@xyo-network/payload-model": "~5.3.26",
81
- "@xyo-network/wallet": "~5.3.26"
67
+ "@xyo-network/archivist-model": "~5.3.27",
68
+ "@xyo-network/boundwitness-model": "~5.3.27",
69
+ "@xyo-network/bridge-abstract": "~5.3.27",
70
+ "@xyo-network/bridge-model": "~5.3.27",
71
+ "@xyo-network/manifest": "~5.3.27",
72
+ "@xyo-network/manifest-model": "~5.3.27",
73
+ "@xyo-network/module-factory-locator": "~5.3.27",
74
+ "@xyo-network/module-model": "~5.3.27",
75
+ "@xyo-network/payload-model": "~5.3.27",
76
+ "@xyo-network/node-model": "~5.3.27",
77
+ "@xyo-network/sentinel-model": "~5.3.27",
78
+ "@xyo-network/wallet": "~5.3.27"
82
79
  },
83
80
  "peerDependencies": {
84
- "@xylabs/sdk-js": "^5",
85
- "axios": "^1",
86
- "ethers": "^6",
87
- "tslib": "^2.8.1"
81
+ "@xylabs/sdk-js": "^5"
88
82
  },
89
83
  "publishConfig": {
90
84
  "access": "public"