@uniformdev/transformer 1.1.7 → 1.1.9

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.ts CHANGED
@@ -84,6 +84,7 @@ interface CompositionPatternCandidatesOptions extends GlobalOptions {
84
84
  threshold: number;
85
85
  format: 'text' | 'json';
86
86
  brief?: boolean;
87
+ subset?: boolean;
87
88
  }
88
89
  interface UnpackSerializationOptions extends GlobalOptions {
89
90
  sourceDir?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/transformer",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "CLI tool for transforming Uniform.dev serialization files offline",
5
5
  "type": "module",
6
6
  "bin": {