@xyo-network/sentinel 5.3.20 → 5.3.24

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 (2) hide show
  1. package/package.json +47 -33
  2. package/src/index.ts +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sentinel",
3
- "version": "5.3.20",
3
+ "version": "5.3.24",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -30,50 +30,64 @@
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
33
- "src",
34
33
  "!**/*.bench.*",
35
34
  "!**/*.spec.*",
36
- "!**/*.test.*"
35
+ "!**/*.test.*",
36
+ "README.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@xyo-network/sentinel-abstract": "~5.3.20",
40
- "@xyo-network/sentinel-memory": "~5.3.20",
41
- "@xyo-network/sentinel-model": "~5.3.20",
42
- "@xyo-network/sentinel-wrapper": "~5.3.20"
39
+ "@xyo-network/sentinel-abstract": "~5.3.24",
40
+ "@xyo-network/sentinel-memory": "~5.3.24",
41
+ "@xyo-network/sentinel-model": "~5.3.24",
42
+ "@xyo-network/sentinel-wrapper": "~5.3.24"
43
43
  },
44
44
  "devDependencies": {
45
- "@xylabs/sdk-js": "^5.0.90",
46
- "@xylabs/ts-scripts-common": "~7.5.6",
47
- "@xylabs/ts-scripts-yarn3": "~7.5.6",
48
- "@xylabs/tsconfig": "~7.5.6",
49
- "@xylabs/vitest-extended": "~5.0.90",
50
- "@xyo-network/abstract-witness": "~5.3.20",
51
- "@xyo-network/account": "~5.3.20",
52
- "@xyo-network/account-model": "~5.3.20",
53
- "@xyo-network/archivist-memory": "~5.3.20",
54
- "@xyo-network/archivist-model": "~5.3.20",
55
- "@xyo-network/boundwitness-builder": "~5.3.20",
56
- "@xyo-network/boundwitness-model": "~5.3.20",
57
- "@xyo-network/boundwitness-wrapper": "~5.3.20",
58
- "@xyo-network/diviner-model": "~5.3.20",
59
- "@xyo-network/id-payload-plugin": "~5.3.20",
60
- "@xyo-network/module-abstract": "~5.3.20",
61
- "@xyo-network/module-model": "~5.3.20",
62
- "@xyo-network/module-wrapper": "~5.3.20",
63
- "@xyo-network/node-memory": "~5.3.20",
64
- "@xyo-network/payload-builder": "~5.3.20",
65
- "@xyo-network/payload-model": "~5.3.20",
66
- "@xyo-network/payload-wrapper": "~5.3.20",
67
- "@xyo-network/witness-adhoc": "~5.3.20",
68
- "@xyo-network/witness-model": "~5.3.20",
45
+ "@opentelemetry/api": "^1.9.1",
46
+ "@types/node": "^25.5.0",
47
+ "@xylabs/sdk-js": "^5.0.93",
48
+ "@xylabs/ts-scripts-common": "~7.6.16",
49
+ "@xylabs/ts-scripts-pnpm": "~7.6.16",
50
+ "@xylabs/tsconfig": "~7.6.16",
51
+ "@xylabs/vitest-extended": "~5.0.93",
52
+ "acorn": "^8.16.0",
53
+ "axios": "^1.14.0",
54
+ "esbuild": "^0.28.0",
55
+ "ethers": "^6.16.0",
56
+ "tslib": "^2.8.1",
69
57
  "typescript": "~5.9.3",
58
+ "vite": "^8.0.3",
70
59
  "vitest": "~4.1.2",
71
- "zod": "^4.3.6"
60
+ "zod": "^4.3.6",
61
+ "@xyo-network/abstract-witness": "~5.3.24",
62
+ "@xyo-network/account": "~5.3.24",
63
+ "@xyo-network/account-model": "~5.3.24",
64
+ "@xyo-network/archivist-memory": "~5.3.24",
65
+ "@xyo-network/archivist-model": "~5.3.24",
66
+ "@xyo-network/boundwitness-builder": "~5.3.24",
67
+ "@xyo-network/boundwitness-model": "~5.3.24",
68
+ "@xyo-network/diviner-model": "~5.3.24",
69
+ "@xyo-network/boundwitness-wrapper": "~5.3.24",
70
+ "@xyo-network/id-payload-plugin": "~5.3.24",
71
+ "@xyo-network/module-abstract": "~5.3.24",
72
+ "@xyo-network/module-wrapper": "~5.3.24",
73
+ "@xyo-network/module-model": "~5.3.24",
74
+ "@xyo-network/payload-builder": "~5.3.24",
75
+ "@xyo-network/payload-model": "~5.3.24",
76
+ "@xyo-network/node-memory": "~5.3.24",
77
+ "@xyo-network/sentinel-memory": "~5.3.24",
78
+ "@xyo-network/payload-wrapper": "~5.3.24",
79
+ "@xyo-network/sentinel-model": "~5.3.24",
80
+ "@xyo-network/sentinel-abstract": "~5.3.24",
81
+ "@xyo-network/sentinel-wrapper": "~5.3.24",
82
+ "@xyo-network/witness-adhoc": "~5.3.24",
83
+ "@xyo-network/witness-model": "~5.3.24"
72
84
  },
73
85
  "peerDependencies": {
86
+ "ethers": "^6",
87
+ "tslib": "^2.8.1",
74
88
  "zod": "^4"
75
89
  },
76
90
  "publishConfig": {
77
91
  "access": "public"
78
92
  }
79
- }
93
+ }
package/src/index.ts DELETED
@@ -1,4 +0,0 @@
1
- export * from '@xyo-network/sentinel-abstract'
2
- export * from '@xyo-network/sentinel-memory'
3
- export * from '@xyo-network/sentinel-model'
4
- export * from '@xyo-network/sentinel-wrapper'