5etools-utils 0.9.53 → 0.9.54
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/package.json +1 -1
- package/schema/brew/bestiary/bestiary.json +6 -3
- package/schema/brew/items-shared.json +2 -1
- package/schema/brew/races.json +2 -1
- package/schema/brew-fast/bestiary/bestiary.json +6 -3
- package/schema/brew-fast/items-shared.json +2 -1
- package/schema/brew-fast/races.json +2 -1
- package/schema/site/races.json +2 -1
- package/schema/site-fast/races.json +2 -1
- package/schema/ua/races.json +2 -1
- package/schema/ua-fast/races.json +2 -1
package/package.json
CHANGED
|
@@ -1295,7 +1295,8 @@
|
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
1297
1297
|
}
|
|
1298
|
-
}
|
|
1298
|
+
},
|
|
1299
|
+
"additionalProperties": false
|
|
1299
1300
|
}
|
|
1300
1301
|
]
|
|
1301
1302
|
},
|
|
@@ -2492,7 +2493,8 @@
|
|
|
2492
2493
|
}
|
|
2493
2494
|
}
|
|
2494
2495
|
}
|
|
2495
|
-
}
|
|
2496
|
+
},
|
|
2497
|
+
"additionalProperties": false
|
|
2496
2498
|
}
|
|
2497
2499
|
]
|
|
2498
2500
|
},
|
|
@@ -3703,7 +3705,8 @@
|
|
|
3703
3705
|
}
|
|
3704
3706
|
}
|
|
3705
3707
|
}
|
|
3706
|
-
}
|
|
3708
|
+
},
|
|
3709
|
+
"additionalProperties": false
|
|
3707
3710
|
}
|
|
3708
3711
|
]
|
|
3709
3712
|
},
|
package/schema/brew/races.json
CHANGED
|
@@ -1295,7 +1295,8 @@
|
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
1297
1297
|
}
|
|
1298
|
-
}
|
|
1298
|
+
},
|
|
1299
|
+
"additionalProperties": false
|
|
1299
1300
|
}
|
|
1300
1301
|
]
|
|
1301
1302
|
},
|
|
@@ -2492,7 +2493,8 @@
|
|
|
2492
2493
|
}
|
|
2493
2494
|
}
|
|
2494
2495
|
}
|
|
2495
|
-
}
|
|
2496
|
+
},
|
|
2497
|
+
"additionalProperties": false
|
|
2496
2498
|
}
|
|
2497
2499
|
]
|
|
2498
2500
|
},
|
|
@@ -3703,7 +3705,8 @@
|
|
|
3703
3705
|
}
|
|
3704
3706
|
}
|
|
3705
3707
|
}
|
|
3706
|
-
}
|
|
3708
|
+
},
|
|
3709
|
+
"additionalProperties": false
|
|
3707
3710
|
}
|
|
3708
3711
|
]
|
|
3709
3712
|
},
|
package/schema/site/races.json
CHANGED
package/schema/ua/races.json
CHANGED