@twin.org/identity-connector-universal 0.0.1-next.40 → 0.0.1-next.42

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.
@@ -6,7 +6,7 @@ var web = require('@twin.org/web');
6
6
  // Copyright 2024 IOTA Stiftung.
7
7
  // SPDX-License-Identifier: Apache-2.0.
8
8
  /**
9
- * Class for performing identity operations on universal resolver.
9
+ * Class for performing identity operations on a universal resolver.
10
10
  */
11
11
  class UniversalResolverConnector {
12
12
  /**
@@ -4,7 +4,7 @@ import { FetchHelper, HttpMethod } from '@twin.org/web';
4
4
  // Copyright 2024 IOTA Stiftung.
5
5
  // SPDX-License-Identifier: Apache-2.0.
6
6
  /**
7
- * Class for performing identity operations on universal resolver.
7
+ * Class for performing identity operations on a universal resolver.
8
8
  */
9
9
  class UniversalResolverConnector {
10
10
  /**
@@ -2,7 +2,7 @@ import type { IIdentityResolverConnector } from "@twin.org/identity-models";
2
2
  import type { IDidDocument } from "@twin.org/standards-w3c-did";
3
3
  import type { IUniversalResolverConnectorConstructorOptions } from "./models/IUniversalResolverConnectorConstructorOptions";
4
4
  /**
5
- * Class for performing identity operations on universal resolver.
5
+ * Class for performing identity operations on a universal resolver.
6
6
  */
7
7
  export declare class UniversalResolverConnector implements IIdentityResolverConnector {
8
8
  /**
package/docs/changelog.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @twin.org/identity-connector-Universal - Changelog
2
2
 
3
+ ## [0.0.1-next.42](https://github.com/twinfoundation/identity/compare/identity-connector-universal-v0.0.1-next.41...identity-connector-universal-v0.0.1-next.42) (2025-04-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
16
+
17
+ ## [0.0.1-next.41](https://github.com/twinfoundation/identity/compare/identity-connector-universal-v0.0.1-next.40...identity-connector-universal-v0.0.1-next.41) (2025-04-09)
18
+
19
+
20
+ ### Features
21
+
22
+ * update comment ([436e030](https://github.com/twinfoundation/identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
30
+
3
31
  ## [0.0.1-next.40](https://github.com/twinfoundation/identity/compare/identity-connector-universal-v0.0.1-next.39...identity-connector-universal-v0.0.1-next.40) (2025-03-28)
4
32
 
5
33
 
@@ -1,6 +1,6 @@
1
1
  # Class: UniversalResolverConnector
2
2
 
3
- Class for performing identity operations on universal resolver.
3
+ Class for performing identity operations on a universal resolver.
4
4
 
5
5
  ## Implements
6
6
 
@@ -8,9 +8,9 @@ Class for performing identity operations on universal resolver.
8
8
 
9
9
  ## Constructors
10
10
 
11
- ### new UniversalResolverConnector()
11
+ ### Constructor
12
12
 
13
- > **new UniversalResolverConnector**(`options`): [`UniversalResolverConnector`](UniversalResolverConnector.md)
13
+ > **new UniversalResolverConnector**(`options`): `UniversalResolverConnector`
14
14
 
15
15
  Create a new instance of UniversalResolverConnector.
16
16
 
@@ -24,7 +24,7 @@ The options for the identity connector.
24
24
 
25
25
  #### Returns
26
26
 
27
- [`UniversalResolverConnector`](UniversalResolverConnector.md)
27
+ `UniversalResolverConnector`
28
28
 
29
29
  ## Properties
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-connector-universal",
3
- "version": "0.0.1-next.40",
3
+ "version": "0.0.1-next.42",
4
4
  "description": "Identity connector implementation using universal resolver",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
- "@twin.org/identity-models": "0.0.1-next.40",
18
+ "@twin.org/identity-models": "0.0.1-next.42",
19
19
  "@twin.org/nameof": "next",
20
20
  "@twin.org/standards-w3c-did": "next",
21
21
  "@twin.org/web": "next"