@xyo-network/signature-payload-plugin 3.4.1 → 3.4.2
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 +2 -11
- package/package.json +4 -4
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import * as _store__xylabs_object_npm_4_5_1_e31c389195_package from '.store/@xylabs-object-npm-4.5.1-e31c389195/package';
|
|
4
3
|
|
|
5
4
|
declare const SignatureSchema: "network.xyo.signing.signature";
|
|
6
5
|
type SignatureSchema = typeof SignatureSchema;
|
|
@@ -11,15 +10,7 @@ interface SignatureFields {
|
|
|
11
10
|
signature: string;
|
|
12
11
|
}
|
|
13
12
|
type Signature = Payload<SignatureFields, SignatureSchema>;
|
|
14
|
-
declare const isSignature: (x?: unknown | null) => x is
|
|
15
|
-
|
|
16
|
-
digestAlgorithm: Digest;
|
|
17
|
-
signature: string;
|
|
18
|
-
}>;
|
|
19
|
-
declare const isSignatureWithSources: (x?: unknown | null) => x is _xyo_network_payload_model.WithSources<_store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
20
|
-
schema: "network.xyo.signing.signature";
|
|
21
|
-
digestAlgorithm: Digest;
|
|
22
|
-
signature: string;
|
|
23
|
-
}>>;
|
|
13
|
+
declare const isSignature: (x?: unknown | null) => x is Signature;
|
|
14
|
+
declare const isSignatureWithSources: (x?: unknown | null) => x is _xyo_network_payload_model.WithSources<Signature>;
|
|
24
15
|
|
|
25
16
|
export { type Digest, type Signature, type SignatureFields, SignatureSchema, isSignature, isSignatureWithSources };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/signature-payload-plugin",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/payload-model": "^3.
|
|
32
|
+
"@xyo-network/payload-model": "^3.9.16"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
36
|
-
"@xylabs/tsconfig": "^5.0.
|
|
35
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
36
|
+
"@xylabs/tsconfig": "^5.0.24",
|
|
37
37
|
"typescript": "^5.7.3"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|