@goldstack/template-s3 0.3.90 → 0.3.93
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/README.md +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
This library provides an API and CLI for building Node.js modules that wrap an S3 bucket. These tools allow deploying the infrastructure for the bucket as well as a way to connect with the bucket across multiple environments (such as dev, staging and production).
|
|
4
4
|
|
|
5
|
-
For more information, see [S3 Template](https://docs.goldstack.party/docs/
|
|
5
|
+
For more information, see [S3 Template](https://docs.goldstack.party/docs/templates/s3).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/template-s3",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.93",
|
|
4
4
|
"description": "Building blocks for linking a package to an AWS S3 bucket.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -43,20 +43,20 @@
|
|
|
43
43
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@goldstack/infra": "0.3.
|
|
47
|
-
"@goldstack/infra-aws": "0.3.
|
|
46
|
+
"@goldstack/infra": "0.3.32",
|
|
47
|
+
"@goldstack/infra-aws": "0.3.40",
|
|
48
48
|
"@goldstack/utils-cli": "0.2.10",
|
|
49
|
-
"@goldstack/utils-config": "0.3.
|
|
50
|
-
"@goldstack/utils-docker": "0.3.
|
|
49
|
+
"@goldstack/utils-config": "0.3.29",
|
|
50
|
+
"@goldstack/utils-docker": "0.3.34",
|
|
51
51
|
"@goldstack/utils-log": "0.2.11",
|
|
52
|
-
"@goldstack/utils-package": "0.3.
|
|
53
|
-
"@goldstack/utils-package-config": "0.3.
|
|
54
|
-
"@goldstack/utils-s3-deployment": "0.3.
|
|
55
|
-
"@goldstack/utils-sh": "0.4.
|
|
56
|
-
"@goldstack/utils-template": "0.3.
|
|
57
|
-
"@goldstack/utils-terraform": "0.3.
|
|
58
|
-
"@goldstack/utils-terraform-aws": "0.3.
|
|
59
|
-
"aws-sdk": "2.
|
|
52
|
+
"@goldstack/utils-package": "0.3.34",
|
|
53
|
+
"@goldstack/utils-package-config": "0.3.34",
|
|
54
|
+
"@goldstack/utils-s3-deployment": "0.3.51",
|
|
55
|
+
"@goldstack/utils-sh": "0.4.27",
|
|
56
|
+
"@goldstack/utils-template": "0.3.31",
|
|
57
|
+
"@goldstack/utils-terraform": "0.3.64",
|
|
58
|
+
"@goldstack/utils-terraform-aws": "0.3.63",
|
|
59
|
+
"aws-sdk": "2.814.0",
|
|
60
60
|
"mock-aws-s3": "^4.0.2",
|
|
61
61
|
"source-map-support": "^0.5.21",
|
|
62
62
|
"yargs": "^15.4.1"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@goldstack/utils-git": "0.1.31",
|
|
67
67
|
"@goldstack/utils-package-config-generate": "0.2.11",
|
|
68
68
|
"@types/jest": "^27.0.2",
|
|
69
|
-
"@types/mock-aws-s3": "^2.6.
|
|
69
|
+
"@types/mock-aws-s3": "^2.6.2",
|
|
70
70
|
"@types/node": "^16.11.0",
|
|
71
71
|
"@types/yargs": "^15.0.5",
|
|
72
72
|
"jest": "^26.6.3",
|