@powerlines/plugin-pulumi 0.6.311 → 0.6.313
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;
|
|
@@ -87,5 +87,4 @@ const plugin = (options = {}) => {
|
|
|
87
87
|
};
|
|
88
88
|
|
|
89
89
|
//#endregion
|
|
90
|
-
exports.default = plugin;
|
|
91
90
|
exports.plugin = plugin;
|
package/dist/index.d.cts
CHANGED
|
@@ -31,5 +31,5 @@ declare module "powerlines" {
|
|
|
31
31
|
*/
|
|
32
32
|
declare const plugin: <TContext extends PulumiPluginContext = PulumiPluginContext>(options?: PulumiPluginOptions) => Plugin<TContext>[];
|
|
33
33
|
//#endregion
|
|
34
|
-
export { type DeployPulumiResult, type PulumiOutputRecord, type PulumiPluginContext, type PulumiPluginOptions, type PulumiPluginResolvedConfig, type PulumiPluginUserConfig, plugin
|
|
34
|
+
export { type DeployPulumiResult, type PulumiOutputRecord, type PulumiPluginContext, type PulumiPluginOptions, type PulumiPluginResolvedConfig, type PulumiPluginUserConfig, plugin };
|
|
35
35
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -31,5 +31,5 @@ declare module "powerlines" {
|
|
|
31
31
|
*/
|
|
32
32
|
declare const plugin: <TContext extends PulumiPluginContext = PulumiPluginContext>(options?: PulumiPluginOptions) => Plugin<TContext>[];
|
|
33
33
|
//#endregion
|
|
34
|
-
export { type DeployPulumiResult, type PulumiOutputRecord, type PulumiPluginContext, type PulumiPluginOptions, type PulumiPluginResolvedConfig, type PulumiPluginUserConfig, plugin
|
|
34
|
+
export { type DeployPulumiResult, type PulumiOutputRecord, type PulumiPluginContext, type PulumiPluginOptions, type PulumiPluginResolvedConfig, type PulumiPluginUserConfig, plugin };
|
|
35
35
|
//# 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-pulumi",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.313",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to deploy infrastructure using Pulumi.",
|
|
6
6
|
"keywords": ["pulumi", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -112,13 +112,13 @@
|
|
|
112
112
|
"@stryke/type-checks": "^0.6.41",
|
|
113
113
|
"@stryke/types": "^0.12.36",
|
|
114
114
|
"defu": "^6.1.7",
|
|
115
|
-
"powerlines": "^0.47.
|
|
115
|
+
"powerlines": "^0.47.210",
|
|
116
116
|
"typescript": "^6.0.3"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
119
|
+
"@powerlines/plugin-plugin": "^0.12.623",
|
|
120
120
|
"@types/node": "^25.9.5"
|
|
121
121
|
},
|
|
122
122
|
"publishConfig": { "access": "public" },
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
|
|
124
124
|
}
|