@twin.org/standards-gs1 0.0.2-next.13 → 0.0.2-next.15
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 -1
- package/package.json +16 -2
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/standards-gs1 - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-next.15](https://github.com/twinfoundation/standards/compare/standards-gs1-v0.0.2-next.14...standards-gs1-v0.0.2-next.15) (2025-10-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
9
|
+
|
|
10
|
+
## [0.0.2-next.14](https://github.com/twinfoundation/standards/compare/standards-gs1-v0.0.2-next.13...standards-gs1-v0.0.2-next.14) (2025-10-02)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* **standards-gs1:** Synchronize repo versions
|
|
16
|
+
|
|
3
17
|
## [0.0.2-next.13](https://github.com/twinfoundation/standards/compare/standards-gs1-v0.0.2-next.12...standards-gs1-v0.0.2-next.13) (2025-09-22)
|
|
4
18
|
|
|
5
19
|
|
package/locales/en.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"error": {
|
|
3
3
|
"validation": {
|
|
4
|
-
"gs1SegmentMissing": "The GS1 EPC for should contain \"{segment}\"",
|
|
5
4
|
"gs1IncorrectSegmentCount": "The GS1 EPC has an incorrect segment count",
|
|
6
5
|
"gs1ValueIncorrect": "The GS1 EPC value segment is not in the correct format",
|
|
7
6
|
"gs1EpcClassIncorrect": "The GS1 EPC class uri is not in the correct format",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/standards-gs1",
|
|
3
|
-
"version": "0.0.2-next.
|
|
3
|
+
"version": "0.0.2-next.15",
|
|
4
4
|
"description": "Models which define the structure of GS1 Standard",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,5 +37,19 @@
|
|
|
37
37
|
"dist/types",
|
|
38
38
|
"locales",
|
|
39
39
|
"docs"
|
|
40
|
-
]
|
|
40
|
+
],
|
|
41
|
+
"keywords": [
|
|
42
|
+
"twin",
|
|
43
|
+
"trade",
|
|
44
|
+
"iota",
|
|
45
|
+
"framework",
|
|
46
|
+
"blockchain",
|
|
47
|
+
"standards",
|
|
48
|
+
"schema",
|
|
49
|
+
"specification"
|
|
50
|
+
],
|
|
51
|
+
"bugs": {
|
|
52
|
+
"url": "git+https://github.com/twinfoundation/standards/issues"
|
|
53
|
+
},
|
|
54
|
+
"homepage": "https://twindev.org"
|
|
41
55
|
}
|