@bitblit/ratchet-aws 4.0.116-alpha → 4.0.119-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.
- package/lib/build/ratchet-aws-info.d.ts +1 -1
- package/lib/cloudwatch/cloud-watch-metrics-ratchet.d.ts +1 -1
- package/lib/daemon/daemon-process-state-public-token.d.ts +1 -1
- package/lib/daemon/daemon.d.ts +1 -1
- package/lib/index.mjs +3 -2
- package/lib/index.mjs.map +1 -1
- package/lib/model/cloud-watch-metrics-minute-level-dynamo-count-request.d.ts +1 -1
- package/package.json +24 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { KeyValue } from '@bitblit/ratchet-common
|
|
1
|
+
import { KeyValue } from '@bitblit/ratchet-common';
|
|
2
2
|
import { DynamoRatchet } from '../dynamodb/dynamo-ratchet.js';
|
|
3
3
|
import { QueryInput, ScanCommandInput } from '@aws-sdk/client-dynamodb';
|
|
4
4
|
export interface CloudWatchMetricsMinuteLevelDynamoCountRequest {
|
package/package.json
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-aws",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.119-alpha",
|
|
4
4
|
"description": "Common tools for use with AWS browser and node",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
7
|
-
"_module": "lib/index.js",
|
|
8
|
-
"_typings": "lib/index.d.ts",
|
|
9
7
|
"files": [
|
|
10
8
|
"lib/*",
|
|
11
9
|
"bin/*"
|
|
@@ -43,15 +41,7 @@
|
|
|
43
41
|
"lint": "eslint src/**/*.ts",
|
|
44
42
|
"lint-fix": "eslint --fix src/**/*.ts",
|
|
45
43
|
"generate-barrels": "barrelsby -q --delete -d src -e .*\\.spec\\.ts && sed -i 's/\\x27;/.js\\x27;/' src/index.ts",
|
|
46
|
-
"__build": "yarn build-code && yarn build-types",
|
|
47
|
-
"__build-code": "yarn run generate-barrels && node esbuild-conf.mjs",
|
|
48
|
-
"__build-types": " npm-dts generate --output lib/index.d.ts",
|
|
49
|
-
"__build-types": "tsc --emitDeclarationOnly",
|
|
50
|
-
"__build": "tsc",
|
|
51
|
-
"___build": "rollup src/index.ts -f esm -o lib/t.mjs",
|
|
52
|
-
"_build": "yarn clean && yarn generate-barrels && tsc && rollup -c rollup.config.js && cp src/index.ts.bak lib/index.d.ts",
|
|
53
44
|
"build": "yarn clean && yarn generate-barrels && rollup -c rollup.config.js",
|
|
54
|
-
"_1build": "yarn clean && yarn generate-barrels && tsc",
|
|
55
45
|
"force-build": "tsc --build --force"
|
|
56
46
|
},
|
|
57
47
|
"repository": {
|
|
@@ -71,34 +61,33 @@
|
|
|
71
61
|
},
|
|
72
62
|
"license": "Apache-2.0",
|
|
73
63
|
"dependencies": {
|
|
74
|
-
"@
|
|
75
|
-
"@aws-sdk/
|
|
76
|
-
"@aws-sdk/client-
|
|
77
|
-
"@aws-sdk/client-
|
|
78
|
-
"@aws-sdk/client-cloudwatch": "3.
|
|
79
|
-
"@aws-sdk/client-
|
|
80
|
-
"@aws-sdk/client-
|
|
81
|
-
"@aws-sdk/client-ec2": "3.
|
|
82
|
-
"@aws-sdk/client-
|
|
83
|
-
"@aws-sdk/client-
|
|
84
|
-
"@aws-sdk/client-
|
|
85
|
-
"@aws-sdk/client-
|
|
86
|
-
"@aws-sdk/client-
|
|
87
|
-
"@aws-sdk/
|
|
88
|
-
"@aws-sdk/lib-
|
|
89
|
-
"@aws-sdk/
|
|
90
|
-
"@aws-sdk/
|
|
91
|
-
"@aws-sdk/
|
|
92
|
-
"@aws-sdk/
|
|
93
|
-
"@
|
|
94
|
-
},
|
|
95
|
-
"optionalDependencies": {
|
|
64
|
+
"@aws-sdk/abort-controller": "3.329.0",
|
|
65
|
+
"@aws-sdk/client-athena": "3.332.0",
|
|
66
|
+
"@aws-sdk/client-batch": "3.332.0",
|
|
67
|
+
"@aws-sdk/client-cloudwatch": "3.332.0",
|
|
68
|
+
"@aws-sdk/client-cloudwatch-logs": "3.332.0",
|
|
69
|
+
"@aws-sdk/client-dynamodb": "3.332.0",
|
|
70
|
+
"@aws-sdk/client-ec2": "3.332.0",
|
|
71
|
+
"@aws-sdk/client-ec2-instance-connect": "3.332.0",
|
|
72
|
+
"@aws-sdk/client-route-53": "3.332.0",
|
|
73
|
+
"@aws-sdk/client-s3": "3.332.0",
|
|
74
|
+
"@aws-sdk/client-ses": "3.332.0",
|
|
75
|
+
"@aws-sdk/client-sns": "3.332.0",
|
|
76
|
+
"@aws-sdk/client-ssm": "3.332.0",
|
|
77
|
+
"@aws-sdk/lib-dynamodb": "3.332.0",
|
|
78
|
+
"@aws-sdk/lib-storage": "3.332.0",
|
|
79
|
+
"@aws-sdk/s3-request-presigner": "3.332.0",
|
|
80
|
+
"@aws-sdk/smithy-client": "3.329.0",
|
|
81
|
+
"@aws-sdk/types": "3.329.0",
|
|
82
|
+
"@aws-sdk/util-waiter": "3.329.0",
|
|
83
|
+
"@bitblit/ratchet-common": "4.0.119-alpha"
|
|
96
84
|
},
|
|
85
|
+
"optionalDependencies": {},
|
|
97
86
|
"resolutions": {},
|
|
98
87
|
"devDependencies": {
|
|
88
|
+
"@bitblit/ratchet-jest": "4.0.119-alpha",
|
|
89
|
+
"@bitblit/ratchet-node-only": "4.0.119-alpha",
|
|
99
90
|
"@types/aws-lambda": "8.10.115",
|
|
100
|
-
"@bitblit/ratchet-jest": "4.0.116-alpha",
|
|
101
|
-
"@bitblit/ratchet-node-only": "4.0.116-alpha",
|
|
102
91
|
"aws-sdk-client-mock": "2.1.1"
|
|
103
92
|
}
|
|
104
93
|
}
|