@checkly/pulumi 0.0.1-alpha.6 → 0.0.1-alpha.7
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/bin/package.json +3 -3
- package/bin/yarn.lock +1 -1
- package/package.json +3 -3
package/bin/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkly/pulumi",
|
|
3
|
-
"version": "v0.0.1-alpha.
|
|
3
|
+
"version": "v0.0.1-alpha.7",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Checkly monitoring resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"install": "node scripts/install-pulumi-plugin.js resource checkly v0.0.1-alpha.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource checkly v0.0.1-alpha.7"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
},
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
|
-
"pluginDownloadURL": "https://github.com/checkly/pulumi-checkly/releases/v0.0.1-alpha.
|
|
27
|
+
"pluginDownloadURL": "https://github.com/checkly/pulumi-checkly/releases/v0.0.1-alpha.7"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/bin/yarn.lock
CHANGED
|
@@ -553,7 +553,7 @@ once@^1.3.0:
|
|
|
553
553
|
path-is-absolute@^1.0.0:
|
|
554
554
|
version "1.0.1"
|
|
555
555
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
556
|
-
integrity
|
|
556
|
+
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
|
|
557
557
|
|
|
558
558
|
path-parse@^1.0.7:
|
|
559
559
|
version "1.0.7"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkly/pulumi",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.7",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Checkly monitoring resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"install": "node scripts/install-pulumi-plugin.js resource checkly
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource checkly 0.0.1-alpha.7"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
|
-
"pluginDownloadURL": "https://github.com/checkly/pulumi-checkly/releases/0.0.1-alpha.
|
|
27
|
+
"pluginDownloadURL": "https://github.com/checkly/pulumi-checkly/releases/0.0.1-alpha.7"
|
|
28
28
|
},
|
|
29
29
|
"main": "./bin/index.js",
|
|
30
30
|
"types": "./bin/index.d.ts"
|