@tag1consulting/pulumi-lagoon 0.2.6 → 0.2.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/LICENSE +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"Contribution" shall mean any work of authorship, including
|
|
49
49
|
the original version of the Work and any modifications or additions
|
|
50
50
|
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
-
submitted to
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
52
|
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
53
|
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
54
|
means any form of electronic, verbal, or written communication sent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tag1consulting/pulumi-lagoon",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"lagoon",
|
|
6
6
|
"hosting",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"pulumi": {
|
|
28
28
|
"resource": true,
|
|
29
29
|
"name": "lagoon",
|
|
30
|
-
"version": "0.2.
|
|
30
|
+
"version": "0.2.7",
|
|
31
31
|
"server": "https://github.com/tag1consulting/pulumi-lagoon-provider/releases/download/v${VERSION}"
|
|
32
32
|
}
|
|
33
33
|
}
|