@sphereon/ssi-sdk-ext.identifier-resolution 0.24.1-unstable.77 → 0.24.1-unstable.79

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/dist/index.d.ts CHANGED
@@ -7,6 +7,6 @@ export { schema };
7
7
  * @public
8
8
  */
9
9
  export { IdentifierResolution } from './agent/IdentifierResolution';
10
- export * from './types/IIdentifierResolution';
11
10
  export * from './functions';
11
+ export * from './types';
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,QAAA,MAAM,MAAM,KAAmC,CAAA;AAC/C,OAAO,EAAE,MAAM,EAAE,CAAA;AACjB;;GAEG;AACH,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AACnE,cAAc,+BAA+B,CAAA;AAC7C,cAAc,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,QAAA,MAAM,MAAM,KAAmC,CAAA;AAC/C,OAAO,EAAE,MAAM,EAAE,CAAA;AACjB;;GAEG;AACH,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AACnE,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA"}
package/dist/index.js CHANGED
@@ -25,6 +25,6 @@ exports.schema = schema;
25
25
  */
26
26
  var IdentifierResolution_1 = require("./agent/IdentifierResolution");
27
27
  Object.defineProperty(exports, "IdentifierResolution", { enumerable: true, get: function () { return IdentifierResolution_1.IdentifierResolution; } });
28
- __exportStar(require("./types/IIdentifierResolution"), exports);
29
28
  __exportStar(require("./functions"), exports);
29
+ __exportStar(require("./types"), exports);
30
30
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,MAAM,MAAM,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAAA;AACtC,wBAAM;AACf;;GAEG;AACH,qEAAmE;AAA1D,4HAAA,oBAAoB,OAAA;AAC7B,gEAA6C;AAC7C,8CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,MAAM,MAAM,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAAA;AACtC,wBAAM;AACf;;GAEG;AACH,qEAAmE;AAA1D,4HAAA,oBAAoB,OAAA;AAC7B,8CAA2B;AAC3B,0CAAuB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk-ext.identifier-resolution",
3
- "version": "0.24.1-unstable.77+c17edaf",
3
+ "version": "0.24.1-unstable.79+7113c9f",
4
4
  "source": "src/index.ts",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,9 +15,9 @@
15
15
  "generate-plugin-schema": "sphereon dev generate-plugin-schema"
16
16
  },
17
17
  "dependencies": {
18
- "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.77+c17edaf",
19
- "@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.77+c17edaf",
20
- "@sphereon/ssi-sdk-ext.x509-utils": "0.24.1-unstable.77+c17edaf",
18
+ "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.79+7113c9f",
19
+ "@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.79+7113c9f",
20
+ "@sphereon/ssi-sdk-ext.x509-utils": "0.24.1-unstable.79+7113c9f",
21
21
  "@sphereon/ssi-sdk.agent-config": "0.29.1-unstable.75",
22
22
  "@sphereon/ssi-types": "0.29.1-unstable.75",
23
23
  "@veramo/core": "4.2.0",
@@ -27,10 +27,10 @@
27
27
  "uint8arrays": "^3.1.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.77+c17edaf",
31
- "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.1-unstable.77+c17edaf",
32
- "@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.77+c17edaf",
33
- "@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.77+c17edaf",
30
+ "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.79+7113c9f",
31
+ "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.1-unstable.79+7113c9f",
32
+ "@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.79+7113c9f",
33
+ "@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.79+7113c9f",
34
34
  "@sphereon/ssi-sdk.dev": "0.29.1-unstable.75",
35
35
  "@veramo/data-store": "4.2.0",
36
36
  "@veramo/did-manager": "4.2.0",
@@ -64,5 +64,5 @@
64
64
  "X.509 Certificates",
65
65
  "ARF"
66
66
  ],
67
- "gitHead": "c17edaf8f7fa14a0a998d7ea5b5370e5014dbc0b"
67
+ "gitHead": "7113c9f479fd0ea99e9aab81bfffc06f7144e5fd"
68
68
  }
package/src/index.ts CHANGED
@@ -7,5 +7,5 @@ export { schema }
7
7
  * @public
8
8
  */
9
9
  export { IdentifierResolution } from './agent/IdentifierResolution'
10
- export * from './types/IIdentifierResolution'
11
10
  export * from './functions'
11
+ export * from './types'