@powerlines/plugin-pulumi 0.6.38 → 0.6.40
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 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -3,7 +3,7 @@ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
|
3
3
|
let _pulumi_pulumi_automation_index_js = require("@pulumi/pulumi/automation/index.js");
|
|
4
4
|
let _stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
|
|
5
5
|
let defu = require("defu");
|
|
6
|
-
defu = require_runtime.__toESM(defu);
|
|
6
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
7
7
|
let powerlines_plugin_utils = require("powerlines/plugin-utils");
|
|
8
8
|
|
|
9
9
|
//#region src/index.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-pulumi",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.40",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to transform source code to be platform agnostic using pulumi.",
|
|
6
6
|
"keywords": ["pulumi", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -126,13 +126,13 @@
|
|
|
126
126
|
"@stryke/type-checks": "^0.6.1",
|
|
127
127
|
"@stryke/types": "^0.11.3",
|
|
128
128
|
"defu": "^6.1.7",
|
|
129
|
-
"powerlines": "^0.42.
|
|
129
|
+
"powerlines": "^0.42.40",
|
|
130
130
|
"typescript": "^5.9.3"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
133
|
+
"@powerlines/plugin-plugin": "^0.12.350",
|
|
134
134
|
"@types/node": "^25.6.0"
|
|
135
135
|
},
|
|
136
136
|
"publishConfig": { "access": "public" },
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "53fe118324ce5a30936fc934f219781021d72844"
|
|
138
138
|
}
|