@homedev/objector 1.2.49 → 1.2.50

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -393,7 +393,7 @@ export declare class Objector {
393
393
  include(...files: string[]): this;
394
394
  keys(keys: FieldProcessorMap): this;
395
395
  sources(sources: FieldProcessorMap): this;
396
- sections(sections: Record<string, FieldProcessorSection>): this;
396
+ sections(sections: Record<string, FieldProcessorSectionFunc>): this;
397
397
  variables(vars: Record<string, unknown>): this;
398
398
  getOutputs(): Output[];
399
399
  output(o: Output): this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homedev/objector",
3
- "version": "1.2.49",
3
+ "version": "1.2.50",
4
4
  "description": "object extensions for YAML/JSON",
5
5
  "author": "julzor",
6
6
  "license": "ISC",