@powerlines/plugin-terraform 0.1.270 → 0.1.272

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
  //#region \0rolldown/runtime.js
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
@@ -112,5 +112,4 @@ const plugin = (options = {}) => {
112
112
  };
113
113
 
114
114
  //#endregion
115
- exports.default = plugin;
116
115
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -32,5 +32,5 @@ declare module "powerlines" {
32
32
  */
33
33
  declare const plugin: <TContext extends TerraformPluginContext = TerraformPluginContext>(options?: TerraformPluginOptions) => Plugin<TContext>[];
34
34
  //#endregion
35
- export { type Resource, type ResourceBody, type TerraformContext, type TerraformPluginContext, type TerraformPluginOptions, type TerraformPluginResolvedConfig, type TerraformPluginUserConfig, plugin as default, plugin };
35
+ export { type Resource, type ResourceBody, type TerraformContext, type TerraformPluginContext, type TerraformPluginOptions, type TerraformPluginResolvedConfig, type TerraformPluginUserConfig, plugin };
36
36
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -32,5 +32,5 @@ declare module "powerlines" {
32
32
  */
33
33
  declare const plugin: <TContext extends TerraformPluginContext = TerraformPluginContext>(options?: TerraformPluginOptions) => Plugin<TContext>[];
34
34
  //#endregion
35
- export { type Resource, type ResourceBody, type TerraformContext, type TerraformPluginContext, type TerraformPluginOptions, type TerraformPluginResolvedConfig, type TerraformPluginUserConfig, plugin as default, plugin };
35
+ export { type Resource, type ResourceBody, type TerraformContext, type TerraformPluginContext, type TerraformPluginOptions, type TerraformPluginResolvedConfig, type TerraformPluginUserConfig, plugin };
36
36
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -83,5 +83,5 @@ const plugin = (options = {}) => {
83
83
  };
84
84
 
85
85
  //#endregion
86
- export { plugin as default, plugin };
86
+ export { plugin };
87
87
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-terraform",
3
- "version": "0.1.270",
3
+ "version": "0.1.272",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to deploy infrastructure using Terraform.",
6
6
  "keywords": [
@@ -117,14 +117,14 @@
117
117
  "@stryke/types": "^0.12.36",
118
118
  "defu": "^6.1.7",
119
119
  "execa": "^9.6.1",
120
- "powerlines": "^0.47.208",
120
+ "powerlines": "^0.47.210",
121
121
  "shelljs": "^0.10.0",
122
122
  "typescript": "^6.0.3"
123
123
  },
124
124
  "devDependencies": {
125
- "@powerlines/plugin-plugin": "^0.12.621",
125
+ "@powerlines/plugin-plugin": "^0.12.623",
126
126
  "@types/node": "^25.9.5"
127
127
  },
128
128
  "publishConfig": { "access": "public" },
129
- "gitHead": "a060bb776b719e7628c30f82d4fb4305fbcd1581"
129
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
130
130
  }