cdktn-cli 0.24.0-pre.29 → 0.24.0-pre.30

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.
@@ -5,7 +5,7 @@ using System.Collections.Generic;
5
5
 
6
6
  namespace MyCompany.MyApp{
7
7
  // The tests below are example tests, you can find more information at
8
- // https://cdk.tf/testing
8
+ // https://cdktn.io/docs/test/unit-tests
9
9
  public class TestProgram{
10
10
 
11
11
  [Fact]
@@ -7,7 +7,7 @@ import (
7
7
  )
8
8
 
9
9
  // The tests below are example tests, you can find more information at
10
- // https://cdk.tf/testing
10
+ // https://cdktn.io/docs/test/unit-tests
11
11
 
12
12
  /*
13
13
  var stack = NewMyApplicationsAbstraction(cdktn.Testing_App(nil), "stack")
@@ -3,7 +3,7 @@ import org.junit.jupiter.api.Test;
3
3
  import static org.junit.jupiter.api.Assertions.assertTrue;
4
4
 
5
5
  // The tests below are example tests, you can find more information at
6
- // https://cdk.tf/testing
6
+ // https://cdktn.io/docs/test/unit-tests
7
7
  public class MainTest {
8
8
 
9
9
  @Test
@@ -2,7 +2,7 @@ import pytest
2
2
  from cdktn import Testing
3
3
 
4
4
  # The tests below are example tests, you can find more information at
5
- # https://cdk.tf/testing
5
+ # https://cdktn.io/docs/test/unit-tests
6
6
 
7
7
 
8
8
  class TestMain:
@@ -2,7 +2,7 @@ import pytest
2
2
  from cdktn import Testing, TerraformStack
3
3
 
4
4
  # The tests below are example tests, you can find more information at
5
- # https://cdk.tf/testing
5
+ # https://cdktn.io/docs/test/unit-tests
6
6
 
7
7
 
8
8
  class TestMain:
@@ -5,7 +5,7 @@ import "cdktn/lib/testing/adapters/jest"; // Load types for expect matchers
5
5
 
6
6
  describe("My CDKTN Application", () => {
7
7
  // The tests below are example tests, you can find more information at
8
- // https://cdk.tf/testing
8
+ // https://cdktn.io/docs/test/unit-tests
9
9
  it.todo("should be tested");
10
10
 
11
11
  // // All Unit tests test the synthesised terraform code, it does not create real-world resources
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdktn-cli",
3
- "version": "0.24.0-pre.29",
3
+ "version": "0.24.0-pre.30",
4
4
  "description": "CDK Terrain CLI",
5
5
  "nx": {
6
6
  "tags": [
@@ -42,16 +42,16 @@
42
42
  "bundle"
43
43
  ],
44
44
  "dependencies": {
45
- "@cdktn/hcl-tools": "0.24.0-pre.29",
46
- "@cdktn/hcl2cdk": "0.24.0-pre.29",
47
- "@cdktn/hcl2json": "0.24.0-pre.29",
45
+ "@cdktn/hcl-tools": "0.24.0-pre.30",
46
+ "@cdktn/hcl2cdk": "0.24.0-pre.30",
47
+ "@cdktn/hcl2json": "0.24.0-pre.30",
48
48
  "@types/node": "20.19.1",
49
49
  "constructs": "10.6.0",
50
50
  "yargs": "17.7.2",
51
51
  "yoga-layout-prebuilt": "1.10.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "cdktn": "0.24.0-pre.29",
54
+ "cdktn": "0.24.0-pre.30",
55
55
  "jsii": "5.9.37",
56
56
  "jsii-pacmak": "1.128.0"
57
57
  },
@@ -62,10 +62,10 @@
62
62
  ]
63
63
  },
64
64
  "devDependencies": {
65
- "@cdktn/cli-core": "0.24.0-pre.29",
66
- "@cdktn/commons": "0.24.0-pre.29",
67
- "@cdktn/provider-generator": "0.24.0-pre.29",
68
- "@cdktn/provider-schema": "0.24.0-pre.29",
65
+ "@cdktn/cli-core": "0.24.0-pre.30",
66
+ "@cdktn/commons": "0.24.0-pre.30",
67
+ "@cdktn/provider-generator": "0.24.0-pre.30",
68
+ "@cdktn/provider-schema": "0.24.0-pre.30",
69
69
  "@inquirer/prompts": "2.3.1",
70
70
  "@npmcli/ci-detect": "1.4.0",
71
71
  "@sentry/node": "7.120.4",