@cdktn/provider-generator 0.23.0-pre.15 → 0.23.0-pre.17
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/lib/__tests__/__snapshots__/edge-provider-schema.test.ts.snap +1 -1
- package/lib/__tests__/__snapshots__/provider.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/complex-computed-types.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/description-escaping.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/export-sharding.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/module-generator.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/nested-types.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/provider.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/resource-types.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/skipped-attributes.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/types.test.ts.snap +1 -1
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://
|
|
1
|
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
2
2
|
|
|
3
3
|
exports[`generate an acm certifacte resource with complex computed types: acm-certificate 1`] = `
|
|
4
4
|
"// https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acm_certificate
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://
|
|
1
|
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
2
2
|
|
|
3
3
|
exports[`shard exports across multiple files to avoid generating files with more than a 1000 exports in a provider without namespaces: dashboard-resource 1`] = `
|
|
4
4
|
"// generated from terraform resource schema
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://
|
|
1
|
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
2
2
|
|
|
3
3
|
exports[`generate a resource with nested type and no attributes 1`] = `
|
|
4
4
|
"// https://registry.terraform.io/providers/hashicorp/test/latest/docs/resources/nested_type_without_attributes_resource
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://
|
|
1
|
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
2
2
|
|
|
3
3
|
exports[`generate a cloudfront distribution resource: cloudfront 1`] = `
|
|
4
4
|
"// https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_distribution
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://
|
|
1
|
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
2
2
|
|
|
3
3
|
exports[`skips attribute type attributes in the disallow list: data-quicksight-analysis 1`] = `
|
|
4
4
|
"// https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/quicksight_analysis
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cdktn/provider-generator",
|
|
3
|
-
"version": "0.23.0-pre.
|
|
3
|
+
"version": "0.23.0-pre.17",
|
|
4
4
|
"description": "Exposes API to generate Terraform CDK provider bindings",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
],
|
|
38
38
|
"license": "MPL-2.0",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@cdktn/commons": "0.23.0-pre.
|
|
41
|
-
"@cdktn/provider-schema": "0.23.0-pre.
|
|
40
|
+
"@cdktn/commons": "0.23.0-pre.17",
|
|
41
|
+
"@cdktn/provider-schema": "0.23.0-pre.17",
|
|
42
42
|
"@types/node": "18.19.101",
|
|
43
43
|
"codemaker": "1.112.0",
|
|
44
44
|
"fs-extra": "8.1.0",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"@types/deepmerge": "2.2.3",
|
|
49
49
|
"@types/fs-extra": "8.1.5",
|
|
50
50
|
"@types/glob": "7.2.0",
|
|
51
|
-
"@types/jest": "
|
|
51
|
+
"@types/jest": "30.0.0",
|
|
52
52
|
"@types/node": "20.19.37",
|
|
53
53
|
"@types/reserved-words": "0.1.4",
|
|
54
|
-
"jest": "^
|
|
55
|
-
"ts-jest": "29.4.
|
|
54
|
+
"jest": "^30.3.0",
|
|
55
|
+
"ts-jest": "29.4.9",
|
|
56
56
|
"typescript": "5.4.5"
|
|
57
57
|
}
|
|
58
58
|
}
|