@cdktn/cli-core 0.24.0-pre.66 → 0.24.0-pre.69

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/jest.config.js +1 -2
  2. package/package.json +7 -7
package/jest.config.js CHANGED
@@ -2,7 +2,6 @@
2
2
  * Copyright (c) HashiCorp, Inc.
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
- /* eslint-disable */
6
5
  const { readFileSync } = require('fs');
7
6
 
8
7
  const swcJestConfig = JSON.parse(
@@ -21,7 +20,7 @@ module.exports = {
21
20
  },
22
21
  // sscaff (in node_modules) ships both .ts source and compiled .js — prefer
23
22
  // .js so jest doesn't try to parse the untransformed source.
24
- moduleFileExtensions: ['js', 'ts', 'tsx'],
23
+ moduleFileExtensions: ['js', 'ts'],
25
24
  // sscaff template hooks under templates/ rely on sloppy-mode globals
26
25
  // (e.g. `template = readFileSync(...)`) — let node's CJS loader handle them
27
26
  // instead of putting them through swc-jest's strict-mode transform.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdktn/cli-core",
3
- "version": "0.24.0-pre.66",
3
+ "version": "0.24.0-pre.69",
4
4
  "description": "CDK Terrain CLI Core, meant for internal use only",
5
5
  "main": "build/lib/index.js",
6
6
  "types": "build/lib/index.d.ts",
@@ -48,11 +48,11 @@
48
48
  "xml-js": "1.6.11",
49
49
  "xstate": "4.38.3",
50
50
  "zod": "3.25.76",
51
- "@cdktn/commons": "0.24.0-pre.66",
52
- "@cdktn/hcl-tools": "0.24.0-pre.66",
53
- "@cdktn/hcl2cdk": "0.24.0-pre.66",
54
- "@cdktn/provider-schema": "0.24.0-pre.66",
55
- "cdktn": "0.24.0-pre.66"
51
+ "@cdktn/commons": "0.24.0-pre.69",
52
+ "@cdktn/hcl-tools": "0.24.0-pre.69",
53
+ "@cdktn/hcl2cdk": "0.24.0-pre.69",
54
+ "cdktn": "0.24.0-pre.69",
55
+ "@cdktn/provider-schema": "0.24.0-pre.69"
56
56
  },
57
57
  "lint-staged": {
58
58
  "src/**/*.{ts,tsx}": "tsc-files ambient.d.ts --noEmit"
@@ -68,7 +68,7 @@
68
68
  "prettier": "2.8.8",
69
69
  "tsc-files": "1.1.4",
70
70
  "typescript": "^5.0.0",
71
- "@cdktn/provider-generator": "0.24.0-pre.66"
71
+ "@cdktn/provider-generator": "0.24.0-pre.69"
72
72
  },
73
73
  "scripts": {
74
74
  "build": "tsc",