wqx 3.0.47 → 3.0.48
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.
|
@@ -74159,6 +74159,7 @@
|
|
|
74159
74159
|
"Whole Bird, Feathers, Skin On",
|
|
74160
74160
|
"Whole Fish, Homog., Skin Off",
|
|
74161
74161
|
"Whole Fish, Homog., Skin On",
|
|
74162
|
+
"Whole Fish, No Stomach Contents",
|
|
74162
74163
|
"Whole Fish,Alimentary Tract",
|
|
74163
74164
|
"Whole Fish,BeheadGutted,SkinOn",
|
|
74164
74165
|
"Whole Fish,BeheadGuttedSkinOff",
|
|
@@ -74167,7 +74168,7 @@
|
|
|
74167
74168
|
"Wing",
|
|
74168
74169
|
"Wood"
|
|
74169
74170
|
],
|
|
74170
|
-
"maxLength":
|
|
74171
|
+
"maxLength": 31
|
|
74171
74172
|
},
|
|
74172
74173
|
"Group Summary Count Weight Measure": {
|
|
74173
74174
|
"title": "Group Summary Count Weight Measure",
|
|
@@ -80113,6 +80113,7 @@
|
|
|
80113
80113
|
"Whole Bird, Feathers, Skin On",
|
|
80114
80114
|
"Whole Fish, Homog., Skin Off",
|
|
80115
80115
|
"Whole Fish, Homog., Skin On",
|
|
80116
|
+
"Whole Fish, No Stomach Contents",
|
|
80116
80117
|
"Whole Fish,Alimentary Tract",
|
|
80117
80118
|
"Whole Fish,BeheadGutted,SkinOn",
|
|
80118
80119
|
"Whole Fish,BeheadGuttedSkinOff",
|
|
@@ -80121,7 +80122,7 @@
|
|
|
80121
80122
|
"Wing",
|
|
80122
80123
|
"Wood"
|
|
80123
80124
|
],
|
|
80124
|
-
"maxLength":
|
|
80125
|
+
"maxLength": 31
|
|
80125
80126
|
},
|
|
80126
80127
|
"GroupSummaryCountWeightMeasure": {
|
|
80127
80128
|
"title": "Group Summary Count Weight Measure",
|
package/package.json
CHANGED
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"Whole Bird, Feathers, Skin On",
|
|
100
100
|
"Whole Fish, Homog., Skin Off",
|
|
101
101
|
"Whole Fish, Homog., Skin On",
|
|
102
|
+
"Whole Fish, No Stomach Contents",
|
|
102
103
|
"Whole Fish,Alimentary Tract",
|
|
103
104
|
"Whole Fish,BeheadGutted,SkinOn",
|
|
104
105
|
"Whole Fish,BeheadGuttedSkinOff",
|
|
@@ -107,5 +108,5 @@
|
|
|
107
108
|
"Wing",
|
|
108
109
|
"Wood"
|
|
109
110
|
],
|
|
110
|
-
"maxLength":
|
|
111
|
+
"maxLength": 31
|
|
111
112
|
}
|
|
@@ -99,6 +99,7 @@ export default {
|
|
|
99
99
|
"Whole Bird, Feathers, Skin On",
|
|
100
100
|
"Whole Fish, Homog., Skin Off",
|
|
101
101
|
"Whole Fish, Homog., Skin On",
|
|
102
|
+
"Whole Fish, No Stomach Contents",
|
|
102
103
|
"Whole Fish,Alimentary Tract",
|
|
103
104
|
"Whole Fish,BeheadGutted,SkinOn",
|
|
104
105
|
"Whole Fish,BeheadGuttedSkinOff",
|
|
@@ -107,5 +108,5 @@ export default {
|
|
|
107
108
|
"Wing",
|
|
108
109
|
"Wood"
|
|
109
110
|
],
|
|
110
|
-
"maxLength":
|
|
111
|
+
"maxLength": 31
|
|
111
112
|
}
|