@aws-sdk/types 3.468.0 → 3.489.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.468.0",
3
+ "version": "3.489.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "directory": "packages/types"
42
42
  },
43
43
  "dependencies": {
44
- "@smithy/types": "^2.7.0",
44
+ "@smithy/types": "^2.8.0",
45
45
  "tslib": "^2.5.0"
46
46
  },
47
47
  "devDependencies": {
@@ -51,11 +51,6 @@
51
51
  "rimraf": "3.0.2",
52
52
  "typescript": "~4.9.5"
53
53
  },
54
- "browser": {
55
- "./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser"
56
- },
57
- "react-native": {
58
- "./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser",
59
- "./dist-cjs/blob/runtime-blob-types.node": "./dist-cjs/blob/runtime-blob-types.browser"
60
- }
54
+ "browser": {},
55
+ "react-native": {}
61
56
  }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- /**
2
- * @public
3
- *
4
- * Additional blob types for the browser environment.
5
- */
6
- export type RuntimeBlobTypes = Blob | ReadableStream;
@@ -1,9 +0,0 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
- import { Readable } from "stream";
4
- /**
5
- * @public
6
- *
7
- * Additional blob types for the Node.js environment.
8
- */
9
- export type RuntimeBlobTypes = Readable | Buffer;
@@ -1 +0,0 @@
1
- export type RuntimeBlobTypes = Blob | ReadableStream;
@@ -1,2 +0,0 @@
1
- import { Readable } from "stream";
2
- export type RuntimeBlobTypes = Readable | Buffer;