@xyo-network/xl1-protocol-sdk 1.26.6 → 1.26.7
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.
|
@@ -16,6 +16,8 @@ export * from './StakeEventsViewer/index.ts';
|
|
|
16
16
|
export * from './StakeTotalsViewer/index.ts';
|
|
17
17
|
export * from './StakeViewer/index.ts';
|
|
18
18
|
export * from './timeSync2/index.ts';
|
|
19
|
+
export * from './transactionValidation/index.ts';
|
|
20
|
+
export * from './transactionValidation/index.ts';
|
|
19
21
|
export * from './TransactionViewer/index.ts';
|
|
20
22
|
export * from './windowedBlock/index.ts';
|
|
21
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/simple/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AACvC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0BAA0B,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/simple/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AACvC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kCAAkC,CAAA;AAChD,cAAc,kCAAkC,CAAA;AAChD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0BAA0B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-protocol-sdk",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.7",
|
|
4
4
|
"description": "XYO Layer One SDK Protocol",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"!**/*.test.*"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@xyo-network/xl1-protocol-lib": "~1.26.
|
|
52
|
-
"@xyo-network/xl1-schema": "~1.26.
|
|
51
|
+
"@xyo-network/xl1-protocol-lib": "~1.26.7",
|
|
52
|
+
"@xyo-network/xl1-schema": "~1.26.7",
|
|
53
53
|
"async-mutex": "~0.5.0",
|
|
54
54
|
"cosmiconfig": "^9.0.1",
|
|
55
55
|
"lru-cache": "^11.2.7"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@xylabs/tsconfig": "~7.5.6",
|
|
64
64
|
"@xylabs/vitest-extended": "~5.0.90",
|
|
65
65
|
"@xyo-network/sdk-js": "^5.3.17",
|
|
66
|
-
"@xyo-network/xl1-network-model": "~1.26.
|
|
66
|
+
"@xyo-network/xl1-network-model": "~1.26.7",
|
|
67
67
|
"axios": "^1.13.6",
|
|
68
68
|
"ethers": "^6.16.0",
|
|
69
69
|
"ky": "^1.14.3",
|
package/src/simple/index.ts
CHANGED
|
@@ -16,5 +16,7 @@ export * from './StakeEventsViewer/index.ts'
|
|
|
16
16
|
export * from './StakeTotalsViewer/index.ts'
|
|
17
17
|
export * from './StakeViewer/index.ts'
|
|
18
18
|
export * from './timeSync2/index.ts'
|
|
19
|
+
export * from './transactionValidation/index.ts'
|
|
20
|
+
export * from './transactionValidation/index.ts'
|
|
19
21
|
export * from './TransactionViewer/index.ts'
|
|
20
22
|
export * from './windowedBlock/index.ts'
|