@kosdev-code/kos-codegen-core 0.1.0-next.818 → 0.1.0-next.820

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/index.js CHANGED
@@ -860,7 +860,8 @@ function normalizeOptions(codegenFs, options, projects) {
860
860
  }
861
861
  const booleanDefaults = {
862
862
  companion: false,
863
- skipRegistration: false
863
+ skipRegistration: false,
864
+ futureAware: "none"
864
865
  };
865
866
  return {
866
867
  ...booleanDefaults,