@xyo-network/signature-payload-plugin 3.2.0-rc.8 → 3.2.0-rc.9
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.
|
@@ -18,7 +18,7 @@ export type Signature = Payload<SignatureFields, SignatureSchema>;
|
|
|
18
18
|
/**
|
|
19
19
|
* Identity function for determine if an object is a Signature
|
|
20
20
|
*/
|
|
21
|
-
export declare const isSignature: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
21
|
+
export declare const isSignature: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
|
|
22
22
|
schema: "network.xyo.signing.signature";
|
|
23
23
|
digestAlgorithm: Digest;
|
|
24
24
|
signature: string;
|
|
@@ -26,7 +26,7 @@ export declare const isSignature: (x?: unknown | null) => x is import(".store/@x
|
|
|
26
26
|
/**
|
|
27
27
|
* Identity function for determine if an object is a Signature with sources
|
|
28
28
|
*/
|
|
29
|
-
export declare const isSignatureWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
29
|
+
export declare const isSignatureWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
|
|
30
30
|
schema: "network.xyo.signing.signature";
|
|
31
31
|
digestAlgorithm: Digest;
|
|
32
32
|
signature: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/signature-payload-plugin",
|
|
3
|
-
"version": "3.2.0-rc.
|
|
3
|
+
"version": "3.2.0-rc.9",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/payload-model": "^3.6.0
|
|
32
|
+
"@xyo-network/payload-model": "^3.6.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|