@powerlines/plugin-terraform 0.1.271 → 0.1.273
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 +1 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Object.
|
|
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
|
|
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
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-terraform",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.273",
|
|
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.
|
|
120
|
+
"powerlines": "^0.47.211",
|
|
121
121
|
"shelljs": "^0.10.0",
|
|
122
122
|
"typescript": "^6.0.3"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
125
|
+
"@powerlines/plugin-plugin": "^0.12.624",
|
|
126
126
|
"@types/node": "^25.9.5"
|
|
127
127
|
},
|
|
128
128
|
"publishConfig": { "access": "public" },
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
|
|
130
130
|
}
|