@pulumi/command 0.0.3 → 0.0.4-alpha.1643391021

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
@@ -38,7 +38,7 @@ export const output = random.stdout;
38
38
  package main
39
39
 
40
40
  import (
41
- "github.com/pulumi/pulumi-command/sdk/v3/go/command/local"
41
+ "github.com/pulumi/pulumi-command/sdk/go/command/local"
42
42
  "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
43
43
  )
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/command",
3
- "version": "v0.0.3",
3
+ "version": "v0.0.4-alpha.1643391021+077c5898",
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.0.3"
15
+ "install": "node scripts/install-pulumi-plugin.js resource command v0.0.4-alpha.1643391021+077c5898"
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.0.3",
3
+ "version": "v0.0.4-alpha.1643391021+077c5898",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "command",