@bitblit/ratchet-aws 4.0.102-alpha → 4.0.103-alpha

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 (205) hide show
  1. package/{dist → lib}/batch/aws-batch-background-processor.js +4 -4
  2. package/{dist → lib}/batch/aws-batch-background-processor.spec.js +1 -1
  3. package/{dist → lib}/batch/aws-batch-ratchet.js +2 -2
  4. package/{dist → lib}/build/ratchet-aws-info.d.ts +1 -1
  5. package/{dist → lib}/cache/dynamo-db-storage-provider.js +1 -1
  6. package/{dist → lib}/cache/s3-storage-provider.js +2 -2
  7. package/{dist → lib}/cache/simple-cache.js +1 -1
  8. package/{dist → lib}/cloudwatch/cloud-watch-log-group-ratchet.js +2 -2
  9. package/{dist → lib}/cloudwatch/cloud-watch-logs-ratchet.js +4 -4
  10. package/{dist → lib}/cloudwatch/cloud-watch-logs-ratchet.spec.js +1 -1
  11. package/{dist → lib}/cloudwatch/cloud-watch-metrics-ratchet.d.ts +1 -1
  12. package/{dist → lib}/cloudwatch/cloud-watch-metrics-ratchet.js +1 -1
  13. package/{dist → lib}/daemon/daemon-process-state-public-token.d.ts +1 -1
  14. package/{dist → lib}/daemon/daemon-util.js +1 -1
  15. package/{dist → lib}/daemon/daemon-util.spec.js +5 -5
  16. package/{dist → lib}/daemon/daemon.d.ts +1 -1
  17. package/{dist → lib}/daemon/daemon.js +3 -3
  18. package/{dist → lib}/dao/prototype-dao.js +3 -3
  19. package/{dist → lib}/dao/s3-prototype-dao-provider.js +1 -1
  20. package/{dist → lib}/dao/s3-simple-dao.js +2 -2
  21. package/{dist → lib}/dynamodb/dynamo-ratchet.js +6 -6
  22. package/{dist → lib}/dynamodb/dynamo-ratchet.spec.js +2 -2
  23. package/{dist → lib}/dynamodb/dynamo-table-ratchet.js +4 -4
  24. package/{dist → lib}/dynamodb/hash-spreader.js +3 -3
  25. package/{dist → lib}/ec2/ec2-ratchet.js +3 -3
  26. package/{dist → lib}/ec2/ec2-ratchet.spec.js +1 -1
  27. package/{dist → lib}/environment/cascade-environment-service-provider.js +2 -2
  28. package/{dist → lib}/environment/env-var-environment-service-provider.js +4 -4
  29. package/{dist → lib}/environment/environment-service.js +4 -4
  30. package/{dist → lib}/environment/environment-service.spec.js +1 -1
  31. package/{dist → lib}/environment/fixed-environment-service-provider.js +2 -2
  32. package/{dist → lib}/environment/s3-environment-service-provider.js +4 -4
  33. package/{dist → lib}/environment/ssm-environment-service-provider.js +5 -5
  34. package/{dist → lib}/expiring-code/expiring-code-ratchet.js +2 -2
  35. package/{dist → lib}/expiring-code/s3-expiring-code-provider.js +2 -2
  36. package/{dist → lib}/expiring-code/s3-expiring-code-provider.spec.js +1 -1
  37. package/{dist → lib}/iam/aws-credentials-ratchet.js +2 -2
  38. package/{dist → lib}/model/cloud-watch-metrics-minute-level-dynamo-count-request.d.ts +1 -1
  39. package/{dist → lib}/route53/route-53-ratchet.js +1 -1
  40. package/{dist → lib}/runtime-parameter/dynamo-runtime-parameter-provider.js +2 -2
  41. package/{dist → lib}/runtime-parameter/dynamo-runtime-parameter-provider.spec.js +4 -4
  42. package/{dist → lib}/runtime-parameter/global-variable-override-runtime-parameter-provider.js +3 -3
  43. package/{dist → lib}/runtime-parameter/global-variable-override-runtime-parameter-provider.spec.js +3 -3
  44. package/{dist → lib}/runtime-parameter/memory-runtime-parameter-provider.js +1 -1
  45. package/{dist → lib}/runtime-parameter/runtime-parameter-ratchet.js +2 -2
  46. package/{dist → lib}/runtime-parameter/runtime-parameter-ratchet.spec.js +3 -3
  47. package/{dist → lib}/s3/s3-cache-ratchet.js +5 -5
  48. package/{dist → lib}/s3/s3-cache-ratchet.spec.js +3 -3
  49. package/{dist → lib}/s3/s3-cache-to-local-disk-ratchet.js +3 -3
  50. package/{dist → lib}/s3/s3-cache-to-local-dist-ratchet.spec.js +1 -1
  51. package/{dist → lib}/s3/s3-location-sync-ratchet.js +3 -3
  52. package/{dist → lib}/s3/s3-ratchet.js +1 -1
  53. package/{dist → lib}/ses/mailer.js +5 -5
  54. package/{dist → lib}/ses/mailer.spec.js +2 -2
  55. package/{dist → lib}/ses/remote-handlebars-template-renderer.js +2 -2
  56. package/{dist → lib}/sns/sns-ratchet.js +2 -2
  57. package/{dist → lib}/sync-lock/dynamo-db-sync-lock.js +3 -3
  58. package/{dist → lib}/sync-lock/dynamo-db-sync-lock.spec.js +2 -2
  59. package/{dist → lib}/sync-lock/memory-sync-lock.js +1 -1
  60. package/package.json +4 -4
  61. /package/{dist → lib}/batch/aws-batch-background-processor.d.ts +0 -0
  62. /package/{dist → lib}/batch/aws-batch-background-processor.spec.d.ts +0 -0
  63. /package/{dist → lib}/batch/aws-batch-ratchet.d.ts +0 -0
  64. /package/{dist → lib}/batch/aws-batch-ratchet.spec.d.ts +0 -0
  65. /package/{dist → lib}/batch/aws-batch-ratchet.spec.js +0 -0
  66. /package/{dist → lib}/build/ratchet-aws-info.js +0 -0
  67. /package/{dist → lib}/cache/dynamo-db-storage-provider.d.ts +0 -0
  68. /package/{dist → lib}/cache/s3-storage-provider.d.ts +0 -0
  69. /package/{dist → lib}/cache/simple-cache-object-wrapper.d.ts +0 -0
  70. /package/{dist → lib}/cache/simple-cache-object-wrapper.js +0 -0
  71. /package/{dist → lib}/cache/simple-cache-read-options.d.ts +0 -0
  72. /package/{dist → lib}/cache/simple-cache-read-options.js +0 -0
  73. /package/{dist → lib}/cache/simple-cache-storage-provider.d.ts +0 -0
  74. /package/{dist → lib}/cache/simple-cache-storage-provider.js +0 -0
  75. /package/{dist → lib}/cache/simple-cache.d.ts +0 -0
  76. /package/{dist → lib}/cache/simple-cache.spec.d.ts +0 -0
  77. /package/{dist → lib}/cache/simple-cache.spec.js +0 -0
  78. /package/{dist → lib}/cloudwatch/cloud-watch-log-group-ratchet.d.ts +0 -0
  79. /package/{dist → lib}/cloudwatch/cloud-watch-log-group-ratchet.spec.d.ts +0 -0
  80. /package/{dist → lib}/cloudwatch/cloud-watch-log-group-ratchet.spec.js +0 -0
  81. /package/{dist → lib}/cloudwatch/cloud-watch-logs-ratchet.d.ts +0 -0
  82. /package/{dist → lib}/cloudwatch/cloud-watch-logs-ratchet.spec.d.ts +0 -0
  83. /package/{dist → lib}/cloudwatch/cloud-watch-metrics-ratchet.spec.d.ts +0 -0
  84. /package/{dist → lib}/cloudwatch/cloud-watch-metrics-ratchet.spec.js +0 -0
  85. /package/{dist → lib}/daemon/daemon-like.d.ts +0 -0
  86. /package/{dist → lib}/daemon/daemon-like.js +0 -0
  87. /package/{dist → lib}/daemon/daemon-process-create-options.d.ts +0 -0
  88. /package/{dist → lib}/daemon/daemon-process-create-options.js +0 -0
  89. /package/{dist → lib}/daemon/daemon-process-state-public-token.js +0 -0
  90. /package/{dist → lib}/daemon/daemon-process-state.d.ts +0 -0
  91. /package/{dist → lib}/daemon/daemon-process-state.js +0 -0
  92. /package/{dist → lib}/daemon/daemon-util.d.ts +0 -0
  93. /package/{dist → lib}/daemon/daemon-util.spec.d.ts +0 -0
  94. /package/{dist → lib}/dao/prototype-dao-config.d.ts +0 -0
  95. /package/{dist → lib}/dao/prototype-dao-config.js +0 -0
  96. /package/{dist → lib}/dao/prototype-dao-db.d.ts +0 -0
  97. /package/{dist → lib}/dao/prototype-dao-db.js +0 -0
  98. /package/{dist → lib}/dao/prototype-dao-provider.d.ts +0 -0
  99. /package/{dist → lib}/dao/prototype-dao-provider.js +0 -0
  100. /package/{dist → lib}/dao/prototype-dao.d.ts +0 -0
  101. /package/{dist → lib}/dao/prototype-dao.spec.d.ts +0 -0
  102. /package/{dist → lib}/dao/prototype-dao.spec.js +0 -0
  103. /package/{dist → lib}/dao/s3-prototype-dao-provider.d.ts +0 -0
  104. /package/{dist → lib}/dao/s3-simple-dao.d.ts +0 -0
  105. /package/{dist → lib}/dao/simple-dao-item.d.ts +0 -0
  106. /package/{dist → lib}/dao/simple-dao-item.js +0 -0
  107. /package/{dist → lib}/dynamodb/dynamo-ratchet-like.d.ts +0 -0
  108. /package/{dist → lib}/dynamodb/dynamo-ratchet-like.js +0 -0
  109. /package/{dist → lib}/dynamodb/dynamo-ratchet.d.ts +0 -0
  110. /package/{dist → lib}/dynamodb/dynamo-ratchet.spec.d.ts +0 -0
  111. /package/{dist → lib}/dynamodb/dynamo-table-ratchet.d.ts +0 -0
  112. /package/{dist → lib}/dynamodb/hash-spreader.d.ts +0 -0
  113. /package/{dist → lib}/dynamodb/hash-spreader.spec.d.ts +0 -0
  114. /package/{dist → lib}/dynamodb/hash-spreader.spec.js +0 -0
  115. /package/{dist → lib}/ec2/ec2-ratchet.d.ts +0 -0
  116. /package/{dist → lib}/ec2/ec2-ratchet.spec.d.ts +0 -0
  117. /package/{dist → lib}/environment/cascade-environment-service-provider.d.ts +0 -0
  118. /package/{dist → lib}/environment/env-var-environment-service-provider.d.ts +0 -0
  119. /package/{dist → lib}/environment/environment-service-config.d.ts +0 -0
  120. /package/{dist → lib}/environment/environment-service-config.js +0 -0
  121. /package/{dist → lib}/environment/environment-service-provider.d.ts +0 -0
  122. /package/{dist → lib}/environment/environment-service-provider.js +0 -0
  123. /package/{dist → lib}/environment/environment-service.d.ts +0 -0
  124. /package/{dist → lib}/environment/environment-service.spec.d.ts +0 -0
  125. /package/{dist → lib}/environment/fixed-environment-service-provider.d.ts +0 -0
  126. /package/{dist → lib}/environment/s3-environment-service-provider.d.ts +0 -0
  127. /package/{dist → lib}/environment/ssm-environment-service-provider.d.ts +0 -0
  128. /package/{dist → lib}/expiring-code/dynamo-expiring-code-provider.d.ts +0 -0
  129. /package/{dist → lib}/expiring-code/dynamo-expiring-code-provider.js +0 -0
  130. /package/{dist → lib}/expiring-code/expiring-code-params.d.ts +0 -0
  131. /package/{dist → lib}/expiring-code/expiring-code-params.js +0 -0
  132. /package/{dist → lib}/expiring-code/expiring-code-provider.d.ts +0 -0
  133. /package/{dist → lib}/expiring-code/expiring-code-provider.js +0 -0
  134. /package/{dist → lib}/expiring-code/expiring-code-ratchet.d.ts +0 -0
  135. /package/{dist → lib}/expiring-code/expiring-code-ratchet.spec.d.ts +0 -0
  136. /package/{dist → lib}/expiring-code/expiring-code-ratchet.spec.js +0 -0
  137. /package/{dist → lib}/expiring-code/expiring-code.d.ts +0 -0
  138. /package/{dist → lib}/expiring-code/expiring-code.js +0 -0
  139. /package/{dist → lib}/expiring-code/s3-expiring-code-provider.d.ts +0 -0
  140. /package/{dist → lib}/expiring-code/s3-expiring-code-provider.spec.d.ts +0 -0
  141. /package/{dist → lib}/iam/aws-credentials-ratchet.d.ts +0 -0
  142. /package/{dist → lib}/index.d.ts +0 -0
  143. /package/{dist → lib}/index.js +0 -0
  144. /package/{dist → lib}/lambda/lambda-event-detector.d.ts +0 -0
  145. /package/{dist → lib}/lambda/lambda-event-detector.js +0 -0
  146. /package/{dist → lib}/lambda/lambda-event-type-guards.d.ts +0 -0
  147. /package/{dist → lib}/lambda/lambda-event-type-guards.js +0 -0
  148. /package/{dist → lib}/model/cloud-watch-metrics-minute-level-dynamo-count-request.js +0 -0
  149. /package/{dist → lib}/model/cloud-watch-metrics-unit.d.ts +0 -0
  150. /package/{dist → lib}/model/cloud-watch-metrics-unit.js +0 -0
  151. /package/{dist → lib}/model/dynamo/doc-put-item-command-input.d.ts +0 -0
  152. /package/{dist → lib}/model/dynamo/doc-put-item-command-input.js +0 -0
  153. /package/{dist → lib}/model/dynamo/doc-query-command-input.d.ts +0 -0
  154. /package/{dist → lib}/model/dynamo/doc-query-command-input.js +0 -0
  155. /package/{dist → lib}/model/dynamo/doc-scan-command-input.d.ts +0 -0
  156. /package/{dist → lib}/model/dynamo/doc-scan-command-input.js +0 -0
  157. /package/{dist → lib}/model/dynamo/doc-update-item-command-input.d.ts +0 -0
  158. /package/{dist → lib}/model/dynamo/doc-update-item-command-input.js +0 -0
  159. /package/{dist → lib}/model/dynamo-count-result.d.ts +0 -0
  160. /package/{dist → lib}/model/dynamo-count-result.js +0 -0
  161. /package/{dist → lib}/route53/route-53-ratchet.d.ts +0 -0
  162. /package/{dist → lib}/runtime-parameter/cached-stored-runtime-parameter.d.ts +0 -0
  163. /package/{dist → lib}/runtime-parameter/cached-stored-runtime-parameter.js +0 -0
  164. /package/{dist → lib}/runtime-parameter/dynamo-runtime-parameter-provider.d.ts +0 -0
  165. /package/{dist → lib}/runtime-parameter/dynamo-runtime-parameter-provider.spec.d.ts +0 -0
  166. /package/{dist → lib}/runtime-parameter/global-variable-override-runtime-parameter-provider.d.ts +0 -0
  167. /package/{dist → lib}/runtime-parameter/global-variable-override-runtime-parameter-provider.spec.d.ts +0 -0
  168. /package/{dist → lib}/runtime-parameter/memory-runtime-parameter-provider.d.ts +0 -0
  169. /package/{dist → lib}/runtime-parameter/runtime-parameter-provider.d.ts +0 -0
  170. /package/{dist → lib}/runtime-parameter/runtime-parameter-provider.js +0 -0
  171. /package/{dist → lib}/runtime-parameter/runtime-parameter-ratchet.d.ts +0 -0
  172. /package/{dist → lib}/runtime-parameter/runtime-parameter-ratchet.spec.d.ts +0 -0
  173. /package/{dist → lib}/runtime-parameter/stored-runtime-parameter.d.ts +0 -0
  174. /package/{dist → lib}/runtime-parameter/stored-runtime-parameter.js +0 -0
  175. /package/{dist → lib}/s3/s3-cache-ratchet.d.ts +0 -0
  176. /package/{dist → lib}/s3/s3-cache-ratchet.spec.d.ts +0 -0
  177. /package/{dist → lib}/s3/s3-cache-to-local-disk-ratchet.d.ts +0 -0
  178. /package/{dist → lib}/s3/s3-cache-to-local-dist-ratchet.spec.d.ts +0 -0
  179. /package/{dist → lib}/s3/s3-location-sync-ratchet.d.ts +0 -0
  180. /package/{dist → lib}/s3/s3-ratchet.d.ts +0 -0
  181. /package/{dist → lib}/s3/s3-ratchet.spec.d.ts +0 -0
  182. /package/{dist → lib}/s3/s3-ratchet.spec.js +0 -0
  183. /package/{dist → lib}/ses/email-attachment.d.ts +0 -0
  184. /package/{dist → lib}/ses/email-attachment.js +0 -0
  185. /package/{dist → lib}/ses/mailer-config.d.ts +0 -0
  186. /package/{dist → lib}/ses/mailer-config.js +0 -0
  187. /package/{dist → lib}/ses/mailer-like.d.ts +0 -0
  188. /package/{dist → lib}/ses/mailer-like.js +0 -0
  189. /package/{dist → lib}/ses/mailer.d.ts +0 -0
  190. /package/{dist → lib}/ses/mailer.spec.d.ts +0 -0
  191. /package/{dist → lib}/ses/ratchet-template-renderer.d.ts +0 -0
  192. /package/{dist → lib}/ses/ratchet-template-renderer.js +0 -0
  193. /package/{dist → lib}/ses/ready-to-send-email.d.ts +0 -0
  194. /package/{dist → lib}/ses/ready-to-send-email.js +0 -0
  195. /package/{dist → lib}/ses/remote-handlebars-template-renderer.d.ts +0 -0
  196. /package/{dist → lib}/ses/resolved-ready-to-send-email.d.ts +0 -0
  197. /package/{dist → lib}/ses/resolved-ready-to-send-email.js +0 -0
  198. /package/{dist → lib}/sns/sns-ratchet.d.ts +0 -0
  199. /package/{dist → lib}/sns/sns-ratchet.spec.d.ts +0 -0
  200. /package/{dist → lib}/sns/sns-ratchet.spec.js +0 -0
  201. /package/{dist → lib}/sync-lock/dynamo-db-sync-lock.d.ts +0 -0
  202. /package/{dist → lib}/sync-lock/dynamo-db-sync-lock.spec.d.ts +0 -0
  203. /package/{dist → lib}/sync-lock/memory-sync-lock.d.ts +0 -0
  204. /package/{dist → lib}/sync-lock/sync-lock-provider.d.ts +0 -0
  205. /package/{dist → lib}/sync-lock/sync-lock-provider.js +0 -0
@@ -1,7 +1,7 @@
1
1
  import handlebars from 'handlebars';
2
2
  import fetch from 'cross-fetch';
3
- import { StringRatchet } from '@bitblit/ratchet-common/dist/lang/string-ratchet.js';
4
- import { Logger } from '@bitblit/ratchet-common/dist/logger/logger.js';
3
+ import { StringRatchet } from '@bitblit/ratchet-common/lib/lang/string-ratchet.js';
4
+ import { Logger } from '@bitblit/ratchet-common/lib/logger/logger.js';
5
5
  import layouts from 'handlebars-layouts';
6
6
  export class RemoteHandlebarsTemplateRenderer {
7
7
  prefix;
@@ -1,5 +1,5 @@
1
- import { Logger } from '@bitblit/ratchet-common/dist/logger/logger.js';
2
- import { RequireRatchet } from '@bitblit/ratchet-common/dist/lang/require-ratchet.js';
1
+ import { Logger } from '@bitblit/ratchet-common/lib/logger/logger.js';
2
+ import { RequireRatchet } from '@bitblit/ratchet-common/lib/lang/require-ratchet.js';
3
3
  import { PublishCommand, SNSClient } from '@aws-sdk/client-sns';
4
4
  export class SnsRatchet {
5
5
  sns;
@@ -1,6 +1,6 @@
1
- import { Logger } from '@bitblit/ratchet-common/dist/logger/logger.js';
2
- import { RequireRatchet } from '@bitblit/ratchet-common/dist/lang/require-ratchet.js';
3
- import { StringRatchet } from '@bitblit/ratchet-common/dist/lang/string-ratchet.js';
1
+ import { Logger } from '@bitblit/ratchet-common/lib/logger/logger.js';
2
+ import { RequireRatchet } from '@bitblit/ratchet-common/lib/lang/require-ratchet.js';
3
+ import { StringRatchet } from '@bitblit/ratchet-common/lib/lang/string-ratchet.js';
4
4
  import { PutItemCommand } from '@aws-sdk/client-dynamodb';
5
5
  export class DynamoDbSyncLock {
6
6
  ratchet;
@@ -1,6 +1,6 @@
1
1
  import { DynamoDbSyncLock } from './dynamo-db-sync-lock.js';
2
- import { Logger } from '@bitblit/ratchet-common/dist/logger/logger.js';
3
- import { JestRatchet } from '@bitblit/ratchet-jest/dist/jest/jest-ratchet.js';
2
+ import { Logger } from '@bitblit/ratchet-common/lib/logger/logger.js';
3
+ import { JestRatchet } from '@bitblit/ratchet-jest/lib/jest/jest-ratchet.js';
4
4
  import { jest } from '@jest/globals';
5
5
  let mockDR;
6
6
  describe('#syncLockService', () => {
@@ -1,4 +1,4 @@
1
- import { StringRatchet } from '@bitblit/ratchet-common/dist/lang/string-ratchet.js';
1
+ import { StringRatchet } from '@bitblit/ratchet-common/lib/lang/string-ratchet.js';
2
2
  export class MemorySyncLock {
3
3
  _locks = new Map();
4
4
  constructor() { }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-aws",
3
- "version": "4.0.102-alpha",
3
+ "version": "4.0.103-alpha",
4
4
  "description": "Common tools for use with AWS browser and node",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "module": "index.js",
8
8
  "files": [
9
- "dist/*",
10
- "includes/*"
9
+ "lib/*",
10
+ "bin/*"
11
11
  ],
12
12
  "contributors": [
13
13
  "Christopher Weiss <bitblit@gmail.com>",
@@ -30,7 +30,7 @@
30
30
  "config": {},
31
31
  "scripts": {
32
32
  "watch": "tsc-watch",
33
- "clean": "shx rm -Rf dist",
33
+ "clean": "shx rm -Rf lib",
34
34
  "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
35
35
  "docs": "typedoc",
36
36
  "lint": "eslint src/**/*.ts",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes