@xyo-network/witness-timestamp 3.9.2 → 3.9.3
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.
- package/dist/neutral/index.d.ts +1 -5
- package/package.json +5 -5
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as _xylabs_object from '@xylabs/object';
|
|
2
1
|
import { WithAdditional } from '@xylabs/object';
|
|
3
2
|
import { Payload, Schema } from '@xyo-network/payload-model';
|
|
4
3
|
import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
|
|
@@ -19,10 +18,7 @@ type TimestampSchema = typeof TimestampSchema;
|
|
|
19
18
|
type TimeStamp = Payload<{
|
|
20
19
|
timestamp: number;
|
|
21
20
|
}, TimestampSchema>;
|
|
22
|
-
declare const isTimestamp: (x?: unknown | null) => x is
|
|
23
|
-
schema: "network.xyo.timestamp";
|
|
24
|
-
timestamp: number;
|
|
25
|
-
}>;
|
|
21
|
+
declare const isTimestamp: (x?: unknown | null) => x is TimeStamp;
|
|
26
22
|
|
|
27
23
|
declare class TimestampWitness<P extends TimestampWitnessParams = TimestampWitnessParams> extends AbstractWitness<P> {
|
|
28
24
|
static readonly configSchemas: Schema[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/witness-timestamp",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.3",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@xylabs/object": "^4.5.1",
|
|
33
33
|
"@xylabs/promise": "^4.5.1",
|
|
34
|
-
"@xyo-network/abstract-witness": "^3.9.
|
|
35
|
-
"@xyo-network/module-model": "^3.9.
|
|
36
|
-
"@xyo-network/payload-model": "^3.9.
|
|
37
|
-
"@xyo-network/witness-model": "^3.9.
|
|
34
|
+
"@xyo-network/abstract-witness": "^3.9.3",
|
|
35
|
+
"@xyo-network/module-model": "^3.9.3",
|
|
36
|
+
"@xyo-network/payload-model": "^3.9.3",
|
|
37
|
+
"@xyo-network/witness-model": "^3.9.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|