@inerrata-corporation/errata 2.0.2-dev.417 → 2.0.2-dev.455
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/consolidate-worker.mjs +4 -4
- package/errata.mjs +485 -398
- package/package.json +1 -1
- package/pass-worker.mjs +91 -91
package/consolidate-worker.mjs
CHANGED
|
@@ -16684,6 +16684,10 @@ init_src2();
|
|
|
16684
16684
|
// ../../packages/local-graph/src/problem-package-link.ts
|
|
16685
16685
|
init_src();
|
|
16686
16686
|
|
|
16687
|
+
// ../../packages/local-graph/src/problem-dedup.ts
|
|
16688
|
+
init_src();
|
|
16689
|
+
init_src();
|
|
16690
|
+
|
|
16687
16691
|
// ../../packages/local-graph/src/anchor-backfill.ts
|
|
16688
16692
|
init_src();
|
|
16689
16693
|
init_src2();
|
|
@@ -17421,10 +17425,6 @@ function revisitContradictedPrinciples(l2, ts) {
|
|
|
17421
17425
|
// ../../packages/local-graph/src/community.ts
|
|
17422
17426
|
init_src2();
|
|
17423
17427
|
|
|
17424
|
-
// ../../packages/local-graph/src/problem-dedup.ts
|
|
17425
|
-
init_src();
|
|
17426
|
-
init_src();
|
|
17427
|
-
|
|
17428
17428
|
// ../../packages/local-graph/src/tools.ts
|
|
17429
17429
|
init_src();
|
|
17430
17430
|
|