@bitblit/ratchet-aws-node-only 4.0.421-alpha → 4.0.426-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.
package/bin/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { RatchetCliHandler } from '../lib/index.mjs';
2
+ import { RatchetCliHandler } from '../lib/cli/ratchet-cli-handler.js';
3
3
 
4
4
  try {
5
5
  //const RatchetCliHandler = await import('../dist/cli-bootstrap/ratchet-cli-handler.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-aws-node-only",
3
- "version": "4.0.421-alpha",
3
+ "version": "4.0.426-alpha",
4
4
  "description": "Common tools for use with AWS (Node only)",
5
5
  "note-on-side-effects": "Technically the entries in 'bin' below might be side effects, but they are called explicitly",
6
6
  "sideEffects": false,
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "license": "Apache-2.0",
58
58
  "dependencies": {
59
- "@bitblit/ratchet-aws": "4.0.421-alpha",
60
- "@bitblit/ratchet-common": "4.0.421-alpha"
59
+ "@bitblit/ratchet-aws": "4.0.426-alpha",
60
+ "@bitblit/ratchet-common": "4.0.426-alpha"
61
61
  },
62
62
  "optionalDependencies": {
63
63
  "@aws-sdk/client-athena": "3.624.0",
@@ -76,8 +76,8 @@
76
76
  "@aws-sdk/client-athena": "^3.624.0",
77
77
  "@aws-sdk/client-sts": "^3.624.0",
78
78
  "@aws-sdk/types": "^3.609.0",
79
- "@bitblit/ratchet-aws": "4.0.421-alpha",
80
- "@bitblit/ratchet-common": "4.0.421-alpha",
79
+ "@bitblit/ratchet-aws": "4.0.426-alpha",
80
+ "@bitblit/ratchet-common": "4.0.426-alpha",
81
81
  "@smithy/abort-controller": "^3.1.1",
82
82
  "@smithy/smithy-client": "^3.1.12",
83
83
  "@smithy/util-waiter": "^3.1.2",
@@ -1,2 +0,0 @@
1
- export * from './alb-athena-log-ratchet.js';
2
- export * from './athena-ratchet.js';
@@ -1,3 +0,0 @@
1
- export * from './alb-athena-log-ratchet.js';
2
- export * from './athena-ratchet.js';
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/athena/index.ts"],"names":[],"mappings":"AAIA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC"}
@@ -1 +0,0 @@
1
- export * from './ratchet-aws-node-only-info.js';
@@ -1,2 +0,0 @@
1
- export * from './ratchet-aws-node-only-info.js';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/build/index.ts"],"names":[],"mappings":"AAIA,cAAc,iCAAiC,CAAC"}
@@ -1,4 +0,0 @@
1
- export * from './dynamo-exporter.js';
2
- export * from './ratchet-cli-handler.js';
3
- export * from './start-instance-and-ssh.js';
4
- export * from './site-uploader/site-uploader.js';
package/lib/cli/index.js DELETED
@@ -1,5 +0,0 @@
1
- export * from './dynamo-exporter.js';
2
- export * from './ratchet-cli-handler.js';
3
- export * from './start-instance-and-ssh.js';
4
- export * from './site-uploader/site-uploader.js';
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"AAIA,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC"}
@@ -1 +0,0 @@
1
- export * from './ec2-instance-util.js';
package/lib/ec2/index.js DELETED
@@ -1,2 +0,0 @@
1
- export * from './ec2-instance-util.js';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ec2/index.ts"],"names":[],"mappings":"AAIA,cAAc,wBAAwB,CAAC"}
@@ -1,4 +0,0 @@
1
- export * from './inbound/email-to-db-insert-processor.js';
2
- export * from './inbound/inbound-email-ratchet.js';
3
- export * from './inbound/parsed-email-processor.js';
4
- export * from './inbound/sample-email-processor.js';
package/lib/mail/index.js DELETED
@@ -1,5 +0,0 @@
1
- export * from './inbound/email-to-db-insert-processor.js';
2
- export * from './inbound/inbound-email-ratchet.js';
3
- export * from './inbound/parsed-email-processor.js';
4
- export * from './inbound/sample-email-processor.js';
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/mail/index.ts"],"names":[],"mappings":"AAIA,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC"}
package/lib/s3/index.d.ts DELETED
@@ -1,6 +0,0 @@
1
- export * from './s3-cache-to-local-disk-ratchet.js';
2
- export * from './s3-synced-file/s3-synced-file-config-init-mode.js';
3
- export * from './s3-synced-file/s3-synced-file-config.js';
4
- export * from './s3-synced-file/s3-synced-file-optimization.js';
5
- export * from './s3-synced-file/s3-synced-file-remote-backup-mode.js';
6
- export * from './s3-synced-file/s3-synced-file.js';
package/lib/s3/index.js DELETED
@@ -1,7 +0,0 @@
1
- export * from './s3-cache-to-local-disk-ratchet.js';
2
- export * from './s3-synced-file/s3-synced-file-config-init-mode.js';
3
- export * from './s3-synced-file/s3-synced-file-config.js';
4
- export * from './s3-synced-file/s3-synced-file-optimization.js';
5
- export * from './s3-synced-file/s3-synced-file-remote-backup-mode.js';
6
- export * from './s3-synced-file/s3-synced-file.js';
7
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/s3/index.ts"],"names":[],"mappings":"AAIA,cAAc,qCAAqC,CAAC;AACpD,cAAc,qDAAqD,CAAC;AACpE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,iDAAiD,CAAC;AAChE,cAAc,uDAAuD,CAAC;AACtE,cAAc,oCAAoC,CAAC"}