@gradientedge/cdk-utils 9.29.0 → 9.31.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/uuid@11.0.3/node_modules/uuid/dist/esm/bin/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.3/node_modules/uuid/dist/esm/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.3/node_modules/uuid/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.3/node_modules/uuid/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.3/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/uuid@11.0.5/node_modules/uuid/dist/esm/bin/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.5/node_modules/uuid/dist/esm/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.5/node_modules/uuid/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.5/node_modules/uuid/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.5/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/uuid@11.0.3/node_modules/uuid/dist/esm/bin/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.3/node_modules/uuid/dist/esm/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.3/node_modules/uuid/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.3/node_modules/uuid/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.3/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/uuid@11.0.5/node_modules/uuid/dist/esm/bin/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.5/node_modules/uuid/dist/esm/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.5/node_modules/uuid/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.5/node_modules/uuid/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@11.0.5/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/../uuid/dist/esm/bin/uuid" "$@"
@@ -5,7 +5,7 @@
5
5
  "main": "dist/index.js",
6
6
  "license": "UNLICENSED",
7
7
  "engines": {
8
- "node": ">=16 <=20"
8
+ "node": ">=16 <=22"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@types/uuid": "^10.0.0",
20
- "uuid": "^11.0.3"
20
+ "uuid": "^11.0.5"
21
21
  },
22
22
  "devDependencies": {
23
23
  "mkdirp": "^3.0.1",
@@ -1 +1 @@
1
- {"root":["../app/api-destined-function/src/lib/lambda.ts","../app/api-destined-function/src/test/lambda.test.ts"],"version":"5.7.2"}
1
+ {"root":["../app/api-destined-function/src/lib/lambda.ts","../app/api-destined-function/src/test/lambda.test.ts"],"version":"5.7.3"}
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "9.29.0",
3
+ "version": "9.31.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
7
- "node": ">=16 <=20",
8
- "pnpm": "=9"
7
+ "node": ">=16 <=22",
8
+ "pnpm": "=10"
9
9
  },
10
- "packageManager": "pnpm@9.14.1+sha256.9978d5f40d4f376b054cf8c000cf8c326284344281e3c9bbf4e3d6f153b0e8de",
10
+ "packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/gradientedge/cdk-utils.git"
@@ -50,44 +50,44 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@aws-sdk/client-secrets-manager": "^3.709.0",
54
- "@aws-sdk/credential-providers": "^3.709.0",
55
- "@aws-sdk/types": "^3.709.0",
56
- "@cdktf/provider-aws": "^19.46.0",
57
- "@cdktf/provider-azurerm": "^13.13.0",
58
- "@cdktf/provider-cloudflare": "^11.26.0",
59
- "@types/lodash": "^4.17.13",
60
- "@types/node": "^22.10.2",
53
+ "@aws-sdk/client-secrets-manager": "^3.738.0",
54
+ "@aws-sdk/credential-providers": "^3.738.0",
55
+ "@aws-sdk/types": "^3.734.0",
56
+ "@cdktf/provider-aws": "^19.50.0",
57
+ "@cdktf/provider-azurerm": "^13.17.0",
58
+ "@cdktf/provider-cloudflare": "^11.29.0",
59
+ "@types/lodash": "^4.17.15",
60
+ "@types/node": "^22.13.0",
61
61
  "@types/uuid": "^10.0.0",
62
62
  "app-root-path": "^3.1.0",
63
- "aws-cdk-lib": "^2.173.0",
64
- "cdktf": "^0.20.10",
65
- "cdktf-local-exec": "^0.5.47",
63
+ "aws-cdk-lib": "^2.177.0",
64
+ "cdktf": "^0.20.11",
65
+ "cdktf-local-exec": "^0.5.54",
66
66
  "constructs": "^10.4.2",
67
67
  "lodash": "^4.17.21",
68
68
  "moment": "^2.30.1",
69
69
  "nconf": "^0.12.1",
70
70
  "pluralize": "^8.0.0",
71
71
  "ts-node": "^10.9.2",
72
- "uuid": "^11.0.3"
72
+ "uuid": "^11.0.5"
73
73
  },
74
74
  "devDependencies": {
75
- "@babel/core": "^7.26.0",
76
- "@babel/eslint-parser": "^7.25.9",
75
+ "@babel/core": "^7.26.7",
76
+ "@babel/eslint-parser": "^7.26.5",
77
77
  "@babel/plugin-proposal-class-properties": "^7.18.6",
78
78
  "@types/jest": "^29.5.14",
79
- "@typescript-eslint/eslint-plugin": "^8.18.0",
80
- "@typescript-eslint/parser": "^8.18.0",
81
- "aws-cdk": "^2.173.0",
79
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
80
+ "@typescript-eslint/parser": "^8.22.0",
81
+ "aws-cdk": "^2.177.0",
82
82
  "better-docs": "^2.7.3",
83
83
  "codecov": "^3.8.3",
84
84
  "commitizen": "^4.3.1",
85
85
  "docdash": "^2.0.2",
86
86
  "dotenv": "^16.4.7",
87
- "eslint": "^9.16.0",
88
- "eslint-config-prettier": "^9.1.0",
87
+ "eslint": "^9.19.0",
88
+ "eslint-config-prettier": "^10.0.1",
89
89
  "eslint-plugin-import": "^2.31.0",
90
- "eslint-plugin-jsdoc": "^50.6.1",
90
+ "eslint-plugin-jsdoc": "^50.6.3",
91
91
  "husky": "^9.1.7",
92
92
  "jest": "^29.7.0",
93
93
  "jest-extended": "^4.0.2",
@@ -100,12 +100,12 @@
100
100
  "prettier": "^3.4.2",
101
101
  "prettier-plugin-organize-imports": "^4.1.0",
102
102
  "rimraf": "^6.0.1",
103
- "semantic-release": "^24.2.0",
103
+ "semantic-release": "^24.2.1",
104
104
  "taffydb": "^2.7.3",
105
105
  "ts-jest": "^29.2.5",
106
106
  "ts-node": "^10.9.2",
107
- "typescript": "5.7.2",
108
- "yaml": "^2.6.1"
107
+ "typescript": "5.7.3",
108
+ "yaml": "^2.7.0"
109
109
  },
110
110
  "optionalDependencies": {
111
111
  "prop-types": "^15.8.1",