@pierskarsenbarg/sdm 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ yarn add @pierskarsenbarg/sdm
25
25
  To use from Python, install using `pip`:
26
26
 
27
27
  ```bash
28
- pip install pulumi-sdm
28
+ pip install pierskarsenbarg-pulumi-sdm
29
29
  ```
30
30
 
31
31
  ### Go
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pierskarsenbarg/sdm",
3
- "version": "v1.0.0",
3
+ "version": "v1.0.1",
4
4
  "description": "A Pulumi package for creating and managing StrongDM cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -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 sdm v1.0.0"
15
+ "install": "node scripts/install-pulumi-plugin.js resource sdm v1.0.1"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0"