@bitblit/ratchet-aws-node-only 4.0.132-alpha → 4.0.134-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.
@@ -1,4 +1,4 @@
1
- /// <reference types="node" />
1
+ /// <reference types="node" resolution-mode="require"/>
2
2
  import { ReadStream } from 'fs';
3
3
  import { AthenaRatchet } from './athena-ratchet.js';
4
4
  import { S3Client } from '@aws-sdk/client-s3';
@@ -1,4 +1,4 @@
1
- /// <reference types="node" />
1
+ /// <reference types="node" resolution-mode="require"/>
2
2
  import { WriteStream } from 'fs';
3
3
  import { DynamoRatchet } from '@bitblit/ratchet-aws';
4
4
  import { QueryCommandInput, ScanCommandInput } from '@aws-sdk/client-dynamodb';
@@ -1,4 +1,4 @@
1
- /// <reference types="node" />
1
+ /// <reference types="node" resolution-mode="require"/>
2
2
  import { S3CacheRatchet } from '@bitblit/ratchet-aws';
3
3
  import { ParsedEmailProcessor } from './parsed-email-processor.js';
4
4
  export declare class InboundEmailRatchet {
@@ -1,4 +1,4 @@
1
- /// <reference types="node" />
1
+ /// <reference types="node" resolution-mode="require"/>
2
2
  import { S3CacheRatchet } from '@bitblit/ratchet-aws';
3
3
  export declare class S3CacheToLocalDiskRatchet {
4
4
  private s3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-aws-node-only",
3
- "version": "4.0.132-alpha",
3
+ "version": "4.0.134-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,
@@ -67,16 +67,15 @@
67
67
  },
68
68
  "license": "Apache-2.0",
69
69
  "dependencies": {
70
- "@aws-sdk/client-athena": "3.332.0",
71
- "@bitblit/ratchet-aws": "4.0.132-alpha",
72
- "@bitblit/ratchet-common": "4.0.132-alpha",
70
+ "@aws-sdk/client-athena": "3.341.0",
71
+ "@bitblit/ratchet-aws": "4.0.134-alpha",
72
+ "@bitblit/ratchet-common": "4.0.134-alpha",
73
73
  "mailparser": "3.6.4",
74
74
  "mime-types": "2.1.35",
75
75
  "tmp": "0.2.1",
76
76
  "unzipper": "0.10.14",
77
77
  "walk": "2.3.15"
78
78
  },
79
- "peerDependencies": {
80
- },
79
+ "peerDependencies": {},
81
80
  "devDependencies": {}
82
81
  }