@pulumi/command 0.4.2-alpha.1657903726 → 0.4.2-alpha.1657915512

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/command",
3
- "version": "v0.4.2-alpha.1657903726+404c32d9",
3
+ "version": "v0.4.2-alpha.1657915512+1b17bebf",
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.4.2-alpha.1657903726+404c32d9"
15
+ "install": "node scripts/install-pulumi-plugin.js resource command v0.4.2-alpha.1657915512+1b17bebf"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0"
@@ -21,6 +21,7 @@
21
21
  "typescript": "^4.3.5"
22
22
  },
23
23
  "pulumi": {
24
- "resource": true
24
+ "resource": true,
25
+ "name": "command"
25
26
  }
26
27
  }
package/package.json.bak CHANGED
@@ -21,6 +21,7 @@
21
21
  "typescript": "^4.3.5"
22
22
  },
23
23
  "pulumi": {
24
- "resource": true
24
+ "resource": true,
25
+ "name": "command"
25
26
  }
26
27
  }
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/command",
3
- "version": "v0.4.2-alpha.1657903726+404c32d9",
3
+ "version": "v0.4.2-alpha.1657915512+1b17bebf",
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.4.2-alpha.1657903726+404c32d9"
15
+ "install": "node scripts/install-pulumi-plugin.js resource command v0.4.2-alpha.1657915512+1b17bebf"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0"
@@ -21,6 +21,7 @@
21
21
  "typescript": "^4.3.5"
22
22
  },
23
23
  "pulumi": {
24
- "resource": true
24
+ "resource": true,
25
+ "name": "command"
25
26
  }
26
27
  }