@credo-ts/anoncreds 0.6.2-alpha-20251211125338 → 0.6.2-alpha-20251222120740

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,4 +1,4 @@
1
- import * as _credo_ts_didcomm1 from "@credo-ts/didcomm";
1
+ import * as _credo_ts_didcomm0 from "@credo-ts/didcomm";
2
2
  import { DidCommAckMessage, DidCommAckMessageOptions } from "@credo-ts/didcomm";
3
3
 
4
4
  //#region src/protocols/credentials/v1/messages/DidCommCredentialV1AckMessage.d.ts
@@ -9,7 +9,7 @@ type V1CredentialAckMessageOptions = DidCommAckMessageOptions;
9
9
  declare class DidCommCredentialV1AckMessage extends DidCommAckMessage {
10
10
  readonly allowDidSovPrefix = true;
11
11
  readonly type: string;
12
- static readonly type: _credo_ts_didcomm1.ParsedMessageType;
12
+ static readonly type: _credo_ts_didcomm0.ParsedMessageType;
13
13
  }
14
14
  //#endregion
15
15
  export { DidCommCredentialV1AckMessage, V1CredentialAckMessageOptions };
@@ -1,4 +1,4 @@
1
- import * as _credo_ts_didcomm2 from "@credo-ts/didcomm";
1
+ import * as _credo_ts_didcomm1 from "@credo-ts/didcomm";
2
2
  import { CredentialPreviewOptions, DidCommCredentialPreviewAttribute } from "@credo-ts/didcomm";
3
3
 
4
4
  //#region src/protocols/credentials/v1/messages/DidCommCredentialV1Preview.d.ts
@@ -12,7 +12,7 @@ import { CredentialPreviewOptions, DidCommCredentialPreviewAttribute } from "@cr
12
12
  */
13
13
  declare class DidCommCredentialV1Preview {
14
14
  constructor(options: CredentialPreviewOptions);
15
- static readonly type: _credo_ts_didcomm2.ParsedMessageType;
15
+ static readonly type: _credo_ts_didcomm1.ParsedMessageType;
16
16
  readonly type: string;
17
17
  attributes: DidCommCredentialPreviewAttribute[];
18
18
  toJSON(): Record<string, unknown>;
@@ -1,6 +1,6 @@
1
1
  import { AnonCredsPredicateType } from "../../../../models/exchange.mjs";
2
2
  import "../../../../models/index.mjs";
3
- import * as _credo_ts_didcomm0 from "@credo-ts/didcomm";
3
+ import * as _credo_ts_didcomm2 from "@credo-ts/didcomm";
4
4
 
5
5
  //#region src/protocols/proofs/v1/models/DidCommPresentationV1Preview.d.ts
6
6
  interface DidCommPresentationV1PreviewAttributeOptions {
@@ -46,7 +46,7 @@ interface V1PresentationPreviewOptions {
46
46
  */
47
47
  declare class DidCommPresentationV1Preview {
48
48
  constructor(options: V1PresentationPreviewOptions);
49
- static readonly type: _credo_ts_didcomm0.ParsedMessageType;
49
+ static readonly type: _credo_ts_didcomm2.ParsedMessageType;
50
50
  readonly type: string;
51
51
  attributes: DidCommPresentationV1PreviewAttribute[];
52
52
  predicates: DidCommPresentationV1PreviewPredicate[];
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-20251211125338",
7
+ "version": "0.6.2-alpha-20251222120740",
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-20251211125338",
28
- "@credo-ts/didcomm": "0.6.2-alpha-20251211125338"
27
+ "@credo-ts/core": "0.6.2-alpha-20251222120740",
28
+ "@credo-ts/didcomm": "0.6.2-alpha-20251222120740"
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-20251211125338"
35
+ "@credo-ts/node": "0.6.2-alpha-20251222120740"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@hyperledger/anoncreds-shared": "^0.3.4"