@pulumi/command 0.2.0 → 0.2.1-alpha.1655241441

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/README.md CHANGED
@@ -280,7 +280,7 @@ const cleanupKubernetesNamespaces = new local.Command("cleanupKubernetesNamespac
280
280
 
281
281
  ### Dependencies
282
282
 
283
- - Go 1.16
283
+ - Go 1.17
284
284
  - NodeJS 10.X.X or later
285
285
  - Python 3.6 or later
286
286
  - .NET Core 3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/command",
3
- "version": "v0.2.0",
3
+ "version": "v0.2.1-alpha.1655241441+371266a6",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "command",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "scripts": {
14
14
  "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource command v0.2.0"
15
+ "install": "node scripts/install-pulumi-plugin.js resource command v0.2.1-alpha.1655241441+371266a6"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/command",
3
- "version": "v0.2.0",
3
+ "version": "v0.2.1-alpha.1655241441+371266a6",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "command",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "scripts": {
14
14
  "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource command v0.2.0"
15
+ "install": "node scripts/install-pulumi-plugin.js resource command v0.2.1-alpha.1655241441+371266a6"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0"