@credo-ts/anoncreds 0.6.2-alpha-20251210145840 → 0.6.2-alpha-20251211115250

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.
@@ -1,6 +1,6 @@
1
1
  import { LegacyIndyCredentialRequest } from "../../../../formats/LegacyIndyDidCommCredentialFormat.mjs";
2
2
  import "../../../../formats/index.mjs";
3
- import * as _credo_ts_didcomm1 from "@credo-ts/didcomm";
3
+ import * as _credo_ts_didcomm5 from "@credo-ts/didcomm";
4
4
  import { DidCommAttachment, DidCommMessage } from "@credo-ts/didcomm";
5
5
 
6
6
  //#region src/protocols/credentials/v1/messages/DidCommRequestCredentialV1Message.d.ts
@@ -15,7 +15,7 @@ declare class DidCommRequestCredentialV1Message extends DidCommMessage {
15
15
  readonly allowDidSovPrefix = true;
16
16
  constructor(options: DidCommRequestCredentialV1MessageOptions);
17
17
  readonly type: string;
18
- static readonly type: _credo_ts_didcomm1.ParsedMessageType;
18
+ static readonly type: _credo_ts_didcomm5.ParsedMessageType;
19
19
  comment?: string;
20
20
  requestAttachments: DidCommAttachment[];
21
21
  get indyCredentialRequest(): LegacyIndyCredentialRequest | null;
@@ -1,11 +1,11 @@
1
- import * as _credo_ts_didcomm2 from "@credo-ts/didcomm";
1
+ import * as _credo_ts_didcomm1 from "@credo-ts/didcomm";
2
2
  import { DidCommAckMessage } from "@credo-ts/didcomm";
3
3
 
4
4
  //#region src/protocols/proofs/v1/messages/DidCommPresentationV1AckMessage.d.ts
5
5
  declare class DidCommPresentationV1AckMessage extends DidCommAckMessage {
6
6
  readonly allowDidSovPrefix = true;
7
7
  readonly type: string;
8
- static readonly type: _credo_ts_didcomm2.ParsedMessageType;
8
+ static readonly type: _credo_ts_didcomm1.ParsedMessageType;
9
9
  }
10
10
  //#endregion
11
11
  export { DidCommPresentationV1AckMessage };
@@ -1,6 +1,6 @@
1
1
  import { AnonCredsProof } from "../../../../models/exchange.mjs";
2
2
  import "../../../../models/index.mjs";
3
- import * as _credo_ts_didcomm3 from "@credo-ts/didcomm";
3
+ import * as _credo_ts_didcomm2 from "@credo-ts/didcomm";
4
4
  import { DidCommAttachment, DidCommMessage } from "@credo-ts/didcomm";
5
5
 
6
6
  //#region src/protocols/proofs/v1/messages/DidCommPresentationV1Message.d.ts
@@ -21,7 +21,7 @@ declare class DidCommPresentationV1Message extends DidCommMessage {
21
21
  readonly allowDidSovPrefix = true;
22
22
  constructor(options: DidCommPresentationV1MessageOptions);
23
23
  readonly type: string;
24
- static readonly type: _credo_ts_didcomm3.ParsedMessageType;
24
+ static readonly type: _credo_ts_didcomm2.ParsedMessageType;
25
25
  /**
26
26
  * Provides some human readable information about this request for a presentation.
27
27
  */
@@ -1,4 +1,4 @@
1
- import * as _credo_ts_didcomm4 from "@credo-ts/didcomm";
1
+ import * as _credo_ts_didcomm3 from "@credo-ts/didcomm";
2
2
  import { DidCommProblemReportMessage, DidCommProblemReportMessageOptions } from "@credo-ts/didcomm";
3
3
 
4
4
  //#region src/protocols/proofs/v1/messages/DidCommPresentationV1ProblemReportMessage.d.ts
@@ -9,7 +9,7 @@ type DidCommPresentationV1ProblemReportMessageOptions = DidCommProblemReportMess
9
9
  declare class DidCommPresentationV1ProblemReportMessage extends DidCommProblemReportMessage {
10
10
  readonly allowDidSovPrefix = true;
11
11
  readonly type: string;
12
- static readonly type: _credo_ts_didcomm4.ParsedMessageType;
12
+ static readonly type: _credo_ts_didcomm3.ParsedMessageType;
13
13
  }
14
14
  //#endregion
15
15
  export { DidCommPresentationV1ProblemReportMessage, DidCommPresentationV1ProblemReportMessageOptions };
@@ -1,5 +1,5 @@
1
1
  import { DidCommPresentationV1Preview } from "../models/DidCommPresentationV1Preview.mjs";
2
- import * as _credo_ts_didcomm5 from "@credo-ts/didcomm";
2
+ import * as _credo_ts_didcomm4 from "@credo-ts/didcomm";
3
3
  import { DidCommMessage } from "@credo-ts/didcomm";
4
4
 
5
5
  //#region src/protocols/proofs/v1/messages/DidCommProposePresentationV1Message.d.ts
@@ -17,7 +17,7 @@ declare class DidCommProposePresentationV1Message extends DidCommMessage {
17
17
  readonly allowDidSovPrefix = true;
18
18
  constructor(options: DidCommProposePresentationV1MessageOptions);
19
19
  readonly type: string;
20
- static readonly type: _credo_ts_didcomm5.ParsedMessageType;
20
+ static readonly type: _credo_ts_didcomm4.ParsedMessageType;
21
21
  /**
22
22
  * Provides some human readable information about the proposed presentation.
23
23
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  ".": "./build/index.mjs",
5
5
  "./package.json": "./package.json"
6
6
  },
7
- "version": "0.6.2-alpha-20251210145840",
7
+ "version": "0.6.2-alpha-20251211115250",
8
8
  "files": [
9
9
  "build"
10
10
  ],
@@ -24,15 +24,15 @@
24
24
  "class-transformer": "0.5.1",
25
25
  "class-validator": "^0.14.1",
26
26
  "reflect-metadata": "0.2.2",
27
- "@credo-ts/core": "0.6.2-alpha-20251210145840",
28
- "@credo-ts/didcomm": "0.6.2-alpha-20251210145840"
27
+ "@credo-ts/core": "0.6.2-alpha-20251211115250",
28
+ "@credo-ts/didcomm": "0.6.2-alpha-20251211115250"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@hyperledger/anoncreds-nodejs": "^0.3.4",
32
32
  "@hyperledger/anoncreds-shared": "^0.3.4",
33
33
  "rxjs": "^7.8.2",
34
34
  "typescript": "~5.9.3",
35
- "@credo-ts/node": "0.6.2-alpha-20251210145840"
35
+ "@credo-ts/node": "0.6.2-alpha-20251211115250"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@hyperledger/anoncreds-shared": "^0.3.4"