@m1212e/rumble 0.16.18 → 0.16.19
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/out/index.cjs +3 -3
- package/out/index.cjs.map +1 -1
- package/out/index.d.cts.map +1 -1
- package/out/index.d.mts.map +1 -1
- package/out/index.mjs +3 -3
- package/out/index.mjs.map +1 -1
- package/package.json +1 -1
package/out/index.cjs
CHANGED
|
@@ -218,7 +218,7 @@ function mapNullFieldsToUndefined(obj) {
|
|
|
218
218
|
|
|
219
219
|
//#endregion
|
|
220
220
|
//#region package.json
|
|
221
|
-
var version = "0.16.
|
|
221
|
+
var version = "0.16.19";
|
|
222
222
|
|
|
223
223
|
//#endregion
|
|
224
224
|
//#region lib/helpers/mergeFilters.ts
|
|
@@ -1494,7 +1494,7 @@ var RuntimeFiltersPlugin = class extends _pothos_core.BasePlugin {
|
|
|
1494
1494
|
};
|
|
1495
1495
|
if (this.tracer && this.tracerEnabled) return this.tracer.startActiveSpan(`apply_filters_${fieldConfig.name}`, async (span) => {
|
|
1496
1496
|
try {
|
|
1497
|
-
return await runFilters();
|
|
1497
|
+
return await runFilters(span);
|
|
1498
1498
|
} finally {
|
|
1499
1499
|
span.end();
|
|
1500
1500
|
}
|
|
@@ -1591,7 +1591,7 @@ export const db = drizzle(
|
|
|
1591
1591
|
];
|
|
1592
1592
|
if (rumbleInput.defaultLimit === void 0) rumbleInput.defaultLimit = 100;
|
|
1593
1593
|
if (rumbleInput.search?.enabled) initSearchIfApplicable(rumbleInput);
|
|
1594
|
-
if (rumbleInput.otel?.enabled && !rumbleInput.otel.tracer) _opentelemetry_api.trace.getTracer("@m1212e/rumble", version);
|
|
1594
|
+
if (rumbleInput.otel?.enabled && !rumbleInput.otel.tracer) rumbleInput.otel.tracer = _opentelemetry_api.trace.getTracer("@m1212e/rumble", version);
|
|
1595
1595
|
const abilityBuilder = createAbilityBuilder(rumbleInput);
|
|
1596
1596
|
const context = createContextFunction({
|
|
1597
1597
|
...rumbleInput,
|