@es-joy/jsoe 0.12.2 → 0.12.4

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/CHANGES.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGES TO `@es-joy/jsoe`
2
2
 
3
+ ## 0.12.4
4
+
5
+ - refactor: Rollup dist.
6
+
7
+ ## 0.12.3
8
+
9
+ - refactor: TS work
10
+
3
11
  ## 0.12.2
4
12
 
5
13
  - refactor: TS work
package/dist/index.d.ts CHANGED
@@ -1,2 +1,11 @@
1
- export * from '../dist/index.js';
1
+ export { default as Types } from "./types.js";
2
+ export { buildTypeChoices as typeChoices } from "./typeChoices.js";
3
+ export type TypeRootGetter = import('./formatAndTypeChoices.js').TypeRootGetter;
4
+ export type SetType = (cfg: {
5
+ type: string;
6
+ baseValue?: import('./formats.js').StructuredCloneValue;
7
+ bringIntoFocus?: boolean;
8
+ }) => void;
9
+ export { default as Formats, getControlsForFormatAndValue } from "./formats.js";
10
+ export { formatAndTypeChoices, getFormatAndSchemaChoices } from "./formatAndTypeChoices.js";
2
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":";;6BACa,OAAO,2BAA2B,EAAE,cAAc;4BAG5C;IACnB,IAAQ,EAAE,MAAM,CAAC;IACjB,SAAa,CAAC,EAAE,OAAO,cAAc,EAAE,oBAAoB,CAAC;IAC5D,cAAkB,CAAC,EAAE,OAAO,CAAA;CACzB,KAAK,IAAI"}