@bitblit/ratchet-aws-node-only 4.0.108-alpha → 4.0.110-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.
@@ -62,7 +62,7 @@ export class AlbAthenaLogRatchet {
62
62
  Logger.info('Drop error : %j', err);
63
63
  }
64
64
  }
65
- let tableCreateQry = readFileSync(path.join(EsmRatchet.fetchDirName(), '../static/albAthenaTableCreate.txt')).toString();
65
+ let tableCreateQry = readFileSync(path.join(EsmRatchet.fetchDirName(import.meta.url), '../static/albAthenaTableCreate.txt')).toString();
66
66
  tableCreateQry = tableCreateQry.split('{{TABLE NAME}}').join(this.athenaTableName);
67
67
  tableCreateQry = tableCreateQry.split('{{ALB_LOG_ROOT}}').join(rootPath);
68
68
  Logger.info('Creating table with %s', tableCreateQry);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-aws-node-only",
3
- "version": "4.0.108-alpha",
3
+ "version": "4.0.110-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,
@@ -60,15 +60,15 @@
60
60
  },
61
61
  "license": "Apache-2.0",
62
62
  "dependencies": {
63
- "@aws-sdk/client-athena": "3.315.0",
64
- "@aws-sdk/client-ec2": "3.315.0",
65
- "@aws-sdk/client-ec2-instance-connect": "3.315.0",
66
- "@aws-sdk/client-s3": "3.315.0",
67
- "@aws-sdk/lib-storage": "3.315.0",
68
- "@aws-sdk/smithy-client": "3.315.0",
63
+ "@aws-sdk/client-athena": "3.310.0",
64
+ "@aws-sdk/client-ec2": "3.310.0",
65
+ "@aws-sdk/client-ec2-instance-connect": "3.310.0",
66
+ "@aws-sdk/client-s3": "3.310.0",
67
+ "@aws-sdk/lib-storage": "3.310.0",
68
+ "@aws-sdk/smithy-client": "3.310.0",
69
69
  "@aws-sdk/types": "3.310.0",
70
- "@bitblit/ratchet-aws": "4.0.108-alpha",
71
- "@bitblit/ratchet-common": "4.0.108-alpha",
70
+ "@bitblit/ratchet-aws": "4.0.110-alpha",
71
+ "@bitblit/ratchet-common": "4.0.110-alpha",
72
72
  "mailparser": "3.6.4",
73
73
  "mime-types": "2.1.35",
74
74
  "tmp": "0.2.1",
@@ -76,15 +76,15 @@
76
76
  "walk": "2.3.15"
77
77
  },
78
78
  "peerDependencies": {
79
- "@aws-sdk/client-athena": "3.303.0",
80
- "@aws-sdk/client-ec2": "3.303.0",
81
- "@aws-sdk/client-ec2-instance-connect": "3.303.0",
82
- "@aws-sdk/client-s3": "3.303.0",
83
- "@aws-sdk/lib-storage": "3.303.0",
84
- "@aws-sdk/smithy-client": "3.303.0",
85
- "@aws-sdk/types": "3.303.0",
86
- "@bitblit/ratchet-aws": "4.0.108-alpha",
87
- "@bitblit/ratchet-common": "4.0.108-alpha",
79
+ "@aws-sdk/client-athena": "3.310.0",
80
+ "@aws-sdk/client-ec2": "3.310.0",
81
+ "@aws-sdk/client-ec2-instance-connect": "3.310.0",
82
+ "@aws-sdk/client-s3": "3.310.0",
83
+ "@aws-sdk/lib-storage": "3.310.0",
84
+ "@aws-sdk/smithy-client": "3.310.0",
85
+ "@aws-sdk/types": "3.310.0",
86
+ "@bitblit/ratchet-aws": "4.0.110-alpha",
87
+ "@bitblit/ratchet-common": "4.0.110-alpha",
88
88
  "mailparser": "3.6.4",
89
89
  "mime-types": "2.1.35",
90
90
  "tmp": "0.2.1",