codex-plus-patcher 0.1.1 → 0.2.1

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.
@@ -1,7 +1,8 @@
1
+ const codex_26_616_71553_4265 = require("./26.616.71553-4265");
1
2
  const codex_26_616_41845_4198 = require("./26.616.41845-4198");
2
3
  const codex_26_616_51431_4212 = require("./26.616.51431-4212");
3
4
 
4
- const patchSets = [codex_26_616_51431_4212, codex_26_616_41845_4198];
5
+ const patchSets = [codex_26_616_71553_4265, codex_26_616_51431_4212, codex_26_616_41845_4198];
5
6
 
6
7
  module.exports = {
7
8
  patchSets,