@jjrawlins/cdk-diff-pr-github-action 0.0.5 → 0.0.6

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 (133) hide show
  1. package/.jsii +3 -3
  2. package/lib/CdkDiffIamTemplate.js +1 -1
  3. package/lib/CdkDiffStackWorkflow.js +1 -1
  4. package/lib/CdkDriftDetectionWorkflow.js +1 -1
  5. package/lib/CdkDriftIamTemplate.js +1 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
  7. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  8. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  9. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  10. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  11. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
  12. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
  13. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  14. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  15. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  16. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  18. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
  19. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
  21. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  23. package/node_modules/@aws-sdk/core/package.json +1 -1
  24. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  25. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  26. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  27. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  28. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  29. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  30. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  31. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  32. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  33. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  34. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  35. package/node_modules/@smithy/abort-controller/package.json +2 -2
  36. package/node_modules/@smithy/config-resolver/package.json +5 -5
  37. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
  38. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
  39. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  40. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  41. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  42. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  43. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  44. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  45. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  46. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  47. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  48. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  49. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  50. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  51. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  52. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  53. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  54. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  55. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  56. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  57. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  58. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  59. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  60. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  61. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  62. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  63. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  64. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  65. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  66. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  67. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  68. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  69. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  70. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  71. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  72. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  73. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  74. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  75. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  76. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  77. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  78. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  79. package/node_modules/@smithy/core/package.json +7 -7
  80. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  81. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  82. package/node_modules/@smithy/hash-node/package.json +2 -2
  83. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  84. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  85. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  86. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  87. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  88. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  89. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  90. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  91. package/node_modules/@smithy/property-provider/package.json +2 -2
  92. package/node_modules/@smithy/protocol-http/package.json +2 -2
  93. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  94. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  95. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  96. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  97. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  98. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  99. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  100. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  101. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  102. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  103. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  104. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  105. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  106. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  107. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  108. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  109. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  110. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  111. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  112. package/node_modules/@smithy/signature-v4/package.json +4 -4
  113. package/node_modules/@smithy/smithy-client/package.json +7 -7
  114. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  115. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  116. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  117. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  118. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  119. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  120. package/node_modules/@smithy/types/package.json +1 -1
  121. package/node_modules/@smithy/url-parser/package.json +3 -3
  122. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  123. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  124. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  125. package/node_modules/@smithy/util-middleware/package.json +2 -2
  126. package/node_modules/@smithy/util-retry/package.json +3 -3
  127. package/node_modules/@smithy/util-stream/package.json +4 -4
  128. package/node_modules/@smithy/util-waiter/package.json +3 -3
  129. package/package.json +4 -4
  130. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  131. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  132. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  133. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.slurpFile = exports.fileIntercept = exports.filePromisesHash = void 0;
4
- const fs_1 = require("fs");
5
- const { readFile } = fs_1.promises;
6
- exports.filePromisesHash = {};
7
- exports.fileIntercept = {};
8
- const slurpFile = (path, options) => {
9
- if (exports.fileIntercept[path] !== undefined) {
10
- return exports.fileIntercept[path];
11
- }
12
- if (!exports.filePromisesHash[path] || options?.ignoreCache) {
13
- exports.filePromisesHash[path] = readFile(path, "utf8");
14
- }
15
- return exports.filePromisesHash[path];
16
- };
17
- exports.slurpFile = slurpFile;
@@ -1,13 +0,0 @@
1
- import { promises as fsPromises } from "fs";
2
- const { readFile } = fsPromises;
3
- export const filePromisesHash = {};
4
- export const fileIntercept = {};
5
- export const slurpFile = (path, options) => {
6
- if (fileIntercept[path] !== undefined) {
7
- return fileIntercept[path];
8
- }
9
- if (!filePromisesHash[path] || options?.ignoreCache) {
10
- filePromisesHash[path] = readFile(path, "utf8");
11
- }
12
- return filePromisesHash[path];
13
- };
@@ -1,7 +0,0 @@
1
- export declare const filePromisesHash: Record<string, Promise<string>>;
2
- export declare const fileIntercept: Record<string, Promise<string>>;
3
- interface SlurpFileOptions {
4
- ignoreCache?: boolean;
5
- }
6
- export declare const slurpFile: (path: string, options?: SlurpFileOptions) => Promise<string>;
7
- export {};
@@ -1,7 +0,0 @@
1
- export declare const filePromisesHash: Record<string, Promise<string>>;
2
- export declare const fileIntercept: Record<string, Promise<string>>;
3
- interface SlurpFileOptions {
4
- ignoreCache?: boolean;
5
- }
6
- export declare const slurpFile: (path: string, options?: SlurpFileOptions) => Promise<string>;
7
- export {};