@pulumi/pulumi 3.217.0-alpha.x89d3e34 → 3.217.0-alpha.xc9932a9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.217.0-alpha.x89d3e34",
3
+ "version": "3.217.0-alpha.xc9932a9",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@grpc/grpc-js": "^1.10.1",
13
13
  "@logdna/tail-file": "^2.0.6",
14
- "@npmcli/arborist": "^7.3.1",
14
+ "@npmcli/arborist": "^9.0.0",
15
15
  "@opentelemetry/api": "^1.9",
16
16
  "@opentelemetry/exporter-zipkin": "^1.28",
17
17
  "@opentelemetry/instrumentation": "^0.55",
@@ -23,7 +23,7 @@
23
23
  "@types/semver": "^7.5.6",
24
24
  "@types/tmp": "^0.2.6",
25
25
  "execa": "^5.1.0",
26
- "fdir": "^6.1.1",
26
+ "fdir": "^6.5.0",
27
27
  "google-protobuf": "^3.21.4",
28
28
  "got": "^11.8.6",
29
29
  "ini": "^2.0.0",
@@ -527,7 +527,7 @@ getProgramDependencies: {
527
527
  responseDeserialize: deserialize_pulumirpc_GetProgramDependenciesResponse,
528
528
  },
529
529
  // `RunPlugin` is used to execute a program written in this host's language that implements a Pulumi
530
- // [plugin](plugins). It it is plugins what [](pulumirpc.LanguageRuntime.Run) is to programs. Since a plugin is not
530
+ // [plugin](plugins). It is to plugins what [](pulumirpc.LanguageRuntime.Run) is to programs. Since a plugin is not
531
531
  // expected to terminate until instructed/for a long time, this method returns a stream of
532
532
  // [](pulumirpc.RunPluginResponse) messages containing information about standard error and output, as well as the
533
533
  // exit code of the plugin when it does terminate.
package/version.js CHANGED
@@ -13,5 +13,5 @@
13
13
  // See the License for the specific language governing permissions and
14
14
  // limitations under the License.
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.version = "3.217.0-alpha.x89d3e34";
16
+ exports.version = "3.217.0-alpha.xc9932a9";
17
17
  //# sourceMappingURL=version.js.map