@pristine-ts/aws 0.0.189 → 0.0.193
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.
|
@@ -15,6 +15,7 @@ __exportStar(require("./dynamodb-sort-order.enum"), exports);
|
|
|
15
15
|
__exportStar(require("./event-bridge-event-type.enum"), exports);
|
|
16
16
|
__exportStar(require("./kafka-event-type.enum"), exports);
|
|
17
17
|
__exportStar(require("./s3-event-type.enum"), exports);
|
|
18
|
+
__exportStar(require("./s3-presigned-operation-type.enum"), exports);
|
|
18
19
|
__exportStar(require("./sns-event-type.enum"), exports);
|
|
19
20
|
__exportStar(require("./sqs-event-type.enum"), exports);
|
|
20
21
|
//# sourceMappingURL=enums.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/enums/enums.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6DAA2C;AAC3C,6DAA2C;AAC3C,iEAA+C;AAC/C,0DAAwC;AACxC,uDAAqC;AACrC,wDAAsC;AACtC,wDAAsC"}
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/enums/enums.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6DAA2C;AAC3C,6DAA2C;AAC3C,iEAA+C;AAC/C,0DAAwC;AACxC,uDAAqC;AACrC,qEAAmD;AACnD,wDAAsC;AACtC,wDAAsC"}
|
|
@@ -3,6 +3,7 @@ export * from "./dynamodb-sort-order.enum";
|
|
|
3
3
|
export * from "./event-bridge-event-type.enum";
|
|
4
4
|
export * from "./kafka-event-type.enum";
|
|
5
5
|
export * from "./s3-event-type.enum";
|
|
6
|
+
export * from "./s3-presigned-operation-type.enum";
|
|
6
7
|
export * from "./sns-event-type.enum";
|
|
7
8
|
export * from "./sqs-event-type.enum";
|
|
8
9
|
//# sourceMappingURL=enums.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/enums/enums.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/enums/enums.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC"}
|
|
@@ -3,5 +3,6 @@ export * from "./dynamodb-sort-order.enum";
|
|
|
3
3
|
export * from "./event-bridge-event-type.enum";
|
|
4
4
|
export * from "./kafka-event-type.enum";
|
|
5
5
|
export * from "./s3-event-type.enum";
|
|
6
|
+
export * from "./s3-presigned-operation-type.enum";
|
|
6
7
|
export * from "./sns-event-type.enum";
|
|
7
8
|
export * from "./sqs-event-type.enum";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristine-ts/aws",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.193",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "dist/lib/esm/aws.module.js",
|
|
6
6
|
"main": "dist/lib/cjs/aws.module.js",
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
|
|
10
10
|
"prepublish": "npm run build",
|
|
11
|
-
"test": "jest"
|
|
11
|
+
"test": "jest",
|
|
12
|
+
"test:cov": "jest --coverage"
|
|
12
13
|
},
|
|
13
14
|
"files": [
|
|
14
15
|
"dist"
|
|
@@ -25,11 +26,11 @@
|
|
|
25
26
|
"@awslabs-community-fork/dynamodb-data-mapper": "^0.7.9",
|
|
26
27
|
"@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.9",
|
|
27
28
|
"@awslabs-community-fork/dynamodb-expressions": "^0.7.9",
|
|
28
|
-
"@pristine-ts/common": "^0.0.
|
|
29
|
-
"@pristine-ts/core": "^0.0.
|
|
30
|
-
"@pristine-ts/logging": "^0.0.
|
|
31
|
-
"@pristine-ts/networking": "^0.0.
|
|
32
|
-
"@pristine-ts/security": "^0.0.
|
|
29
|
+
"@pristine-ts/common": "^0.0.193",
|
|
30
|
+
"@pristine-ts/core": "^0.0.193",
|
|
31
|
+
"@pristine-ts/logging": "^0.0.193",
|
|
32
|
+
"@pristine-ts/networking": "^0.0.193",
|
|
33
|
+
"@pristine-ts/security": "^0.0.193"
|
|
33
34
|
},
|
|
34
35
|
"publishConfig": {
|
|
35
36
|
"access": "public"
|
|
@@ -68,5 +69,5 @@
|
|
|
68
69
|
"src/*.{js,ts}"
|
|
69
70
|
]
|
|
70
71
|
},
|
|
71
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "1595a3af0a2857aabe8670486d3208fbc7253984"
|
|
72
73
|
}
|