@twin.org/standards-gs1 0.0.2-next.9 → 0.0.3-next.10
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/dist/es/dataTypes/gs1DataTypes.js +24 -0
- package/dist/es/dataTypes/gs1DataTypes.js.map +1 -0
- package/dist/es/entities/gs1Location.js +193 -0
- package/dist/es/entities/gs1Location.js.map +1 -0
- package/dist/es/identifiers/gs1Identifiers.js +32 -0
- package/dist/es/identifiers/gs1Identifiers.js.map +1 -0
- package/dist/es/index.js +38 -0
- package/dist/es/index.js.map +1 -0
- package/dist/es/models/epc/IEPCClassUri.js +4 -0
- package/dist/es/models/epc/IEPCClassUri.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisAggregationEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisAggregationEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisAssociationEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisAssociationEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisBizTransaction.js +4 -0
- package/dist/es/models/epcis20/IEpcisBizTransaction.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisDestination.js +4 -0
- package/dist/es/models/epcis20/IEpcisDestination.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisDocument.js +2 -0
- package/dist/es/models/epcis20/IEpcisDocument.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisEventDetails.js +2 -0
- package/dist/es/models/epcis20/IEpcisEventDetails.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisObjectEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisObjectEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQuantity.js +4 -0
- package/dist/es/models/epcis20/IEpcisQuantity.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQuery.js +4 -0
- package/dist/es/models/epcis20/IEpcisQuery.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQueryDocument.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryDocument.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisSensorElement.js +2 -0
- package/dist/es/models/epcis20/IEpcisSensorElement.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisSensorMetadata.js +4 -0
- package/dist/es/models/epcis20/IEpcisSensorMetadata.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisSensorReport.js +4 -0
- package/dist/es/models/epcis20/IEpcisSensorReport.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisSimpleLocation.js +4 -0
- package/dist/es/models/epcis20/IEpcisSimpleLocation.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisSource.js +4 -0
- package/dist/es/models/epcis20/IEpcisSource.js.map +1 -0
- package/dist/es/models/epcis20/epcisActionTypes.js +21 -0
- package/dist/es/models/epcis20/epcisActionTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisBizStepTypes.js +52 -0
- package/dist/es/models/epcis20/epcisBizStepTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisDispositionTypes.js +45 -0
- package/dist/es/models/epcis20/epcisDispositionTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisErrorTypes.js +11 -0
- package/dist/es/models/epcis20/epcisErrorTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisEventTypes.js +29 -0
- package/dist/es/models/epcis20/epcisEventTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisEventUnionType.js +2 -0
- package/dist/es/models/epcis20/epcisEventUnionType.js.map +1 -0
- package/dist/es/models/gs1/gs1Contexts.js +13 -0
- package/dist/es/models/gs1/gs1Contexts.js.map +1 -0
- package/dist/es/models/gs1/gs1IdTypes.js +90 -0
- package/dist/es/models/gs1/gs1IdTypes.js.map +1 -0
- package/dist/es/models/gs1/gs1IdentifierTypes.js +26 -0
- package/dist/es/models/gs1/gs1IdentifierTypes.js.map +1 -0
- package/dist/es/models/gs1/gs1SubSiteAttributes.js +143 -0
- package/dist/es/models/gs1/gs1SubSiteAttributes.js.map +1 -0
- package/dist/es/models/gs1/gs1SubSiteTypes.js +75 -0
- package/dist/es/models/gs1/gs1SubSiteTypes.js.map +1 -0
- package/dist/es/models/gs1/gs1Types.js +13 -0
- package/dist/es/models/gs1/gs1Types.js.map +1 -0
- package/dist/es/utils/gs1IdentifiersValidation.js +144 -0
- package/dist/es/utils/gs1IdentifiersValidation.js.map +1 -0
- package/dist/es/utils/gs1Is.js +24 -0
- package/dist/es/utils/gs1Is.js.map +1 -0
- package/dist/es/utils/gs1Validation.js +51 -0
- package/dist/es/utils/gs1Validation.js.map +1 -0
- package/dist/types/entities/gs1Location.d.ts +4 -4
- package/dist/types/index.d.ts +35 -35
- package/dist/types/models/epcis20/{IAggregationEvent.d.ts → IEpcisAggregationEvent.d.ts} +1 -1
- package/dist/types/models/epcis20/{IAssociationEvent.d.ts → IEpcisAssociationEvent.d.ts} +1 -1
- package/dist/types/models/epcis20/{IBaseAggregationEvent.d.ts → IEpcisBaseAggregationEvent.d.ts} +2 -2
- package/dist/types/models/epcis20/IEpcisDocument.d.ts +1 -1
- package/dist/types/models/epcis20/IEpcisEvent.d.ts +2 -2
- package/dist/types/models/epcis20/IEpcisEventDetails.d.ts +9 -9
- package/dist/types/models/epcis20/{IObjectEvent.d.ts → IEpcisObjectEvent.d.ts} +3 -3
- package/dist/types/models/epcis20/IEpcisQueryDocument.d.ts +1 -1
- package/dist/types/models/epcis20/{ISensorElement.d.ts → IEpcisSensorElement.d.ts} +2 -2
- package/dist/types/models/epcis20/{actionTypes.d.ts → epcisActionTypes.d.ts} +2 -2
- package/dist/types/models/epcis20/{bizStepTypes.d.ts → epcisBizStepTypes.d.ts} +2 -2
- package/dist/types/models/epcis20/{dispositionTypes.d.ts → epcisDispositionTypes.d.ts} +2 -2
- package/dist/types/models/epcis20/{eventTypes.d.ts → epcisEventTypes.d.ts} +2 -2
- package/dist/types/models/epcis20/epcisEventUnionType.d.ts +3 -3
- package/dist/types/models/gs1/{subSiteAttributes.d.ts → gs1SubSiteAttributes.d.ts} +2 -2
- package/dist/types/models/gs1/{subSiteTypes.d.ts → gs1SubSiteTypes.d.ts} +2 -2
- package/dist/types/utils/gs1IdentifiersValidation.d.ts +1 -1
- package/dist/types/utils/gs1Validation.d.ts +1 -1
- package/docs/changelog.md +125 -0
- package/docs/reference/classes/Gs1IdentifiersValidation.md +6 -6
- package/docs/reference/classes/Gs1Location.md +2 -2
- package/docs/reference/index.md +14 -14
- package/docs/reference/interfaces/IAggregationEvent.md +3 -3
- package/docs/reference/interfaces/IAssociationEvent.md +3 -3
- package/docs/reference/interfaces/IEpcisEventDetails.md +3 -3
- package/docs/reference/interfaces/IObjectEvent.md +3 -3
- package/docs/reference/type-aliases/EpcisActionTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisBizStepTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisDispositionTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisEventTypes.md +5 -0
- package/docs/reference/type-aliases/Gs1SubSiteAttributes.md +7 -0
- package/docs/reference/type-aliases/Gs1SubSiteTypes.md +7 -0
- package/docs/reference/variables/{ActionTypes.md → EpcisActionTypes.md} +2 -2
- package/docs/reference/variables/{BizStepTypes.md → EpcisBizStepTypes.md} +2 -2
- package/docs/reference/variables/{DispositionTypes.md → EpcisDispositionTypes.md} +2 -2
- package/docs/reference/variables/{EventTypes.md → EpcisEventTypes.md} +2 -2
- package/docs/reference/variables/{SubSiteAttributes.md → Gs1SubSiteAttributes.md} +2 -2
- package/docs/reference/variables/{SubSiteTypes.md → Gs1SubSiteTypes.md} +2 -2
- package/locales/en.json +0 -1
- package/package.json +20 -8
- package/dist/cjs/index.cjs +0 -991
- package/dist/esm/index.mjs +0 -974
- package/docs/reference/type-aliases/ActionTypes.md +0 -5
- package/docs/reference/type-aliases/BizStepTypes.md +0 -5
- package/docs/reference/type-aliases/DispositionTypes.md +0 -5
- package/docs/reference/type-aliases/EventTypes.md +0 -5
- package/docs/reference/type-aliases/SubSiteAttributes.md +0 -7
- package/docs/reference/type-aliases/SubSiteTypes.md +0 -7
- /package/dist/types/models/epcis20/{IBizTransaction.d.ts → IEpcisBizTransaction.d.ts} +0 -0
- /package/dist/types/models/epcis20/{IDestination.d.ts → IEpcisDestination.d.ts} +0 -0
- /package/dist/types/models/epcis20/{IQuantity.d.ts → IEpcisQuantity.d.ts} +0 -0
- /package/dist/types/models/epcis20/{ISensorMetadata.d.ts → IEpcisSensorMetadata.d.ts} +0 -0
- /package/dist/types/models/epcis20/{ISensorReport.d.ts → IEpcisSensorReport.d.ts} +0 -0
- /package/dist/types/models/epcis20/{ISimpleLocation.d.ts → IEpcisSimpleLocation.d.ts} +0 -0
- /package/dist/types/models/epcis20/{ISource.d.ts → IEpcisSource.d.ts} +0 -0
|
@@ -34,7 +34,7 @@ Identifies the site in which the location is contained.
|
|
|
34
34
|
|
|
35
35
|
### sst?
|
|
36
36
|
|
|
37
|
-
> `optional` **sst**: [`
|
|
37
|
+
> `optional` **sst**: [`Gs1SubSiteTypes`](../type-aliases/Gs1SubSiteTypes.md)
|
|
38
38
|
|
|
39
39
|
Sub site type describes the primary business function of the sub site location.
|
|
40
40
|
|
|
@@ -42,7 +42,7 @@ Sub site type describes the primary business function of the sub site location.
|
|
|
42
42
|
|
|
43
43
|
### ssa?
|
|
44
44
|
|
|
45
|
-
> `optional` **ssa**: [`
|
|
45
|
+
> `optional` **ssa**: [`Gs1SubSiteAttributes`](../type-aliases/Gs1SubSiteAttributes.md)
|
|
46
46
|
|
|
47
47
|
Sub site attribute further qualifies the business function of the sub site location.
|
|
48
48
|
|
package/docs/reference/index.md
CHANGED
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
- [IEpcisDocument](interfaces/IEpcisDocument.md)
|
|
20
20
|
- [IEpcisEvent](interfaces/IEpcisEvent.md)
|
|
21
21
|
- [IEpcisEventDetails](interfaces/IEpcisEventDetails.md)
|
|
22
|
-
- [IEpcisQuery](interfaces/IEpcisQuery.md)
|
|
23
|
-
- [IEpcisQueryDocument](interfaces/IEpcisQueryDocument.md)
|
|
24
22
|
- [IObjectEvent](interfaces/IObjectEvent.md)
|
|
25
23
|
- [IQuantity](interfaces/IQuantity.md)
|
|
24
|
+
- [IEpcisQuery](interfaces/IEpcisQuery.md)
|
|
25
|
+
- [IEpcisQueryDocument](interfaces/IEpcisQueryDocument.md)
|
|
26
26
|
- [ISensorElement](interfaces/ISensorElement.md)
|
|
27
27
|
- [ISensorMetadata](interfaces/ISensorMetadata.md)
|
|
28
28
|
- [ISensorReport](interfaces/ISensorReport.md)
|
|
@@ -31,29 +31,29 @@
|
|
|
31
31
|
|
|
32
32
|
## Type Aliases
|
|
33
33
|
|
|
34
|
-
- [
|
|
35
|
-
- [
|
|
36
|
-
- [
|
|
34
|
+
- [EpcisActionTypes](type-aliases/EpcisActionTypes.md)
|
|
35
|
+
- [EpcisBizStepTypes](type-aliases/EpcisBizStepTypes.md)
|
|
36
|
+
- [EpcisDispositionTypes](type-aliases/EpcisDispositionTypes.md)
|
|
37
37
|
- [EpcisErrorTypes](type-aliases/EpcisErrorTypes.md)
|
|
38
|
+
- [EpcisEventTypes](type-aliases/EpcisEventTypes.md)
|
|
38
39
|
- [EpcisEventUnionType](type-aliases/EpcisEventUnionType.md)
|
|
39
|
-
- [EventTypes](type-aliases/EventTypes.md)
|
|
40
40
|
- [GS1Contexts](type-aliases/GS1Contexts.md)
|
|
41
41
|
- [Gs1IdTypes](type-aliases/Gs1IdTypes.md)
|
|
42
42
|
- [Gs1IdentifierTypes](type-aliases/Gs1IdentifierTypes.md)
|
|
43
|
+
- [Gs1SubSiteAttributes](type-aliases/Gs1SubSiteAttributes.md)
|
|
44
|
+
- [Gs1SubSiteTypes](type-aliases/Gs1SubSiteTypes.md)
|
|
43
45
|
- [Gs1Types](type-aliases/Gs1Types.md)
|
|
44
|
-
- [SubSiteAttributes](type-aliases/SubSiteAttributes.md)
|
|
45
|
-
- [SubSiteTypes](type-aliases/SubSiteTypes.md)
|
|
46
46
|
|
|
47
47
|
## Variables
|
|
48
48
|
|
|
49
|
-
- [
|
|
50
|
-
- [
|
|
51
|
-
- [
|
|
49
|
+
- [EpcisActionTypes](variables/EpcisActionTypes.md)
|
|
50
|
+
- [EpcisBizStepTypes](variables/EpcisBizStepTypes.md)
|
|
51
|
+
- [EpcisDispositionTypes](variables/EpcisDispositionTypes.md)
|
|
52
52
|
- [EpcisErrorTypes](variables/EpcisErrorTypes.md)
|
|
53
|
-
- [
|
|
53
|
+
- [EpcisEventTypes](variables/EpcisEventTypes.md)
|
|
54
54
|
- [GS1Contexts](variables/GS1Contexts.md)
|
|
55
55
|
- [Gs1IdTypes](variables/Gs1IdTypes.md)
|
|
56
56
|
- [Gs1IdentifierTypes](variables/Gs1IdentifierTypes.md)
|
|
57
|
+
- [Gs1SubSiteAttributes](variables/Gs1SubSiteAttributes.md)
|
|
58
|
+
- [Gs1SubSiteTypes](variables/Gs1SubSiteTypes.md)
|
|
57
59
|
- [Gs1Types](variables/Gs1Types.md)
|
|
58
|
-
- [SubSiteAttributes](variables/SubSiteAttributes.md)
|
|
59
|
-
- [SubSiteTypes](variables/SubSiteTypes.md)
|
|
@@ -154,7 +154,7 @@ Destination list. Semantics according to EPCIS standard.
|
|
|
154
154
|
|
|
155
155
|
### action
|
|
156
156
|
|
|
157
|
-
> **action**: [`
|
|
157
|
+
> **action**: [`EpcisActionTypes`](../type-aliases/EpcisActionTypes.md)
|
|
158
158
|
|
|
159
159
|
Action: ADD, OBSERVE, DELETE.
|
|
160
160
|
|
|
@@ -190,7 +190,7 @@ The biz location where the item ends up.
|
|
|
190
190
|
|
|
191
191
|
### bizStep?
|
|
192
192
|
|
|
193
|
-
> `optional` **bizStep**: [`
|
|
193
|
+
> `optional` **bizStep**: [`EpcisBizStepTypes`](../type-aliases/EpcisBizStepTypes.md)
|
|
194
194
|
|
|
195
195
|
The business step as per EPCIS.
|
|
196
196
|
|
|
@@ -202,7 +202,7 @@ The business step as per EPCIS.
|
|
|
202
202
|
|
|
203
203
|
### disposition?
|
|
204
204
|
|
|
205
|
-
> `optional` **disposition**: [`
|
|
205
|
+
> `optional` **disposition**: [`EpcisDispositionTypes`](../type-aliases/EpcisDispositionTypes.md)
|
|
206
206
|
|
|
207
207
|
The disposition as per EPCIS.
|
|
208
208
|
|
|
@@ -154,7 +154,7 @@ Destination list. Semantics according to EPCIS standard.
|
|
|
154
154
|
|
|
155
155
|
### action
|
|
156
156
|
|
|
157
|
-
> **action**: [`
|
|
157
|
+
> **action**: [`EpcisActionTypes`](../type-aliases/EpcisActionTypes.md)
|
|
158
158
|
|
|
159
159
|
Action: ADD, OBSERVE, DELETE.
|
|
160
160
|
|
|
@@ -190,7 +190,7 @@ The biz location where the item ends up.
|
|
|
190
190
|
|
|
191
191
|
### bizStep?
|
|
192
192
|
|
|
193
|
-
> `optional` **bizStep**: [`
|
|
193
|
+
> `optional` **bizStep**: [`EpcisBizStepTypes`](../type-aliases/EpcisBizStepTypes.md)
|
|
194
194
|
|
|
195
195
|
The business step as per EPCIS.
|
|
196
196
|
|
|
@@ -202,7 +202,7 @@ The business step as per EPCIS.
|
|
|
202
202
|
|
|
203
203
|
### disposition?
|
|
204
204
|
|
|
205
|
-
> `optional` **disposition**: [`
|
|
205
|
+
> `optional` **disposition**: [`EpcisDispositionTypes`](../type-aliases/EpcisDispositionTypes.md)
|
|
206
206
|
|
|
207
207
|
The disposition as per EPCIS.
|
|
208
208
|
|
|
@@ -122,7 +122,7 @@ Destination list. Semantics according to EPCIS standard.
|
|
|
122
122
|
|
|
123
123
|
### action
|
|
124
124
|
|
|
125
|
-
> **action**: [`
|
|
125
|
+
> **action**: [`EpcisActionTypes`](../type-aliases/EpcisActionTypes.md)
|
|
126
126
|
|
|
127
127
|
Action: ADD, OBSERVE, DELETE.
|
|
128
128
|
|
|
@@ -146,7 +146,7 @@ The biz location where the item ends up.
|
|
|
146
146
|
|
|
147
147
|
### bizStep?
|
|
148
148
|
|
|
149
|
-
> `optional` **bizStep**: [`
|
|
149
|
+
> `optional` **bizStep**: [`EpcisBizStepTypes`](../type-aliases/EpcisBizStepTypes.md)
|
|
150
150
|
|
|
151
151
|
The business step as per EPCIS.
|
|
152
152
|
|
|
@@ -154,7 +154,7 @@ The business step as per EPCIS.
|
|
|
154
154
|
|
|
155
155
|
### disposition?
|
|
156
156
|
|
|
157
|
-
> `optional` **disposition**: [`
|
|
157
|
+
> `optional` **disposition**: [`EpcisDispositionTypes`](../type-aliases/EpcisDispositionTypes.md)
|
|
158
158
|
|
|
159
159
|
The disposition as per EPCIS.
|
|
160
160
|
|
|
@@ -106,7 +106,7 @@ Destination list. Semantics according to EPCIS standard.
|
|
|
106
106
|
|
|
107
107
|
### action
|
|
108
108
|
|
|
109
|
-
> **action**: [`
|
|
109
|
+
> **action**: [`EpcisActionTypes`](../type-aliases/EpcisActionTypes.md)
|
|
110
110
|
|
|
111
111
|
Action: ADD, OBSERVE, DELETE.
|
|
112
112
|
|
|
@@ -142,7 +142,7 @@ The biz location where the item ends up.
|
|
|
142
142
|
|
|
143
143
|
### bizStep?
|
|
144
144
|
|
|
145
|
-
> `optional` **bizStep**: [`
|
|
145
|
+
> `optional` **bizStep**: [`EpcisBizStepTypes`](../type-aliases/EpcisBizStepTypes.md)
|
|
146
146
|
|
|
147
147
|
The business step as per EPCIS.
|
|
148
148
|
|
|
@@ -154,7 +154,7 @@ The business step as per EPCIS.
|
|
|
154
154
|
|
|
155
155
|
### disposition?
|
|
156
156
|
|
|
157
|
-
> `optional` **disposition**: [`
|
|
157
|
+
> `optional` **disposition**: [`EpcisDispositionTypes`](../type-aliases/EpcisDispositionTypes.md)
|
|
158
158
|
|
|
159
159
|
The disposition as per EPCIS.
|
|
160
160
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Type Alias: Gs1SubSiteAttributes
|
|
2
|
+
|
|
3
|
+
> **Gs1SubSiteAttributes** = *typeof* [`Gs1SubSiteAttributes`](../variables/Gs1SubSiteAttributes.md)\[keyof *typeof* [`Gs1SubSiteAttributes`](../variables/Gs1SubSiteAttributes.md)\]
|
|
4
|
+
|
|
5
|
+
Sub Site Attributes.
|
|
6
|
+
Spec https://www.gs1.org/sites/default/files/docs/epc/CBV-Standard-1-2-1-r-2017-05-05.pdf .
|
|
7
|
+
Section 10.3.2 .
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Type Alias: Gs1SubSiteTypes
|
|
2
|
+
|
|
3
|
+
> **Gs1SubSiteTypes** = *typeof* [`Gs1SubSiteTypes`](../variables/Gs1SubSiteTypes.md)\[keyof *typeof* [`Gs1SubSiteTypes`](../variables/Gs1SubSiteTypes.md)\]
|
|
4
|
+
|
|
5
|
+
Sub Site Identifier Types.
|
|
6
|
+
Spec https://www.gs1.org/sites/default/files/docs/epc/CBV-Standard-1-2-1-r-2017-05-05.pdf .
|
|
7
|
+
Section 10.3.1 .
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: Gs1SubSiteAttributes
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **Gs1SubSiteAttributes**: `object`
|
|
4
4
|
|
|
5
5
|
Sub Site Attributes.
|
|
6
6
|
Spec https://www.gs1.org/sites/default/files/docs/epc/CBV-Standard-1-2-1-r-2017-05-05.pdf .
|
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.
|
|
3
|
+
"version": "0.0.3-next.10",
|
|
4
4
|
"description": "Models which define the structure of GS1 Standard",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,22 +20,34 @@
|
|
|
20
20
|
"@twin.org/entity": "next",
|
|
21
21
|
"@twin.org/nameof": "next"
|
|
22
22
|
},
|
|
23
|
-
"main": "./dist/
|
|
24
|
-
"module": "./dist/esm/index.mjs",
|
|
23
|
+
"main": "./dist/es/index.js",
|
|
25
24
|
"types": "./dist/types/index.d.ts",
|
|
26
25
|
"exports": {
|
|
27
26
|
".": {
|
|
28
27
|
"types": "./dist/types/index.d.ts",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
28
|
+
"import": "./dist/es/index.js",
|
|
29
|
+
"default": "./dist/es/index.js"
|
|
31
30
|
},
|
|
32
31
|
"./locales/*.json": "./locales/*.json"
|
|
33
32
|
},
|
|
34
33
|
"files": [
|
|
35
|
-
"dist/
|
|
36
|
-
"dist/esm",
|
|
34
|
+
"dist/es",
|
|
37
35
|
"dist/types",
|
|
38
36
|
"locales",
|
|
39
37
|
"docs"
|
|
40
|
-
]
|
|
38
|
+
],
|
|
39
|
+
"keywords": [
|
|
40
|
+
"twin",
|
|
41
|
+
"trade",
|
|
42
|
+
"iota",
|
|
43
|
+
"framework",
|
|
44
|
+
"blockchain",
|
|
45
|
+
"standards",
|
|
46
|
+
"schema",
|
|
47
|
+
"specification"
|
|
48
|
+
],
|
|
49
|
+
"bugs": {
|
|
50
|
+
"url": "git+https://github.com/twinfoundation/standards/issues"
|
|
51
|
+
},
|
|
52
|
+
"homepage": "https://twindev.org"
|
|
41
53
|
}
|