Comparing version 0.2.1 to 0.2.2
@@ -7,6 +7,2 @@ import { __awaiter } from "tslib"; | ||
export class AwsHttpRequestSigner { | ||
constructor(options) { | ||
this.signingPair = null; | ||
this.options = Object.assign({}, options); | ||
} | ||
static optionsFromScope(scope) { | ||
@@ -22,2 +18,6 @@ return { | ||
} | ||
constructor(options) { | ||
this.signingPair = null; | ||
this.options = Object.assign({}, options); | ||
} | ||
canSign() { | ||
@@ -24,0 +24,0 @@ var _a; |
{ | ||
"name": "@iyio/aws", | ||
"version": "0.2.1", | ||
"main": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"@iyio/common": "^0.2.7", | ||
"rxjs": ">=7.5.7", | ||
"version": "0.2.2", | ||
"dependencies": { | ||
"@aws-crypto/sha256-browser": ">=3.0.0", | ||
"@aws-sdk/protocol-http": ">=3.310.0", | ||
"@aws-sdk/signature-v4": ">=3.310.0", | ||
"@aws-sdk/types": ">=3.310.0", | ||
"date-fns": ">=2.29.3", | ||
"rxjs": ">=7.8.0", | ||
"uuid": ">=9.0.0", | ||
"tslib": ">=2.3.0" | ||
"zod": ">=3.21.4" | ||
}, | ||
"peerDependencies": { | ||
"@iyio/common": "^0.2.21" | ||
}, | ||
"main": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"sideEffects": false, | ||
"module": "./esm/src/index.js" | ||
} |
@@ -10,6 +10,2 @@ "use strict"; | ||
class AwsHttpRequestSigner { | ||
constructor(options) { | ||
this.signingPair = null; | ||
this.options = Object.assign({}, options); | ||
} | ||
static optionsFromScope(scope) { | ||
@@ -25,2 +21,6 @@ return { | ||
} | ||
constructor(options) { | ||
this.signingPair = null; | ||
this.options = Object.assign({}, options); | ||
} | ||
canSign() { | ||
@@ -27,0 +27,0 @@ var _a; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17769
9
+ Added@aws-sdk/types@>=3.310.0
+ Addeddate-fns@>=2.29.3
+ Addedrxjs@>=7.8.0
+ Addeduuid@>=9.0.0
+ Addedzod@>=3.21.4
+ Added@aws-crypto/crc32@3.0.0(transitive)
+ Added@aws-crypto/sha256-browser@5.2.0(transitive)
+ Added@aws-crypto/sha256-js@5.2.0(transitive)
+ Added@aws-crypto/supports-web-crypto@5.2.0(transitive)
+ Added@aws-crypto/util@3.0.05.2.0(transitive)
+ Added@aws-sdk/protocol-http@3.374.0(transitive)
+ Added@aws-sdk/signature-v4@3.374.0(transitive)
+ Added@aws-sdk/types@3.734.0(transitive)
+ Added@aws-sdk/util-locate-window@3.723.0(transitive)
+ Added@aws-sdk/util-utf8-browser@3.259.0(transitive)
+ Added@smithy/eventstream-codec@1.1.0(transitive)
+ Added@smithy/is-array-buffer@1.1.02.2.0(transitive)
+ Added@smithy/protocol-http@1.2.0(transitive)
+ Added@smithy/signature-v4@1.1.0(transitive)
+ Added@smithy/types@1.2.04.1.0(transitive)
+ Added@smithy/util-buffer-from@1.1.02.2.0(transitive)
+ Added@smithy/util-hex-encoding@1.1.0(transitive)
+ Added@smithy/util-middleware@1.1.0(transitive)
+ Added@smithy/util-uri-escape@1.1.0(transitive)
+ Added@smithy/util-utf8@1.1.02.3.0(transitive)
+ Addedtslib@1.14.1(transitive)