quicktype-core 23.0.77 → 23.0.78

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.
@@ -38,7 +38,8 @@ class TypeScriptFlowBaseTargetLanguage extends JavaScript_1.JavaScriptTargetLang
38
38
  exports.tsFlowOptions.converters,
39
39
  exports.tsFlowOptions.rawType,
40
40
  exports.tsFlowOptions.preferUnions,
41
- exports.tsFlowOptions.preferTypes
41
+ exports.tsFlowOptions.preferTypes,
42
+ exports.tsFlowOptions.preferConstValues
42
43
  ];
43
44
  }
44
45
  get supportsOptionalClassProperties() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quicktype-core",
3
- "version": "23.0.77",
3
+ "version": "23.0.78",
4
4
  "description": "The quicktype engine as a library",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",