@twin.org/engine-models 0.0.1-next.2 → 0.0.1-next.3

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.
@@ -84,7 +84,7 @@ const AuthenticationComponentType = {
84
84
  /**
85
85
  * Authentication entity storage.
86
86
  */
87
- AuthEntityStorage: "auth-entity-storage"
87
+ AuthEntityStorage: "authentication-entity-storage"
88
88
  };
89
89
 
90
90
  // Copyright 2024 IOTA Stiftung.
@@ -82,7 +82,7 @@ const AuthenticationComponentType = {
82
82
  /**
83
83
  * Authentication entity storage.
84
84
  */
85
- AuthEntityStorage: "auth-entity-storage"
85
+ AuthEntityStorage: "authentication-entity-storage"
86
86
  };
87
87
 
88
88
  // Copyright 2024 IOTA Stiftung.
@@ -5,7 +5,7 @@ export declare const AuthenticationComponentType: {
5
5
  /**
6
6
  * Authentication entity storage.
7
7
  */
8
- readonly AuthEntityStorage: "auth-entity-storage";
8
+ readonly AuthEntityStorage: "authentication-entity-storage";
9
9
  };
10
10
  /**
11
11
  * Authentication component types.
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/engine-models - Changelog
2
2
 
3
- ## v0.0.1-next.2
3
+ ## v0.0.1-next.3
4
4
 
5
5
  - Initial Release
@@ -8,6 +8,6 @@ Authentication component types.
8
8
 
9
9
  ### AuthEntityStorage
10
10
 
11
- > `readonly` **AuthEntityStorage**: `"auth-entity-storage"` = `"auth-entity-storage"`
11
+ > `readonly` **AuthEntityStorage**: `"authentication-entity-storage"` = `"authentication-entity-storage"`
12
12
 
13
13
  Authentication entity storage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-models",
3
- "version": "0.0.1-next.2",
3
+ "version": "0.0.1-next.3",
4
4
  "description": "Models which define the structure of the engine.",
5
5
  "repository": {
6
6
  "type": "git",