@xyo-network/sentinel 5.3.25 → 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 (2) hide show
  1. package/README.md +12767 -10
  2. package/package.json +35 -42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sentinel",
3
- "version": "5.3.25",
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": {
@@ -22,11 +22,11 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
+ "import": "./dist/neutral/index.mjs",
25
26
  "default": "./dist/neutral/index.mjs"
26
27
  },
27
28
  "./package.json": "./package.json"
28
29
  },
29
- "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
@@ -36,56 +36,49 @@
36
36
  "README.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@xyo-network/sentinel-memory": "~5.3.25",
40
- "@xyo-network/sentinel-abstract": "~5.3.25",
41
- "@xyo-network/sentinel-model": "~5.3.25",
42
- "@xyo-network/sentinel-wrapper": "~5.3.25"
39
+ "@xyo-network/sentinel-memory": "~5.3.27",
40
+ "@xyo-network/sentinel-wrapper": "~5.3.27",
41
+ "@xyo-network/sentinel-abstract": "~5.3.27",
42
+ "@xyo-network/sentinel-model": "~5.3.27"
43
43
  },
44
44
  "devDependencies": {
45
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",
46
+ "@types/node": "^25.5.2",
47
+ "@xylabs/sdk-js": "^5.0.94",
48
+ "@xylabs/ts-scripts-common": "~7.7.15",
49
+ "@xylabs/ts-scripts-pnpm": "~7.7.15",
50
+ "@xylabs/tsconfig": "~7.7.15",
51
+ "@xylabs/vitest-extended": "~5.0.94",
53
52
  "axios": "^1.14.0",
54
53
  "esbuild": "^0.28.0",
55
54
  "ethers": "^6.16.0",
56
- "tslib": "^2.8.1",
57
55
  "typescript": "~5.9.3",
58
56
  "vite": "^8.0.3",
59
57
  "vitest": "~4.1.2",
60
58
  "zod": "^4.3.6",
61
- "@xyo-network/abstract-witness": "~5.3.25",
62
- "@xyo-network/account": "~5.3.25",
63
- "@xyo-network/account-model": "~5.3.25",
64
- "@xyo-network/archivist-model": "~5.3.25",
65
- "@xyo-network/archivist-memory": "~5.3.25",
66
- "@xyo-network/boundwitness-model": "~5.3.25",
67
- "@xyo-network/boundwitness-builder": "~5.3.25",
68
- "@xyo-network/boundwitness-wrapper": "~5.3.25",
69
- "@xyo-network/diviner-model": "~5.3.25",
70
- "@xyo-network/module-abstract": "~5.3.25",
71
- "@xyo-network/id-payload-plugin": "~5.3.25",
72
- "@xyo-network/module-wrapper": "~5.3.25",
73
- "@xyo-network/node-memory": "~5.3.25",
74
- "@xyo-network/module-model": "~5.3.25",
75
- "@xyo-network/payload-builder": "~5.3.25",
76
- "@xyo-network/sentinel-abstract": "~5.3.25",
77
- "@xyo-network/payload-model": "~5.3.25",
78
- "@xyo-network/sentinel-memory": "~5.3.25",
79
- "@xyo-network/payload-wrapper": "~5.3.25",
80
- "@xyo-network/sentinel-model": "~5.3.25",
81
- "@xyo-network/sentinel-wrapper": "~5.3.25",
82
- "@xyo-network/witness-model": "~5.3.25",
83
- "@xyo-network/witness-adhoc": "~5.3.25"
84
- },
85
- "peerDependencies": {
86
- "ethers": "^6",
87
- "tslib": "^2.8.1",
88
- "zod": "^4"
59
+ "@xyo-network/abstract-witness": "~5.3.27",
60
+ "@xyo-network/account": "~5.3.27",
61
+ "@xyo-network/archivist-memory": "~5.3.27",
62
+ "@xyo-network/account-model": "~5.3.27",
63
+ "@xyo-network/boundwitness-builder": "~5.3.27",
64
+ "@xyo-network/boundwitness-wrapper": "~5.3.27",
65
+ "@xyo-network/diviner-model": "~5.3.27",
66
+ "@xyo-network/id-payload-plugin": "~5.3.27",
67
+ "@xyo-network/module-abstract": "~5.3.27",
68
+ "@xyo-network/module-model": "~5.3.27",
69
+ "@xyo-network/archivist-model": "~5.3.27",
70
+ "@xyo-network/module-wrapper": "~5.3.27",
71
+ "@xyo-network/payload-builder": "~5.3.27",
72
+ "@xyo-network/sentinel-abstract": "~5.3.27",
73
+ "@xyo-network/boundwitness-model": "~5.3.27",
74
+ "@xyo-network/payload-model": "~5.3.27",
75
+ "@xyo-network/sentinel-memory": "~5.3.27",
76
+ "@xyo-network/payload-wrapper": "~5.3.27",
77
+ "@xyo-network/sentinel-model": "~5.3.27",
78
+ "@xyo-network/witness-model": "~5.3.27",
79
+ "@xyo-network/node-memory": "~5.3.27",
80
+ "@xyo-network/sentinel-wrapper": "~5.3.27",
81
+ "@xyo-network/witness-adhoc": "~5.3.27"
89
82
  },
90
83
  "publishConfig": {
91
84
  "access": "public"