@bitblit/ratchet-aws-node-only 6.1.192-alpha → 6.1.196-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/package.json +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-aws-node-only",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.196-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,
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
},
|
|
58
58
|
"license": "Apache-2.0",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@bitblit/ratchet-aws": "6.1.
|
|
61
|
-
"@bitblit/ratchet-node-only": "6.1.
|
|
62
|
-
"@bitblit/ratchet-common": "6.1.
|
|
60
|
+
"@bitblit/ratchet-aws": "6.1.196-alpha",
|
|
61
|
+
"@bitblit/ratchet-node-only": "6.1.196-alpha",
|
|
62
|
+
"@bitblit/ratchet-common": "6.1.196-alpha"
|
|
63
63
|
},
|
|
64
64
|
"optionalDependencies": {
|
|
65
65
|
"@aws-sdk/client-athena": "3.996.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@smithy/abort-controller": "4.2.9",
|
|
74
74
|
"@smithy/smithy-client": "4.11.7",
|
|
75
75
|
"@smithy/util-waiter": "4.2.9",
|
|
76
|
-
"mailparser": "3.9.
|
|
76
|
+
"mailparser": "3.9.6",
|
|
77
77
|
"mime-types": "3.0.2",
|
|
78
78
|
"rxjs": "7.8.2",
|
|
79
79
|
"tmp": "0.2.5",
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"@aws-sdk/lib-storage": "^3.996.0",
|
|
90
90
|
"@aws-sdk/client-ec2-instance-connect": "^3.996.0",
|
|
91
91
|
"@aws-sdk/types": "^3.973.1",
|
|
92
|
-
"@bitblit/ratchet-aws": "6.1.
|
|
93
|
-
"@bitblit/ratchet-node-only": "6.1.
|
|
94
|
-
"@bitblit/ratchet-common": "6.1.
|
|
92
|
+
"@bitblit/ratchet-aws": "6.1.196-alpha",
|
|
93
|
+
"@bitblit/ratchet-node-only": "6.1.196-alpha",
|
|
94
|
+
"@bitblit/ratchet-common": "6.1.196-alpha",
|
|
95
95
|
"@smithy/abort-controller": "^4.2.9",
|
|
96
96
|
"@smithy/smithy-client": "^4.11.7",
|
|
97
97
|
"@smithy/util-waiter": "^4.2.9",
|
|
@@ -150,6 +150,7 @@
|
|
|
150
150
|
"build": "tsc",
|
|
151
151
|
"test": "vitest run",
|
|
152
152
|
"test-coverage": "vitest run --coverage",
|
|
153
|
-
"custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks"
|
|
153
|
+
"custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks",
|
|
154
|
+
"clean": "shx rm -Rf lib"
|
|
154
155
|
}
|
|
155
156
|
}
|