@credo-ts/cheqd 0.5.0-alpha.106 → 0.5.0-alpha.108

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.
@@ -12,7 +12,7 @@ class CheqdModule {
12
12
  // Warn about experimental module
13
13
  dependencyManager
14
14
  .resolve(core_1.AgentConfig)
15
- .logger.warn("The '@credo-ts/cheqd' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages.");
15
+ .logger.warn("The '@credo-ts/cheqd' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @credo-ts packages.");
16
16
  // Register config
17
17
  dependencyManager.registerInstance(CheqdModuleConfig_1.CheqdModuleConfig, this.config);
18
18
  dependencyManager.registerSingleton(ledger_1.CheqdLedgerService);
@@ -1 +1 @@
1
- {"version":3,"file":"CheqdModule.js","sourceRoot":"","sources":["../src/CheqdModule.ts"],"names":[],"mappings":";;;AAGA,yCAAoD;AAEpD,2DAAuD;AACvD,qCAA6C;AAE7C,MAAa,WAAW;IAGtB,YAAmB,MAAgC;QACjD,IAAI,CAAC,MAAM,GAAG,IAAI,qCAAiB,CAAC,MAAM,CAAC,CAAA;IAC7C,CAAC;IAEM,QAAQ,CAAC,iBAAoC;QAClD,iCAAiC;QACjC,iBAAiB;aACd,OAAO,CAAC,kBAAW,CAAC;aACpB,MAAM,CAAC,IAAI,CACV,sLAAsL,CACvL,CAAA;QAEH,kBAAkB;QAClB,iBAAiB,CAAC,gBAAgB,CAAC,qCAAiB,EAAE,IAAI,CAAC,MAAM,CAAC,CAAA;QAElE,iBAAiB,CAAC,iBAAiB,CAAC,2BAAkB,CAAC,CAAA;QAEvD,qDAAqD;QACrD,uDAAuD;QACvD,mCAAmC;QACnC,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,IAAI,aAAM,CAAA;IACzC,CAAC;IAEM,KAAK,CAAC,UAAU,CAAC,YAA0B;QAChD,eAAe;QACf,MAAM,kBAAkB,GAAG,YAAY,CAAC,iBAAiB,CAAC,OAAO,CAAC,2BAAkB,CAAC,CAAA;QACrF,MAAM,kBAAkB,CAAC,OAAO,EAAE,CAAA;IACpC,CAAC;CACF;AA/BD,kCA+BC"}
1
+ {"version":3,"file":"CheqdModule.js","sourceRoot":"","sources":["../src/CheqdModule.ts"],"names":[],"mappings":";;;AAGA,yCAAoD;AAEpD,2DAAuD;AACvD,qCAA6C;AAE7C,MAAa,WAAW;IAGtB,YAAmB,MAAgC;QACjD,IAAI,CAAC,MAAM,GAAG,IAAI,qCAAiB,CAAC,MAAM,CAAC,CAAA;IAC7C,CAAC;IAEM,QAAQ,CAAC,iBAAoC;QAClD,iCAAiC;QACjC,iBAAiB;aACd,OAAO,CAAC,kBAAW,CAAC;aACpB,MAAM,CAAC,IAAI,CACV,+KAA+K,CAChL,CAAA;QAEH,kBAAkB;QAClB,iBAAiB,CAAC,gBAAgB,CAAC,qCAAiB,EAAE,IAAI,CAAC,MAAM,CAAC,CAAA;QAElE,iBAAiB,CAAC,iBAAiB,CAAC,2BAAkB,CAAC,CAAA;QAEvD,qDAAqD;QACrD,uDAAuD;QACvD,mCAAmC;QACnC,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,IAAI,aAAM,CAAA;IACzC,CAAC;IAEM,KAAK,CAAC,UAAU,CAAC,YAA0B;QAChD,eAAe;QACf,MAAM,kBAAkB,GAAG,YAAY,CAAC,iBAAiB,CAAC,OAAO,CAAC,2BAAkB,CAAC,CAAA;QACrF,MAAM,kBAAkB,CAAC,OAAO,EAAE,CAAA;IACpC,CAAC;CACF;AA/BD,kCA+BC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@credo-ts/cheqd",
3
3
  "main": "build/index",
4
4
  "types": "build/index",
5
- "version": "0.5.0-alpha.106+867a5fbf",
5
+ "version": "0.5.0-alpha.108+22d5bffc",
6
6
  "files": [
7
7
  "build"
8
8
  ],
@@ -28,8 +28,8 @@
28
28
  "@cheqd/ts-proto": "cjs",
29
29
  "@cosmjs/crypto": "^0.29.5",
30
30
  "@cosmjs/proto-signing": "^0.31.0",
31
- "@credo-ts/anoncreds": "0.5.0-alpha.106+867a5fbf",
32
- "@credo-ts/core": "0.5.0-alpha.106+867a5fbf",
31
+ "@credo-ts/anoncreds": "0.5.0-alpha.108+22d5bffc",
32
+ "@credo-ts/core": "0.5.0-alpha.108+22d5bffc",
33
33
  "@stablelib/ed25519": "^1.0.3",
34
34
  "class-transformer": "^0.5.1",
35
35
  "class-validator": "^0.14.0",
@@ -37,10 +37,8 @@
37
37
  "tsyringe": "^4.8.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@credo-ts/indy-sdk": "0.4.2",
41
- "@types/indy-sdk": "*",
42
40
  "rimraf": "^4.0.7",
43
41
  "typescript": "~4.9.4"
44
42
  },
45
- "gitHead": "867a5fbf593172349b8780175cbae0104fb928f8"
43
+ "gitHead": "22d5bffc939f6644f324f6ddba4c8269212e9dc4"
46
44
  }