@tag1consulting/pulumi-lagoon 0.2.5 → 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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. 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 the Licensor for inclusion in the Work by the copyright owner
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.5",
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.5",
30
+ "version": "0.2.7",
31
31
  "server": "https://github.com/tag1consulting/pulumi-lagoon-provider/releases/download/v${VERSION}"
32
32
  }
33
33
  }