@twin.org/standards-schema-org 0.0.2-next.14 → 0.0.2-next.16
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 +14 -0
- package/locales/en.json +0 -14
- package/package.json +6 -2
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/standards-schema-org - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-next.16](https://github.com/twinfoundation/standards/compare/standards-schema-org-v0.0.2-next.15...standards-schema-org-v0.0.2-next.16) (2025-10-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-schema-org:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.2-next.15](https://github.com/twinfoundation/standards/compare/standards-schema-org-v0.0.2-next.14...standards-schema-org-v0.0.2-next.15) (2025-10-09)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
16
|
+
|
|
3
17
|
## [0.0.2-next.14](https://github.com/twinfoundation/standards/compare/standards-schema-org-v0.0.2-next.13...standards-schema-org-v0.0.2-next.14) (2025-10-02)
|
|
4
18
|
|
|
5
19
|
|
package/locales/en.json
CHANGED
|
@@ -1,21 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"data-type-names": {
|
|
3
|
-
"https://schema.org/Text": "Text",
|
|
4
|
-
"https://schema.org/URL": "Url",
|
|
5
|
-
"https://schema.org/Integer": "Integer",
|
|
6
|
-
"https://schema.org/Float": "Float",
|
|
7
|
-
"https://schema.org/Boolean": "Boolean",
|
|
8
|
-
"https://schema.org/Date": "ISO Date",
|
|
9
|
-
"https://schema.org/DateTime": "ISO Date Time",
|
|
10
|
-
"https://schema.org/Time": "ISO Time",
|
|
11
|
-
"https://schema.org/image": "Image",
|
|
12
|
-
"https://schema.org/GeoCoordinates": "Geo Coordinates",
|
|
13
|
-
"https://schema.org/StructuredValue": "Structured Value"
|
|
14
|
-
},
|
|
15
2
|
"error": {
|
|
16
3
|
"validation": {
|
|
17
4
|
"geo": {
|
|
18
|
-
"coordinatesNotObject": "The geo coordinates must be an object",
|
|
19
5
|
"coordinatesLatitudeNumber": "The latitude value must be a number",
|
|
20
6
|
"coordinatesLatitudeRange": "The latitude value must be between -90 and 90",
|
|
21
7
|
"coordinatesLongitudeNumber": "The longitude value must be a number",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/standards-schema-org",
|
|
3
|
-
"version": "0.0.2-next.
|
|
3
|
+
"version": "0.0.2-next.16",
|
|
4
4
|
"description": "Models which define the structure of schema.org Standard",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -51,5 +51,9 @@
|
|
|
51
51
|
"schema.org",
|
|
52
52
|
"linked-data",
|
|
53
53
|
"seo"
|
|
54
|
-
]
|
|
54
|
+
],
|
|
55
|
+
"bugs": {
|
|
56
|
+
"url": "git+https://github.com/twinfoundation/standards/issues"
|
|
57
|
+
},
|
|
58
|
+
"homepage": "https://twindev.org"
|
|
55
59
|
}
|