@twin.org/standards-schema-org 0.0.1-next.33 → 0.0.1-next.35

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-schema-org - Changelog
2
2
 
3
+ ## [0.0.1-next.35](https://github.com/twinfoundation/standards/compare/standards-schema-org-v0.0.1-next.34...standards-schema-org-v0.0.1-next.35) (2025-04-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
9
+
10
+ ## [0.0.1-next.34](https://github.com/twinfoundation/standards/compare/standards-schema-org-v0.0.1-next.33...standards-schema-org-v0.0.1-next.34) (2025-03-28)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **standards-schema-org:** Synchronize repo versions
16
+
3
17
  ## v0.0.1-next.33
4
18
 
5
19
  - Initial Release
@@ -4,13 +4,13 @@ Handle all the data types for schema.org.
4
4
 
5
5
  ## Constructors
6
6
 
7
- ### new SchemaOrgDataTypes()
7
+ ### Constructor
8
8
 
9
- > **new SchemaOrgDataTypes**(): [`SchemaOrgDataTypes`](SchemaOrgDataTypes.md)
9
+ > **new SchemaOrgDataTypes**(): `SchemaOrgDataTypes`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`SchemaOrgDataTypes`](SchemaOrgDataTypes.md)
13
+ `SchemaOrgDataTypes`
14
14
 
15
15
  ## Methods
16
16
 
@@ -4,13 +4,13 @@ Handle validation for schema.org.
4
4
 
5
5
  ## Constructors
6
6
 
7
- ### new SchemaOrgValidation()
7
+ ### Constructor
8
8
 
9
- > **new SchemaOrgValidation**(): [`SchemaOrgValidation`](SchemaOrgValidation.md)
9
+ > **new SchemaOrgValidation**(): `SchemaOrgValidation`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`SchemaOrgValidation`](SchemaOrgValidation.md)
13
+ `SchemaOrgValidation`
14
14
 
15
15
  ## Methods
16
16
 
@@ -1,5 +1,5 @@
1
1
  # Type Alias: SchemaOrgContexts
2
2
 
3
- > **SchemaOrgContexts**: *typeof* [`SchemaOrgContexts`](../variables/SchemaOrgContexts.md)\[keyof *typeof* [`SchemaOrgContexts`](../variables/SchemaOrgContexts.md)\]
3
+ > **SchemaOrgContexts** = *typeof* [`SchemaOrgContexts`](../variables/SchemaOrgContexts.md)\[keyof *typeof* [`SchemaOrgContexts`](../variables/SchemaOrgContexts.md)\]
4
4
 
5
5
  The contexts of schema.org data.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: SchemaOrgTypes
2
2
 
3
- > **SchemaOrgTypes**: *typeof* [`SchemaOrgTypes`](../variables/SchemaOrgTypes.md)\[keyof *typeof* [`SchemaOrgTypes`](../variables/SchemaOrgTypes.md)\]
3
+ > **SchemaOrgTypes** = *typeof* [`SchemaOrgTypes`](../variables/SchemaOrgTypes.md)\[keyof *typeof* [`SchemaOrgTypes`](../variables/SchemaOrgTypes.md)\]
4
4
 
5
5
  The types of schema.org data.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-schema-org",
3
- "version": "0.0.1-next.33",
3
+ "version": "0.0.1-next.35",
4
4
  "description": "Models which define the structure of schema.org Standard",
5
5
  "repository": {
6
6
  "type": "git",