@ucdjs/pipelines-core 0.0.1-beta.6 → 0.0.1-beta.7

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/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
- import { a as ParsedRow, c as PropertyJson, d as ResolverFn, f as RouteOutput, i as ParseContext, l as ResolveContext, n as FileContext, o as ParserFn, p as RowContext, r as FilterContext, s as PipelineFilter, t as DefaultRange, u as ResolvedEntry } from "./types-t7nns1Hx.mjs";
2
- import { a as PipelineTransformDefinition, c as definePipelineTransform, i as InferTransformOutput, n as ChainTransforms, o as TransformContext, r as InferTransformInput, s as applyTransforms, t as AnyPipelineTransformDefinition } from "./transform-BSrhinRr.mjs";
3
- import { a as SourceBackend, c as definePipelineSource, i as PipelineSourceDefinition, l as resolveMultipleSourceFiles, n as InferSourceId, o as SourceFileContext, r as InferSourceIds, s as StreamOptions, t as FileMetadata, u as resolveSourceFiles } from "./source-DYH0SvDh.mjs";
1
+ import { a as ParsedRow, c as PropertyJson, d as ResolverFn, f as RouteOutput, i as ParseContext, l as ResolveContext, n as FileContext, o as ParserFn, p as RowContext, r as FilterContext, s as PipelineFilter, t as DefaultRange, u as ResolvedEntry } from "./types-T24cxilU.mjs";
2
+ import { a as PipelineTransformDefinition, c as definePipelineTransform, i as InferTransformOutput, n as ChainTransforms, o as TransformContext, r as InferTransformInput, s as applyTransforms, t as AnyPipelineTransformDefinition } from "./transform-C2GdfzQ-.mjs";
3
+ import { a as SourceBackend, c as definePipelineSource, i as PipelineSourceDefinition, l as resolveMultipleSourceFiles, n as InferSourceId, o as SourceFileContext, r as InferSourceIds, s as StreamOptions, t as FileMetadata, u as resolveSourceFiles } from "./source-Bnjgl99T.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/dependencies.d.ts
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { n as resolveMultipleSourceFiles, r as resolveSourceFiles, t as definePipelineSource } from "./source-EtWCktj_.mjs";
2
- import { n as definePipelineTransform, t as applyTransforms } from "./transform-BDsUG3EV.mjs";
2
+ import { n as definePipelineTransform, t as applyTransforms } from "./transform-BGOswbNk.mjs";
3
3
  import picomatch from "picomatch";
4
4
 
5
5
  //#region src/dependencies.ts
@@ -1,4 +1,4 @@
1
- import { n as FileContext, s as PipelineFilter } from "./types-t7nns1Hx.mjs";
1
+ import { n as FileContext, s as PipelineFilter } from "./types-T24cxilU.mjs";
2
2
 
3
3
  //#region src/source.d.ts
4
4
  interface StreamOptions {
@@ -1,5 +1,5 @@
1
- import { n as FileContext } from "../types-t7nns1Hx.mjs";
2
- import { a as SourceBackend, i as PipelineSourceDefinition } from "../source-DYH0SvDh.mjs";
1
+ import { n as FileContext } from "../types-T24cxilU.mjs";
2
+ import { a as SourceBackend, i as PipelineSourceDefinition } from "../source-Bnjgl99T.mjs";
3
3
 
4
4
  //#region src/sources/http.d.ts
5
5
  interface HttpBackendOptions {
@@ -1,4 +1,4 @@
1
- import { n as FileContext } from "./types-t7nns1Hx.mjs";
1
+ import { n as FileContext } from "./types-T24cxilU.mjs";
2
2
 
3
3
  //#region src/transform.d.ts
4
4
  interface TransformContext {
@@ -1,5 +1,5 @@
1
- import { a as ParsedRow } from "../types-t7nns1Hx.mjs";
2
- import { a as PipelineTransformDefinition } from "../transform-BSrhinRr.mjs";
1
+ import { a as ParsedRow } from "../types-T24cxilU.mjs";
2
+ import { a as PipelineTransformDefinition } from "../transform-C2GdfzQ-.mjs";
3
3
 
4
4
  //#region src/transforms/deduplicate.d.ts
5
5
  declare const deduplicateRows: PipelineTransformDefinition<ParsedRow, ParsedRow>;
@@ -1,4 +1,4 @@
1
- import { n as definePipelineTransform } from "../transform-BDsUG3EV.mjs";
1
+ import { n as definePipelineTransform } from "../transform-BGOswbNk.mjs";
2
2
 
3
3
  //#region src/transforms/deduplicate.ts
4
4
  function getRowKey(row) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ucdjs/pipelines-core",
3
- "version": "0.0.1-beta.6",
3
+ "version": "0.0.1-beta.7",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Lucas Nørgård",
@@ -33,18 +33,18 @@
33
33
  "dependencies": {
34
34
  "picomatch": "4.0.3",
35
35
  "zod": "4.3.6",
36
- "@ucdjs-internal/shared": "0.1.1-beta.6"
36
+ "@ucdjs-internal/shared": "0.1.1-beta.7"
37
37
  },
38
38
  "devDependencies": {
39
- "@luxass/eslint-config": "7.2.0",
39
+ "@luxass/eslint-config": "7.2.1",
40
40
  "@types/picomatch": "4.0.2",
41
- "eslint": "10.0.0",
41
+ "eslint": "10.0.2",
42
42
  "publint": "0.3.17",
43
43
  "tsdown": "0.20.3",
44
44
  "tsx": "4.21.0",
45
45
  "typescript": "5.9.3",
46
- "@ucdjs-tooling/tsdown-config": "1.0.0",
47
- "@ucdjs-tooling/tsconfig": "1.0.0"
46
+ "@ucdjs-tooling/tsconfig": "1.0.0",
47
+ "@ucdjs-tooling/tsdown-config": "1.0.0"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"