@twin.org/standards-vda 0.0.1-next.34 → 0.0.1-next.36

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/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/standards-vda - Changelog
2
2
 
3
+ ## [0.0.1-next.36](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.1-next.35...standards-vda-v0.0.1-next.36) (2025-04-30)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-vda:** Synchronize repo versions
9
+
10
+ ## [0.0.1-next.35](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.1-next.34...standards-vda-v0.0.1-next.35) (2025-04-17)
11
+
12
+
13
+ ### Features
14
+
15
+ * use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
16
+
3
17
  ## [0.0.1-next.34](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.1-next.33...standards-vda-v0.0.1-next.34) (2025-03-28)
4
18
 
5
19
 
@@ -4,13 +4,13 @@ Handle all identifier types for VDA.
4
4
 
5
5
  ## Constructors
6
6
 
7
- ### new VdaIdentifiers()
7
+ ### Constructor
8
8
 
9
- > **new VdaIdentifiers**(): [`VdaIdentifiers`](VdaIdentifiers.md)
9
+ > **new VdaIdentifiers**(): `VdaIdentifiers`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`VdaIdentifiers`](VdaIdentifiers.md)
13
+ `VdaIdentifiers`
14
14
 
15
15
  ## Methods
16
16
 
@@ -4,13 +4,13 @@ Validation for identifier types for VDA.
4
4
 
5
5
  ## Constructors
6
6
 
7
- ### new VdaIdentifiersValidation()
7
+ ### Constructor
8
8
 
9
- > **new VdaIdentifiersValidation**(): [`VdaIdentifiersValidation`](VdaIdentifiersValidation.md)
9
+ > **new VdaIdentifiersValidation**(): `VdaIdentifiersValidation`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`VdaIdentifiersValidation`](VdaIdentifiersValidation.md)
13
+ `VdaIdentifiersValidation`
14
14
 
15
15
  ## Methods
16
16
 
@@ -1,5 +1,5 @@
1
1
  # Type Alias: VdaIdTypes
2
2
 
3
- > **VdaIdTypes**: *typeof* [`VdaIdTypes`](../variables/VdaIdTypes.md)\[keyof *typeof* [`VdaIdTypes`](../variables/VdaIdTypes.md)\]
3
+ > **VdaIdTypes** = *typeof* [`VdaIdTypes`](../variables/VdaIdTypes.md)\[keyof *typeof* [`VdaIdTypes`](../variables/VdaIdTypes.md)\]
4
4
 
5
5
  VDA identifiers.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: VdaIdentifierTypes
2
2
 
3
- > **VdaIdentifierTypes**: *typeof* [`VdaIdentifierTypes`](../variables/VdaIdentifierTypes.md)\[keyof *typeof* [`VdaIdentifierTypes`](../variables/VdaIdentifierTypes.md)\]
3
+ > **VdaIdentifierTypes** = *typeof* [`VdaIdentifierTypes`](../variables/VdaIdentifierTypes.md)\[keyof *typeof* [`VdaIdentifierTypes`](../variables/VdaIdentifierTypes.md)\]
4
4
 
5
5
  The types of VDA Identifier data.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: VdaUriIdentifiers
2
2
 
3
- > **VdaUriIdentifiers**: *typeof* [`VdaUriIdentifiers`](../variables/VdaUriIdentifiers.md)\[keyof *typeof* [`VdaUriIdentifiers`](../variables/VdaUriIdentifiers.md)\]
3
+ > **VdaUriIdentifiers** = *typeof* [`VdaUriIdentifiers`](../variables/VdaUriIdentifiers.md)\[keyof *typeof* [`VdaUriIdentifiers`](../variables/VdaUriIdentifiers.md)\]
4
4
 
5
5
  VDA URI Packages License Plates identifiers.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: VdaUriPackages
2
2
 
3
- > **VdaUriPackages**: *typeof* [`VdaUriPackages`](../variables/VdaUriPackages.md)\[keyof *typeof* [`VdaUriPackages`](../variables/VdaUriPackages.md)\]
3
+ > **VdaUriPackages** = *typeof* [`VdaUriPackages`](../variables/VdaUriPackages.md)\[keyof *typeof* [`VdaUriPackages`](../variables/VdaUriPackages.md)\]
4
4
 
5
5
  VDA URI Packages License Plates identifiers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-vda",
3
- "version": "0.0.1-next.34",
3
+ "version": "0.0.1-next.36",
4
4
  "description": "Models which define the structure of VDA JAIF Standard",
5
5
  "repository": {
6
6
  "type": "git",