proto update for the test oats enum
This commit is contained in:
parent
8a9d7af6ae
commit
e313fd10ae
2 changed files with 4 additions and 4 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -10911,7 +10911,7 @@
|
||||||
},
|
},
|
||||||
"node_modules/protobuf-ts": {
|
"node_modules/protobuf-ts": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "git+https://gitlab+deploy-token-50627:hv8mB4WkyvtjBpJKU1rN@gitlab.com/brandx/protobuf-ts.git#0b7dd45fa720d6c3f20ac7bafac4a3f0bdbc7ab6",
|
"resolved": "git+https://gitlab+deploy-token-50627:hv8mB4WkyvtjBpJKU1rN@gitlab.com/brandx/protobuf-ts.git#0cdf4d5e3038ef13318da0841886a7c9f0926f8d",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"protobufjs": "^6.8.8"
|
"protobufjs": "^6.8.8"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ const defaultGrain: GrainExtension = {
|
||||||
bushelsPerTonne: 0
|
bushelsPerTonne: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
export const GrainExtensions: Map<pond.Grain | number, GrainExtension> = new Map([
|
export const GrainExtensions: Map<pond.Grain, GrainExtension> = new Map([
|
||||||
[pond.Grain.GRAIN_INVALID, defaultGrain],
|
[pond.Grain.GRAIN_INVALID, defaultGrain],
|
||||||
[pond.Grain.GRAIN_NONE, defaultGrain],
|
[pond.Grain.GRAIN_NONE, defaultGrain],
|
||||||
[
|
[
|
||||||
|
|
@ -205,7 +205,7 @@ export const GrainExtensions: Map<pond.Grain | number, GrainExtension> = new Map
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
29,
|
pond.Grain.GRAIN_OATS_B,
|
||||||
{
|
{
|
||||||
name: "Oats b",
|
name: "Oats b",
|
||||||
group: "Oats",
|
group: "Oats",
|
||||||
|
|
@ -222,7 +222,7 @@ export const GrainExtensions: Map<pond.Grain | number, GrainExtension> = new Map
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
30,
|
pond.Grain.GRAIN_OATS_C,
|
||||||
{
|
{
|
||||||
name: "Oats c",
|
name: "Oats c",
|
||||||
group: "Oats",
|
group: "Oats",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue