@jjrawlins/cdk-ami-builder 0.0.174 → 0.0.175

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 (61) hide show
  1. package/.jsii +11 -11
  2. package/cdkamibuilder/jsii/jsii.go +2 -2
  3. package/cdkamibuilder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/README.md +26 -46
  8. package/node_modules/@aws-sdk/client-ec2/package.json +36 -36
  9. package/node_modules/@aws-sdk/client-ecs/README.md +26 -46
  10. package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
  11. package/node_modules/@aws-sdk/client-kms/README.md +26 -46
  12. package/node_modules/@aws-sdk/client-kms/package.json +33 -33
  13. package/node_modules/@aws-sdk/client-s3/README.md +26 -46
  14. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  15. package/node_modules/@aws-sdk/client-secrets-manager/README.md +26 -46
  16. package/node_modules/@aws-sdk/client-secrets-manager/package.json +34 -34
  17. package/node_modules/@aws-sdk/client-sfn/README.md +26 -46
  18. package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
  19. package/node_modules/@aws-sdk/client-sns/README.md +26 -46
  20. package/node_modules/@aws-sdk/client-sns/package.json +33 -33
  21. package/node_modules/@aws-sdk/client-sqs/README.md +65 -46
  22. package/node_modules/@aws-sdk/client-sqs/package.json +36 -36
  23. package/node_modules/@aws-sdk/client-ssm/README.md +26 -46
  24. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  25. package/node_modules/@aws-sdk/core/package.json +11 -11
  26. package/node_modules/@aws-sdk/crc64-nvme/package.json +2 -2
  27. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  28. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  29. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  30. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  31. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  32. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  33. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  34. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  35. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  36. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  37. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -10
  38. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  39. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  40. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  41. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  42. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
  43. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  44. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
  45. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  46. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  47. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  48. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  49. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  50. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  51. package/node_modules/@aws-sdk/types/package.json +2 -2
  52. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  53. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  54. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  55. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  56. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  57. package/node_modules/fast-xml-builder/CHANGELOG.md +2 -1
  58. package/node_modules/fast-xml-builder/lib/fxb.d.cts +3 -1
  59. package/node_modules/fast-xml-builder/package.json +1 -1
  60. package/node_modules/fast-xml-builder/src/fxb.d.ts +4 -1
  61. package/package.json +11 -11
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "^3.973.5",
27
- "@smithy/config-resolver": "^4.4.10",
28
- "@smithy/node-config-provider": "^4.3.11",
29
- "@smithy/types": "^4.13.0",
26
+ "@aws-sdk/types": "^3.973.6",
27
+ "@smithy/config-resolver": "^4.4.11",
28
+ "@smithy/node-config-provider": "^4.3.12",
29
+ "@smithy/types": "^4.13.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.996.7",
3
+ "version": "3.996.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline signature-v4-multi-region",
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/middleware-sdk-s3": "^3.972.19",
29
- "@aws-sdk/types": "^3.973.5",
30
- "@smithy/protocol-http": "^5.3.11",
31
- "@smithy/signature-v4": "^5.3.11",
32
- "@smithy/types": "^4.13.0",
28
+ "@aws-sdk/middleware-sdk-s3": "^3.972.20",
29
+ "@aws-sdk/types": "^3.973.6",
30
+ "@smithy/protocol-http": "^5.3.12",
31
+ "@smithy/signature-v4": "^5.3.12",
32
+ "@smithy/types": "^4.13.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1008.0",
3
+ "version": "3.1009.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.973.19",
33
- "@aws-sdk/nested-clients": "^3.996.9",
34
- "@aws-sdk/types": "^3.973.5",
35
- "@smithy/property-provider": "^4.2.11",
36
- "@smithy/shared-ini-file-loader": "^4.4.6",
37
- "@smithy/types": "^4.13.0",
32
+ "@aws-sdk/core": "^3.973.20",
33
+ "@aws-sdk/nested-clients": "^3.996.10",
34
+ "@aws-sdk/types": "^3.973.6",
35
+ "@smithy/property-provider": "^4.2.12",
36
+ "@smithy/shared-ini-file-loader": "^4.4.7",
37
+ "@smithy/types": "^4.13.1",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.973.5",
3
+ "version": "3.973.6",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "directory": "packages-internal/types"
43
43
  },
44
44
  "dependencies": {
45
- "@smithy/types": "^4.13.0",
45
+ "@smithy/types": "^4.13.1",
46
46
  "tslib": "^2.6.2"
47
47
  },
48
48
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.996.4",
3
+ "version": "3.996.5",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.5",
29
- "@smithy/types": "^4.13.0",
30
- "@smithy/url-parser": "^4.2.11",
31
- "@smithy/util-endpoints": "^3.3.2",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/types": "^4.13.1",
30
+ "@smithy/url-parser": "^4.2.12",
31
+ "@smithy/util-endpoints": "^3.3.3",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-format-url",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-format-url",
@@ -22,9 +22,9 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "^3.973.5",
26
- "@smithy/querystring-builder": "^4.2.11",
27
- "@smithy/types": "^4.13.0",
25
+ "@aws-sdk/types": "^3.973.6",
26
+ "@smithy/querystring-builder": "^4.2.12",
27
+ "@smithy/types": "^4.13.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "react-native": "dist-es/index.native.js",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.5",
28
- "@smithy/types": "^4.13.0",
27
+ "@aws-sdk/types": "^3.973.6",
28
+ "@smithy/types": "^4.13.1",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.973.6",
3
+ "version": "3.973.7",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/middleware-user-agent": "^3.972.20",
28
- "@aws-sdk/types": "^3.973.5",
29
- "@smithy/node-config-provider": "^4.3.11",
30
- "@smithy/types": "^4.13.0",
27
+ "@aws-sdk/middleware-user-agent": "^3.972.21",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/node-config-provider": "^4.3.12",
30
+ "@smithy/types": "^4.13.1",
31
31
  "@smithy/util-config-provider": "^4.2.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.972.10",
3
+ "version": "3.972.11",
4
4
  "description": "XML utilities for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/types": "^4.13.0",
6
+ "@smithy/types": "^4.13.1",
7
7
  "fast-xml-parser": "5.4.1",
8
8
  "tslib": "^2.6.2"
9
9
  },
@@ -1,4 +1,5 @@
1
-
1
+ **1.1.3** (2026-03-13)
2
+ - declare Matcher & Expression as unknown so user is not forced to install path-expression-matcher
2
3
 
3
4
 
4
5
  **1.1.2** (2026-03-11)
@@ -1,5 +1,7 @@
1
- const { Expression } = require('path-expression-matcher');
1
+ // const { Expression } = require('path-expression-matcher');
2
2
 
3
+ type Matcher = unknown;
4
+ type Expression = unknown;
3
5
 
4
6
  type XmlBuilderOptions = {
5
7
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-xml-builder",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Build XML from JSON without C/C++ based libraries",
5
5
  "main": "./lib/fxb.cjs",
6
6
  "type": "module",
@@ -1,4 +1,7 @@
1
- import { Expression } from 'path-expression-matcher';
1
+ // import { Expression } from 'path-expression-matcher';
2
+
3
+ type Matcher = unknown;
4
+ type Expression = unknown;
2
5
 
3
6
  export type XmlBuilderOptions = {
4
7
  /**
package/package.json CHANGED
@@ -45,7 +45,7 @@
45
45
  "organization": false
46
46
  },
47
47
  "devDependencies": {
48
- "@aws-sdk/types": "^3.973.5",
48
+ "@aws-sdk/types": "^3.973.6",
49
49
  "@stylistic/eslint-plugin": "^2",
50
50
  "@types/axios": "^0.14.4",
51
51
  "@types/jest": "^30.0.0",
@@ -78,15 +78,15 @@
78
78
  "constructs": ">=10.0.5 <11.0.0"
79
79
  },
80
80
  "dependencies": {
81
- "@aws-sdk/client-ec2": "^3.1008.0",
82
- "@aws-sdk/client-ecs": "^3.1008.0",
83
- "@aws-sdk/client-kms": "^3.1008.0",
84
- "@aws-sdk/client-s3": "^3.1008.0",
85
- "@aws-sdk/client-secrets-manager": "^3.1008.0",
86
- "@aws-sdk/client-sfn": "^3.1008.0",
87
- "@aws-sdk/client-sns": "^3.1008.0",
88
- "@aws-sdk/client-sqs": "^3.1008.0",
89
- "@aws-sdk/client-ssm": "^3.1008.0",
81
+ "@aws-sdk/client-ec2": "^3.1009.0",
82
+ "@aws-sdk/client-ecs": "^3.1009.0",
83
+ "@aws-sdk/client-kms": "^3.1009.0",
84
+ "@aws-sdk/client-s3": "^3.1009.0",
85
+ "@aws-sdk/client-secrets-manager": "^3.1009.0",
86
+ "@aws-sdk/client-sfn": "^3.1009.0",
87
+ "@aws-sdk/client-sns": "^3.1009.0",
88
+ "@aws-sdk/client-sqs": "^3.1009.0",
89
+ "@aws-sdk/client-ssm": "^3.1009.0",
90
90
  "@types/aws-lambda": "^8.10.161",
91
91
  "@types/crypto-js": "^4.2.2",
92
92
  "@types/js-yaml": "^4.0.9",
@@ -136,7 +136,7 @@
136
136
  "publishConfig": {
137
137
  "access": "public"
138
138
  },
139
- "version": "0.0.174",
139
+ "version": "0.0.175",
140
140
  "jest": {
141
141
  "coverageProvider": "v8",
142
142
  "testMatch": [