@m1212e/rumble 0.18.0 → 0.18.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.
- package/README.md +1 -1
- package/out/index.cjs +2 -2
- package/out/index.cjs.map +1 -1
- package/out/index.d.cts +12 -0
- package/out/index.d.cts.map +1 -1
- package/out/index.d.mts +12 -0
- package/out/index.d.mts.map +1 -1
- package/out/index.mjs +2 -2
- package/out/index.mjs.map +1 -1
- package/package.json +2 -2
package/out/index.mjs
CHANGED
|
@@ -180,7 +180,7 @@ function mapNullFieldsToUndefined(obj) {
|
|
|
180
180
|
}
|
|
181
181
|
//#endregion
|
|
182
182
|
//#region package.json
|
|
183
|
-
var version = "0.18.
|
|
183
|
+
var version = "0.18.1";
|
|
184
184
|
//#endregion
|
|
185
185
|
//#region lib/helpers/mergeFilters.ts
|
|
186
186
|
function mergeFilters(filterA, filterB) {
|
|
@@ -1725,7 +1725,7 @@ export const db = drizzle(
|
|
|
1725
1725
|
context,
|
|
1726
1726
|
plugins: [
|
|
1727
1727
|
...args?.plugins ?? [],
|
|
1728
|
-
...enableApiDocs ? [] : [useDisableIntrospection(), EnvelopArmorPlugin()],
|
|
1728
|
+
...enableApiDocs ? [] : [useDisableIntrospection(), EnvelopArmorPlugin(args?.armorConfig)],
|
|
1729
1729
|
rumbleInput.otel?.enabled ? { onExecute: ({ setExecuteFn, executeFn }) => {
|
|
1730
1730
|
setExecuteFn((options) => rumbleInput.otel.tracer.startActiveSpan(SpanNames.EXECUTE, { attributes: {
|
|
1731
1731
|
[AttributeNames.OPERATION_NAME]: options.operationName ?? "anonymous",
|