@credo-ts/indy-vdr 0.4.1-alpha.157
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/LICENSE +202 -0
- package/README.md +31 -0
- package/build/IndyVdrApi.d.ts +34 -0
- package/build/IndyVdrApi.js +82 -0
- package/build/IndyVdrApi.js.map +1 -0
- package/build/IndyVdrModule.d.ts +14 -0
- package/build/IndyVdrModule.js +31 -0
- package/build/IndyVdrModule.js.map +1 -0
- package/build/IndyVdrModuleConfig.d.ts +66 -0
- package/build/IndyVdrModuleConfig.js +18 -0
- package/build/IndyVdrModuleConfig.js.map +1 -0
- package/build/anoncreds/IndyVdrAnonCredsRegistry.d.ts +113 -0
- package/build/anoncreds/IndyVdrAnonCredsRegistry.js +681 -0
- package/build/anoncreds/IndyVdrAnonCredsRegistry.js.map +1 -0
- package/build/anoncreds/index.d.ts +1 -0
- package/build/anoncreds/index.js +18 -0
- package/build/anoncreds/index.js.map +1 -0
- package/build/anoncreds/utils/identifiers.d.ts +5 -0
- package/build/anoncreds/utils/identifiers.js +40 -0
- package/build/anoncreds/utils/identifiers.js.map +1 -0
- package/build/anoncreds/utils/transform.d.ts +32 -0
- package/build/anoncreds/utils/transform.js +92 -0
- package/build/anoncreds/utils/transform.js.map +1 -0
- package/build/dids/IndyVdrIndyDidRegistrar.d.ts +85 -0
- package/build/dids/IndyVdrIndyDidRegistrar.js +339 -0
- package/build/dids/IndyVdrIndyDidRegistrar.js.map +1 -0
- package/build/dids/IndyVdrIndyDidResolver.d.ts +6 -0
- package/build/dids/IndyVdrIndyDidResolver.js +38 -0
- package/build/dids/IndyVdrIndyDidResolver.js.map +1 -0
- package/build/dids/IndyVdrSovDidResolver.d.ts +8 -0
- package/build/dids/IndyVdrSovDidResolver.js +79 -0
- package/build/dids/IndyVdrSovDidResolver.js.map +1 -0
- package/build/dids/didIndyUtil.d.ts +47 -0
- package/build/dids/didIndyUtil.js +234 -0
- package/build/dids/didIndyUtil.js.map +1 -0
- package/build/dids/didSovUtil.d.ts +26 -0
- package/build/dids/didSovUtil.js +155 -0
- package/build/dids/didSovUtil.js.map +1 -0
- package/build/dids/index.d.ts +3 -0
- package/build/dids/index.js +10 -0
- package/build/dids/index.js.map +1 -0
- package/build/error/IndyVdrError.d.ts +6 -0
- package/build/error/IndyVdrError.js +11 -0
- package/build/error/IndyVdrError.js.map +1 -0
- package/build/error/IndyVdrNotConfiguredError.d.ts +6 -0
- package/build/error/IndyVdrNotConfiguredError.js +11 -0
- package/build/error/IndyVdrNotConfiguredError.js.map +1 -0
- package/build/error/IndyVdrNotFound.d.ts +6 -0
- package/build/error/IndyVdrNotFound.js +11 -0
- package/build/error/IndyVdrNotFound.js.map +1 -0
- package/build/error/index.d.ts +3 -0
- package/build/error/index.js +20 -0
- package/build/error/index.js.map +1 -0
- package/build/index.d.ts +5 -0
- package/build/index.js +27 -0
- package/build/index.js.map +1 -0
- package/build/pool/IndyVdrPool.d.ts +54 -0
- package/build/pool/IndyVdrPool.js +131 -0
- package/build/pool/IndyVdrPool.js.map +1 -0
- package/build/pool/IndyVdrPoolService.d.ts +55 -0
- package/build/pool/IndyVdrPoolService.js +175 -0
- package/build/pool/IndyVdrPoolService.js.map +1 -0
- package/build/pool/index.d.ts +2 -0
- package/build/pool/index.js +19 -0
- package/build/pool/index.js.map +1 -0
- package/build/utils/did.d.ts +32 -0
- package/build/utils/did.js +57 -0
- package/build/utils/did.js.map +1 -0
- package/build/utils/promises.d.ts +11 -0
- package/build/utils/promises.js +27 -0
- package/build/utils/promises.js.map +1 -0
- package/build/utils/sign.d.ts +5 -0
- package/build/utils/sign.js +24 -0
- package/build/utils/sign.js.map +1 -0
- package/package.json +44 -0
package/package.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@credo-ts/indy-vdr",
|
|
3
|
+
"main": "build/index",
|
|
4
|
+
"types": "build/index",
|
|
5
|
+
"version": "0.4.1-alpha.157+b83c5173",
|
|
6
|
+
"files": [
|
|
7
|
+
"build"
|
|
8
|
+
],
|
|
9
|
+
"license": "Apache-2.0",
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/indy-vdr",
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/openwallet-foundation/credo-ts",
|
|
17
|
+
"directory": "packages/indy-vdr"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "yarn run clean && yarn run compile",
|
|
21
|
+
"clean": "rimraf ./build",
|
|
22
|
+
"compile": "tsc -p tsconfig.build.json",
|
|
23
|
+
"prepublishOnly": "yarn run build",
|
|
24
|
+
"test": "jest"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@credo-ts/anoncreds": "0.4.1-alpha.157+b83c5173",
|
|
28
|
+
"@credo-ts/core": "0.4.1-alpha.157+b83c5173"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@hyperledger/indy-vdr-nodejs": "^0.2.0",
|
|
32
|
+
"@hyperledger/indy-vdr-shared": "^0.2.0",
|
|
33
|
+
"@stablelib/ed25519": "^1.0.2",
|
|
34
|
+
"@types/ref-array-di": "^1.2.6",
|
|
35
|
+
"@types/ref-struct-di": "^1.1.10",
|
|
36
|
+
"rimraf": "^4.4.0",
|
|
37
|
+
"rxjs": "^7.8.0",
|
|
38
|
+
"typescript": "~4.9.5"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"@hyperledger/indy-vdr-shared": "^0.2.0"
|
|
42
|
+
},
|
|
43
|
+
"gitHead": "b83c5173070594448d92f801331b3a31c7ac8049"
|
|
44
|
+
}
|