@pulumi/awsx 3.2.0-alpha.1767118318 → 3.2.0-alpha.1767126475

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![NPM version](https://badge.fury.io/js/%40pulumi%2Fawsx.svg)](https://www.npmjs.com/package/@pulumi/awsx)
4
4
  [![Python version](https://badge.fury.io/py/pulumi-awsx.svg)](https://pypi.org/project/pulumi-awsx)
5
5
  [![NuGet version](https://badge.fury.io/nu/pulumi.awsx.svg)](https://badge.fury.io/nu/pulumi.awsx)
6
- [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-awsx/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-awsx/sdk/go)
6
+ [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-awsx/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-awsx/sdk/v3/go)
7
7
  [![License](https://img.shields.io/npm/l/%40pulumi%2Fawsx.svg)](https://github.com/pulumi/pulumi-awsx/blob/master/LICENSE)
8
8
 
9
9
  ## Pulumi AWS Infrastructure Components
@@ -62,7 +62,7 @@ pip install pulumi-awsx
62
62
  To use from Go, use `go get` to grab the latest version of the library
63
63
 
64
64
  ```bash
65
- go get github.com/pulumi/pulumi-awsx/sdk
65
+ go get github.com/pulumi/pulumi-awsx/sdk/v3
66
66
  ```
67
67
 
68
68
  ### .NET
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/awsx",
3
- "version": "3.2.0-alpha.1767118318",
3
+ "version": "3.2.0-alpha.1767126475",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -32,6 +32,6 @@
32
32
  "pulumi": {
33
33
  "resource": true,
34
34
  "name": "awsx",
35
- "version": "3.2.0-alpha.1767118318"
35
+ "version": "3.2.0-alpha.1767126475"
36
36
  }
37
37
  }