@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.
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`Edge Provider Schema compiles to Typescript: index.ts 1`] = `
4
4
  "// generated by cdktn get
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`Provider generates a provider 1`] = `
4
4
  {
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
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://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`broken attribute description comments 1`] = `
4
4
  "// https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/description_escaping
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
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://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`generate multiple aws modules 1`] = `
4
4
  "// generated by cdktn get
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
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://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`generate provider 1`] = `
4
4
  "// https://registry.terraform.io/providers/hashicorp/aws/latest/docs
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
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://goo.gl/fbAQLP
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
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`boolean list attribute 1`] = `
4
4
  "// https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/boolean_list
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdktn/provider-generator",
3
- "version": "0.23.0-pre.15",
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.15",
41
- "@cdktn/provider-schema": "0.23.0-pre.15",
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": "29.5.14",
51
+ "@types/jest": "30.0.0",
52
52
  "@types/node": "20.19.37",
53
53
  "@types/reserved-words": "0.1.4",
54
- "jest": "^29.7.0",
55
- "ts-jest": "29.4.6",
54
+ "jest": "^30.3.0",
55
+ "ts-jest": "29.4.9",
56
56
  "typescript": "5.4.5"
57
57
  }
58
58
  }