powerlines 0.42.12 → 0.42.13

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.
@@ -73,7 +73,7 @@ import { setParseImpl } from "unplugin";
73
73
 
74
74
  //#region package.json
75
75
  var name = "powerlines";
76
- var version = "0.42.11";
76
+ var version = "0.42.12";
77
77
 
78
78
  //#endregion
79
79
  //#region src/_internal/helpers/generate-types.ts
@@ -3013,7 +3013,7 @@ var PowerlinesEnvironmentContext = class PowerlinesEnvironmentContext extends Po
3013
3013
  */
3014
3014
  copyTo(context) {
3015
3015
  context.plugins = this.plugins;
3016
- return this.copyTo(context);
3016
+ return super.copyTo(context);
3017
3017
  }
3018
3018
  };
3019
3019
 
@@ -3801,4 +3801,4 @@ ${formatTypes(types)}
3801
3801
 
3802
3802
  //#endregion
3803
3803
  export { createUnpluginFactory as a, FileMetadata as c, FileSystem as d, _capnpFileId as f, createPluginContext as i, FileMetadata_KeyValuePair as l, version as m, PowerlinesAPIContext as n, PowerlinesContext as o, name as p, PowerlinesEnvironmentContext as r, FileId as s, PowerlinesAPI as t, FileStorage as u };
3804
- //# sourceMappingURL=api-CtTfDRzb.mjs.map
3804
+ //# sourceMappingURL=api-CscdAGGS.mjs.map