@twin.org/standards-schema-org 0.0.1-next.34 → 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 +7 -0
- package/docs/reference/classes/SchemaOrgDataTypes.md +3 -3
- package/docs/reference/classes/SchemaOrgValidation.md +3 -3
- package/docs/reference/type-aliases/SchemaOrgContexts.md +1 -1
- package/docs/reference/type-aliases/SchemaOrgTypes.md +1 -1
- package/package.json +1 -1
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
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)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -4,13 +4,13 @@ Handle all the data types for schema.org.
|
|
|
4
4
|
|
|
5
5
|
## Constructors
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Constructor
|
|
8
8
|
|
|
9
|
-
> **new SchemaOrgDataTypes**():
|
|
9
|
+
> **new SchemaOrgDataTypes**(): `SchemaOrgDataTypes`
|
|
10
10
|
|
|
11
11
|
#### Returns
|
|
12
12
|
|
|
13
|
-
|
|
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
|
-
###
|
|
7
|
+
### Constructor
|
|
8
8
|
|
|
9
|
-
> **new SchemaOrgValidation**():
|
|
9
|
+
> **new SchemaOrgValidation**(): `SchemaOrgValidation`
|
|
10
10
|
|
|
11
11
|
#### Returns
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
`SchemaOrgValidation`
|
|
14
14
|
|
|
15
15
|
## Methods
|
|
16
16
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: SchemaOrgContexts
|
|
2
2
|
|
|
3
|
-
> **SchemaOrgContexts
|
|
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
|
|
3
|
+
> **SchemaOrgTypes** = *typeof* [`SchemaOrgTypes`](../variables/SchemaOrgTypes.md)\[keyof *typeof* [`SchemaOrgTypes`](../variables/SchemaOrgTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types of schema.org data.
|