@powerlines/plugin-untyped 0.2.625 → 0.2.627

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.cjs CHANGED
@@ -1,4 +1,4 @@
1
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  require('./types/index.cjs');
3
3
  let _storm_software_untyped_generate = require("@storm-software/untyped/generate");
4
4
  let _stryke_convert_to_array = require("@stryke/convert/to-array");
@@ -41,5 +41,4 @@ const plugin = (options = {}) => {
41
41
  };
42
42
 
43
43
  //#endregion
44
- exports.default = plugin;
45
44
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -15,5 +15,5 @@ declare module "powerlines" {
15
15
  */
16
16
  declare const plugin: <TContext extends UntypedPluginContext = UntypedPluginContext>(options?: UntypedPluginOptions) => Plugin<TContext>;
17
17
  //#endregion
18
- export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig, plugin as default, plugin };
18
+ export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig, plugin };
19
19
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -15,5 +15,5 @@ declare module "powerlines" {
15
15
  */
16
16
  declare const plugin: <TContext extends UntypedPluginContext = UntypedPluginContext>(options?: UntypedPluginOptions) => Plugin<TContext>;
17
17
  //#endregion
18
- export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig, plugin as default, plugin };
18
+ export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig, plugin };
19
19
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -40,5 +40,5 @@ const plugin = (options = {}) => {
40
40
  };
41
41
 
42
42
  //#endregion
43
- export { plugin as default, plugin };
43
+ export { plugin };
44
44
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-untyped",
3
- "version": "0.2.625",
3
+ "version": "0.2.627",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
6
6
  "repository": {
@@ -91,14 +91,14 @@
91
91
  "dependencies": {
92
92
  "@storm-software/untyped": "^0.24.275",
93
93
  "@stryke/convert": "^0.7.39",
94
- "powerlines": "^0.47.209",
94
+ "powerlines": "^0.47.211",
95
95
  "untyped": "^1.5.2"
96
96
  },
97
97
  "devDependencies": {
98
- "@powerlines/plugin-plugin": "^0.12.622",
98
+ "@powerlines/plugin-plugin": "^0.12.624",
99
99
  "@types/node": "^25.9.5"
100
100
  },
101
101
  "publishConfig": { "access": "public" },
102
102
  "types": "./dist/index.d.cts",
103
- "gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
103
+ "gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
104
104
  }