@kosdev-code/kos-codegen-core 0.1.0-next.817 → 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.mjs CHANGED
@@ -838,7 +838,8 @@ function normalizeOptions(codegenFs, options, projects) {
838
838
  }
839
839
  const booleanDefaults = {
840
840
  companion: false,
841
- skipRegistration: false
841
+ skipRegistration: false,
842
+ futureAware: "none"
842
843
  };
843
844
  return {
844
845
  ...booleanDefaults,