@cdktf/provider-acme 0.0.92 → 0.0.96

Sign up to get free protection for your applications and to get access to all the features.
package/.jsii CHANGED
@@ -72,7 +72,7 @@
72
72
  "stability": "stable"
73
73
  },
74
74
  "homepage": "https://github.com/hashicorp/cdktf-provider-acme.git",
75
- "jsiiVersion": "1.50.0 (build d1830a4)",
75
+ "jsiiVersion": "1.52.1 (build 5ccc8f6)",
76
76
  "keywords": [
77
77
  "acme",
78
78
  "cdk",
@@ -2894,6 +2894,6 @@
2894
2894
  "symbolId": "src/registration:RegistrationExternalAccountBindingOutputReference"
2895
2895
  }
2896
2896
  },
2897
- "version": "0.0.92",
2898
- "fingerprint": "GyuM92AjOfFiVcu74fQn8NcgZNjuoCGMNATmooEho80="
2897
+ "version": "0.0.96",
2898
+ "fingerprint": "4+p4M2Yze4qerxe+XKviQdNb1coDtLqxzcJM+qfHdco="
2899
2899
  }
package/changelog.md CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- ### [0.0.92](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.0.91...v0.0.92) (2022-01-05)
2
+ ### [0.0.96](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.0.95...v0.0.96) (2022-01-15)
@@ -91,7 +91,7 @@ class AcmeProvider extends cdktf.TerraformProvider {
91
91
  }
92
92
  exports.AcmeProvider = AcmeProvider;
93
93
  _a = JSII_RTTI_SYMBOL_1;
94
- AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.0.92" };
94
+ AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.0.96" };
95
95
  // =================
96
96
  // STATIC PROPERTIES
97
97
  // =================
@@ -128,7 +128,7 @@ class CertificateHttpChallengeOutputReference extends cdktf.ComplexObject {
128
128
  }
129
129
  exports.CertificateHttpChallengeOutputReference = CertificateHttpChallengeOutputReference;
130
130
  _a = JSII_RTTI_SYMBOL_1;
131
- CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.0.92" };
131
+ CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.0.96" };
132
132
  function certificateHttpMemcachedChallengeToTerraform(struct) {
133
133
  if (!cdktf.canInspect(struct)) {
134
134
  return struct;
@@ -202,7 +202,7 @@ class CertificateHttpMemcachedChallengeOutputReference extends cdktf.ComplexObje
202
202
  }
203
203
  exports.CertificateHttpMemcachedChallengeOutputReference = CertificateHttpMemcachedChallengeOutputReference;
204
204
  _b = JSII_RTTI_SYMBOL_1;
205
- CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.0.92" };
205
+ CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.0.96" };
206
206
  function certificateHttpWebrootChallengeToTerraform(struct) {
207
207
  if (!cdktf.canInspect(struct)) {
208
208
  return struct;
@@ -276,7 +276,7 @@ class CertificateHttpWebrootChallengeOutputReference extends cdktf.ComplexObject
276
276
  }
277
277
  exports.CertificateHttpWebrootChallengeOutputReference = CertificateHttpWebrootChallengeOutputReference;
278
278
  _c = JSII_RTTI_SYMBOL_1;
279
- CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.0.92" };
279
+ CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.0.96" };
280
280
  function certificateTlsChallengeToTerraform(struct) {
281
281
  if (!cdktf.canInspect(struct)) {
282
282
  return struct;
@@ -356,7 +356,7 @@ class CertificateTlsChallengeOutputReference extends cdktf.ComplexObject {
356
356
  }
357
357
  exports.CertificateTlsChallengeOutputReference = CertificateTlsChallengeOutputReference;
358
358
  _d = JSII_RTTI_SYMBOL_1;
359
- CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.0.92" };
359
+ CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.0.96" };
360
360
  /**
361
361
  * Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate.html acme_certificate}.
362
362
  *
@@ -936,7 +936,7 @@ class Certificate extends cdktf.TerraformResource {
936
936
  }
937
937
  exports.Certificate = Certificate;
938
938
  _e = JSII_RTTI_SYMBOL_1;
939
- Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.0.92" };
939
+ Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.0.96" };
940
940
  // =================
941
941
  // STATIC PROPERTIES
942
942
  // =================
@@ -103,7 +103,7 @@ class RegistrationExternalAccountBindingOutputReference extends cdktf.ComplexObj
103
103
  }
104
104
  exports.RegistrationExternalAccountBindingOutputReference = RegistrationExternalAccountBindingOutputReference;
105
105
  _a = JSII_RTTI_SYMBOL_1;
106
- RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.0.92" };
106
+ RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.0.96" };
107
107
  /**
108
108
  * Represents a {@link https://www.terraform.io/docs/providers/acme/r/registration.html acme_registration}.
109
109
  *
@@ -230,7 +230,7 @@ class Registration extends cdktf.TerraformResource {
230
230
  }
231
231
  exports.Registration = Registration;
232
232
  _b = JSII_RTTI_SYMBOL_1;
233
- Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.0.92" };
233
+ Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.0.96" };
234
234
  // =================
235
235
  // STATIC PROPERTIES
236
236
  // =================
package/package.json CHANGED
@@ -13,6 +13,7 @@
13
13
  "compile": "jsii --silence-warnings=reserved-word",
14
14
  "default": "npx projen default",
15
15
  "docgen": "npx projen docgen",
16
+ "fetch": "npx projen fetch",
16
17
  "package": "npx projen package",
17
18
  "package-all": "npx projen package-all",
18
19
  "package:dotnet": "npx projen package:dotnet",
@@ -20,6 +21,7 @@
20
21
  "package:js": "npx projen package:js",
21
22
  "package:python": "npx projen package:python",
22
23
  "post-compile": "npx projen post-compile",
24
+ "post-upgrade": "npx projen post-upgrade",
23
25
  "pre-compile": "npx projen pre-compile",
24
26
  "release": "npx projen release",
25
27
  "test": "jest --passWithNoTests",
@@ -28,7 +30,6 @@
28
30
  "upgrade-projen": "npx projen upgrade-projen",
29
31
  "watch": "npx projen watch",
30
32
  "projen": "npx projen",
31
- "fetch": "mkdir -p src && rm -rf ./src/* && cdktf get && cp -R .gen/providers/acme/* ./src/",
32
33
  "commit": "git add -A && git commit -am \"Update provider\" || echo \"No changes to commit\"",
33
34
  "should-release": "! git diff --exit-code v$(cat version.json | jq -r '.version') ./src ./package.json",
34
35
  "prebump": "yarn fetch && yarn compile && yarn run commit && yarn run should-release",
@@ -47,10 +48,10 @@
47
48
  "constructs": "^10.0.0",
48
49
  "dot-prop": "^5.2.0",
49
50
  "jsii": "^1.46.0",
50
- "jsii-diff": "^1.50.0",
51
- "jsii-docgen": "^4.2.29",
51
+ "jsii-diff": "^1.52.1",
52
+ "jsii-docgen": "^4.2.40",
52
53
  "npm-check-updates": "^12",
53
- "projen": "^0.50.7",
54
+ "projen": "^0.50.26",
54
55
  "standard-version": "^9",
55
56
  "typescript": "^4.5.4"
56
57
  },
@@ -73,7 +74,7 @@
73
74
  "publishConfig": {
74
75
  "access": "public"
75
76
  },
76
- "version": "0.0.92",
77
+ "version": "0.0.96",
77
78
  "types": "lib/index.d.ts",
78
79
  "stability": "stable",
79
80
  "jsii": {
package/releasetag.txt CHANGED
@@ -1 +1 @@
1
- v0.0.92
1
+ v0.0.96
package/version.txt CHANGED
@@ -1 +1 @@
1
- 0.0.92
1
+ 0.0.96