@credo-ts/indy-vdr 0.6.0-pr-2474-20251028164005 → 0.6.0-pr-2474-20251029081127
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/build/IndyVdrApi.d.mts +2 -2
- package/build/IndyVdrApi.js +2 -2
- package/build/IndyVdrApi.mjs +2 -2
- package/build/_virtual/{_@oxc-project_runtime@0.94.0 → _@oxc-project_runtime@0.95.0}/helpers/decorate.js +1 -1
- package/build/_virtual/{_@oxc-project_runtime@0.94.0 → _@oxc-project_runtime@0.95.0}/helpers/decorate.mjs +1 -1
- package/build/_virtual/{_@oxc-project_runtime@0.94.0 → _@oxc-project_runtime@0.95.0}/helpers/decorateMetadata.js +1 -1
- package/build/_virtual/{_@oxc-project_runtime@0.94.0 → _@oxc-project_runtime@0.95.0}/helpers/decorateMetadata.mjs +1 -1
- package/build/_virtual/{_@oxc-project_runtime@0.94.0 → _@oxc-project_runtime@0.95.0}/helpers/decorateParam.js +1 -1
- package/build/_virtual/{_@oxc-project_runtime@0.94.0 → _@oxc-project_runtime@0.95.0}/helpers/decorateParam.mjs +1 -1
- package/build/pool/IndyVdrPool.d.mts +2 -2
- package/build/pool/IndyVdrPoolService.js +3 -3
- package/build/pool/IndyVdrPoolService.mjs +3 -3
- package/package.json +3 -3
package/build/IndyVdrApi.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IndyVdrPoolConfig } from "./pool/IndyVdrPool.mjs";
|
|
2
2
|
import { IndyVdrPoolService } from "./pool/IndyVdrPoolService.mjs";
|
|
3
3
|
import { AgentContext } from "@credo-ts/core";
|
|
4
|
-
import * as
|
|
4
|
+
import * as _hyperledger_indy_vdr_shared1 from "@hyperledger/indy-vdr-shared";
|
|
5
5
|
|
|
6
6
|
//#region src/IndyVdrApi.d.ts
|
|
7
7
|
declare class IndyVdrApi {
|
|
@@ -20,7 +20,7 @@ declare class IndyVdrApi {
|
|
|
20
20
|
*/
|
|
21
21
|
getAllPoolTransactions(): Promise<PromiseSettledResult<{
|
|
22
22
|
config: IndyVdrPoolConfig;
|
|
23
|
-
transactions:
|
|
23
|
+
transactions: _hyperledger_indy_vdr_shared1.Transactions;
|
|
24
24
|
}>[]>;
|
|
25
25
|
/**
|
|
26
26
|
* This method endorses a transaction. The transaction can be either a string or a JSON object.
|
package/build/IndyVdrApi.js
CHANGED
|
@@ -2,8 +2,8 @@ const require_rolldown_runtime = require('./_virtual/rolldown_runtime.js');
|
|
|
2
2
|
const require_IndyVdrError = require('./error/IndyVdrError.js');
|
|
3
3
|
require('./error/index.js');
|
|
4
4
|
const require_didIndyUtil = require('./dids/didIndyUtil.js');
|
|
5
|
-
const require_decorateMetadata = require('./_virtual/_@oxc-project_runtime@0.
|
|
6
|
-
const require_decorate = require('./_virtual/_@oxc-project_runtime@0.
|
|
5
|
+
const require_decorateMetadata = require('./_virtual/_@oxc-project_runtime@0.95.0/helpers/decorateMetadata.js');
|
|
6
|
+
const require_decorate = require('./_virtual/_@oxc-project_runtime@0.95.0/helpers/decorate.js');
|
|
7
7
|
const require_IndyVdrPoolService = require('./pool/IndyVdrPoolService.js');
|
|
8
8
|
require('./pool/index.js');
|
|
9
9
|
const require_sign = require('./utils/sign.js');
|
package/build/IndyVdrApi.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IndyVdrError } from "./error/IndyVdrError.mjs";
|
|
2
2
|
import "./error/index.mjs";
|
|
3
3
|
import { verificationPublicJwkForIndyDid } from "./dids/didIndyUtil.mjs";
|
|
4
|
-
import { __decorateMetadata } from "./_virtual/_@oxc-project_runtime@0.
|
|
5
|
-
import { __decorate } from "./_virtual/_@oxc-project_runtime@0.
|
|
4
|
+
import { __decorateMetadata } from "./_virtual/_@oxc-project_runtime@0.95.0/helpers/decorateMetadata.mjs";
|
|
5
|
+
import { __decorate } from "./_virtual/_@oxc-project_runtime@0.95.0/helpers/decorate.mjs";
|
|
6
6
|
import { IndyVdrPoolService } from "./pool/IndyVdrPoolService.mjs";
|
|
7
7
|
import "./pool/index.mjs";
|
|
8
8
|
import { multiSignRequest, signRequest } from "./utils/sign.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
//#region \0@oxc-project+runtime@0.
|
|
2
|
+
//#region \0@oxc-project+runtime@0.95.0/helpers/decorate.js
|
|
3
3
|
function __decorate(decorators, target, key, desc) {
|
|
4
4
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
5
5
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region \0@oxc-project+runtime@0.
|
|
1
|
+
//#region \0@oxc-project+runtime@0.95.0/helpers/decorate.js
|
|
2
2
|
function __decorate(decorators, target, key, desc) {
|
|
3
3
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
4
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
//#region \0@oxc-project+runtime@0.
|
|
2
|
+
//#region \0@oxc-project+runtime@0.95.0/helpers/decorateMetadata.js
|
|
3
3
|
function __decorateMetadata(k, v) {
|
|
4
4
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
5
5
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region \0@oxc-project+runtime@0.
|
|
1
|
+
//#region \0@oxc-project+runtime@0.95.0/helpers/decorateMetadata.js
|
|
2
2
|
function __decorateMetadata(k, v) {
|
|
3
3
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
4
4
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AgentContext, Kms } from "@credo-ts/core";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _hyperledger_indy_vdr_shared0 from "@hyperledger/indy-vdr-shared";
|
|
3
3
|
import { IndyVdrRequest, RequestResponseType } from "@hyperledger/indy-vdr-shared";
|
|
4
4
|
|
|
5
5
|
//#region src/pool/IndyVdrPool.d.ts
|
|
@@ -42,7 +42,7 @@ declare class IndyVdrPool {
|
|
|
42
42
|
/**
|
|
43
43
|
* Get the transactions for a pool
|
|
44
44
|
*/
|
|
45
|
-
get transactions(): Promise<
|
|
45
|
+
get transactions(): Promise<_hyperledger_indy_vdr_shared0.Transactions>;
|
|
46
46
|
private get pool();
|
|
47
47
|
close(): void;
|
|
48
48
|
prepareWriteRequest<Request extends IndyVdrRequest>(agentContext: AgentContext, request: Request, signingKey: Kms.PublicJwk<Kms.Ed25519PublicJwk>, endorserDid?: string): Promise<Request>;
|
|
@@ -7,9 +7,9 @@ const require_IndyVdrPool = require('./IndyVdrPool.js');
|
|
|
7
7
|
const require_IndyVdrModuleConfig = require('../IndyVdrModuleConfig.js');
|
|
8
8
|
const require_did = require('../utils/did.js');
|
|
9
9
|
const require_promises = require('../utils/promises.js');
|
|
10
|
-
const require_decorateMetadata = require('../_virtual/_@oxc-project_runtime@0.
|
|
11
|
-
const require_decorateParam = require('../_virtual/_@oxc-project_runtime@0.
|
|
12
|
-
const require_decorate = require('../_virtual/_@oxc-project_runtime@0.
|
|
10
|
+
const require_decorateMetadata = require('../_virtual/_@oxc-project_runtime@0.95.0/helpers/decorateMetadata.js');
|
|
11
|
+
const require_decorateParam = require('../_virtual/_@oxc-project_runtime@0.95.0/helpers/decorateParam.js');
|
|
12
|
+
const require_decorate = require('../_virtual/_@oxc-project_runtime@0.95.0/helpers/decorate.js');
|
|
13
13
|
let __credo_ts_anoncreds = require("@credo-ts/anoncreds");
|
|
14
14
|
__credo_ts_anoncreds = require_rolldown_runtime.__toESM(__credo_ts_anoncreds);
|
|
15
15
|
let __credo_ts_core = require("@credo-ts/core");
|
|
@@ -6,9 +6,9 @@ import { IndyVdrPool } from "./IndyVdrPool.mjs";
|
|
|
6
6
|
import { IndyVdrModuleConfig } from "../IndyVdrModuleConfig.mjs";
|
|
7
7
|
import { isSelfCertifiedDid } from "../utils/did.mjs";
|
|
8
8
|
import { allSettled, onlyFulfilled, onlyRejected } from "../utils/promises.mjs";
|
|
9
|
-
import { __decorateMetadata } from "../_virtual/_@oxc-project_runtime@0.
|
|
10
|
-
import { __decorateParam } from "../_virtual/_@oxc-project_runtime@0.
|
|
11
|
-
import { __decorate } from "../_virtual/_@oxc-project_runtime@0.
|
|
9
|
+
import { __decorateMetadata } from "../_virtual/_@oxc-project_runtime@0.95.0/helpers/decorateMetadata.mjs";
|
|
10
|
+
import { __decorateParam } from "../_virtual/_@oxc-project_runtime@0.95.0/helpers/decorateParam.mjs";
|
|
11
|
+
import { __decorate } from "../_virtual/_@oxc-project_runtime@0.95.0/helpers/decorate.mjs";
|
|
12
12
|
import { didIndyRegex } from "@credo-ts/anoncreds";
|
|
13
13
|
import { CacheModuleConfig, InjectionSymbols, inject, injectable } from "@credo-ts/core";
|
|
14
14
|
import { GetNymRequest } from "@hyperledger/indy-vdr-shared";
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"./package.json": "./package.json"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.6.0-pr-2474-
|
|
11
|
+
"version": "0.6.0-pr-2474-20251029081127",
|
|
12
12
|
"files": [
|
|
13
13
|
"build"
|
|
14
14
|
],
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"directory": "packages/indy-vdr"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@credo-ts/anoncreds": "0.6.0-pr-2474-
|
|
27
|
-
"@credo-ts/core": "0.6.0-pr-2474-
|
|
26
|
+
"@credo-ts/anoncreds": "0.6.0-pr-2474-20251029081127",
|
|
27
|
+
"@credo-ts/core": "0.6.0-pr-2474-20251029081127"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@hyperledger/indy-vdr-nodejs": "^0.2.2",
|