@gradientedge/cdk-utils 9.6.0 → 9.7.0

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.
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@5.0.7/node_modules/rimraf/dist/esm/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@5.0.7/node_modules/rimraf/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@5.0.7/node_modules/rimraf/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@5.0.7/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules"
9
+ export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@6.0.1/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules"
10
10
  else
11
- export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@5.0.7/node_modules/rimraf/dist/esm/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@5.0.7/node_modules/rimraf/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@5.0.7/node_modules/rimraf/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@5.0.7/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules:$NODE_PATH"
11
+ export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@6.0.1/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules:$NODE_PATH"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
14
  exec "$basedir/node" "$basedir/../rimraf/dist/esm/bin.mjs" "$@"
@@ -21,6 +21,6 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "mkdirp": "^3.0.1",
24
- "rimraf": "^5.0.7"
24
+ "rimraf": "^6.0.1"
25
25
  }
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "9.6.0",
3
+ "version": "9.7.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -50,19 +50,19 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@aws-sdk/client-secrets-manager": "^3.600.0",
54
- "@aws-sdk/credential-providers": "^3.600.0",
55
- "@aws-sdk/types": "^3.598.0",
56
- "@cdktf/provider-aws": "^19.23.0",
57
- "@cdktf/provider-azurerm": "^12.21.0",
58
- "@cdktf/provider-cloudflare": "^11.13.0",
59
- "@types/lodash": "^4.17.5",
60
- "@types/node": "^20.14.8",
53
+ "@aws-sdk/client-secrets-manager": "^3.624.0",
54
+ "@aws-sdk/credential-providers": "^3.624.0",
55
+ "@aws-sdk/types": "^3.609.0",
56
+ "@cdktf/provider-aws": "^19.30.0",
57
+ "@cdktf/provider-azurerm": "^12.26.1",
58
+ "@cdktf/provider-cloudflare": "^11.17.0",
59
+ "@types/lodash": "^4.17.7",
60
+ "@types/node": "^22.2.0",
61
61
  "@types/uuid": "^10.0.0",
62
62
  "app-root-path": "^3.1.0",
63
- "aws-cdk-lib": "^2.147.1",
64
- "cdktf": "^0.20.7",
65
- "cdktf-local-exec": "^0.5.23",
63
+ "aws-cdk-lib": "^2.151.0",
64
+ "cdktf": "^0.20.8",
65
+ "cdktf-local-exec": "^0.5.34",
66
66
  "constructs": "^10.3.0",
67
67
  "lodash": "^4.17.21",
68
68
  "moment": "^2.30.1",
@@ -72,23 +72,23 @@
72
72
  "uuid": "^10.0.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@babel/core": "^7.24.7",
76
- "@babel/eslint-parser": "^7.24.7",
75
+ "@babel/core": "^7.25.2",
76
+ "@babel/eslint-parser": "^7.25.1",
77
77
  "@babel/plugin-proposal-class-properties": "^7.18.6",
78
78
  "@types/jest": "^29.5.12",
79
- "@typescript-eslint/eslint-plugin": "^7.14.1",
80
- "@typescript-eslint/parser": "^7.14.1",
81
- "aws-cdk": "^2.147.1",
79
+ "@typescript-eslint/eslint-plugin": "^8.0.1",
80
+ "@typescript-eslint/parser": "^8.0.1",
81
+ "aws-cdk": "^2.151.0",
82
82
  "better-docs": "^2.7.3",
83
83
  "codecov": "^3.8.3",
84
84
  "commitizen": "^4.3.0",
85
85
  "docdash": "^2.0.2",
86
86
  "dotenv": "^16.4.5",
87
- "eslint": "^9.5.0",
87
+ "eslint": "^9.9.0",
88
88
  "eslint-config-prettier": "^9.1.0",
89
89
  "eslint-plugin-import": "^2.29.1",
90
- "eslint-plugin-jsdoc": "^48.4.0",
91
- "husky": "^9.0.11",
90
+ "eslint-plugin-jsdoc": "^50.0.1",
91
+ "husky": "^9.1.4",
92
92
  "jest": "^29.7.0",
93
93
  "jest-extended": "^4.0.2",
94
94
  "jest-junit": "^16.0.0",
@@ -96,16 +96,16 @@
96
96
  "jsdoc-babel": "^0.5.0",
97
97
  "jsdoc-mermaid": "^1.0.0",
98
98
  "jsdoc-plugin-typescript": "^2.2.1",
99
- "jsdoc-to-markdown": "^8.0.1",
100
- "prettier": "^3.3.2",
101
- "prettier-plugin-organize-imports": "^3.2.4",
102
- "rimraf": "^5.0.7",
99
+ "jsdoc-to-markdown": "^8.0.3",
100
+ "prettier": "^3.3.3",
101
+ "prettier-plugin-organize-imports": "^4.0.0",
102
+ "rimraf": "^6.0.1",
103
103
  "semantic-release": "^24.0.0",
104
104
  "taffydb": "^2.7.3",
105
- "ts-jest": "^29.1.5",
105
+ "ts-jest": "^29.2.4",
106
106
  "ts-node": "^10.9.2",
107
- "typescript": "5.5.2",
108
- "yaml": "^2.4.5"
107
+ "typescript": "5.5.4",
108
+ "yaml": "^2.5.0"
109
109
  },
110
110
  "optionalDependencies": {
111
111
  "prop-types": "^15.8.1",