@dotcom-tool-kit/containerised-app-with-assets 0.1.12 → 0.2.0

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.
Files changed (2) hide show
  1. package/.toolkitrc.yml +3 -13
  2. package/package.json +5 -5
package/.toolkitrc.yml CHANGED
@@ -22,8 +22,7 @@ commands:
22
22
  roleArn: !toolkit/option '@dotcom-tool-kit/containerised-app.awsRoleArnStaging'
23
23
  - HakoDeploy:
24
24
  asReviewApp: true
25
- environments:
26
- - ft-com-test-eu
25
+ environments: !toolkit/option '@dotcom-tool-kit/containerised-app.hakoReviewEnvironments'
27
26
  'deploy:staging':
28
27
  - Webpack:
29
28
  envName: production
@@ -34,21 +33,12 @@ commands:
34
33
  - AwsAssumeRole:
35
34
  roleArn: !toolkit/option '@dotcom-tool-kit/containerised-app.awsRoleArnStaging'
36
35
  - HakoDeploy:
37
- environments:
38
- - ft-com-test-eu
36
+ environments: !toolkit/option '@dotcom-tool-kit/containerised-app.hakoStagingEnvironments'
39
37
  'deploy:production':
40
38
  - DockerAuthCloudsmith
41
39
  - AwsAssumeRole:
42
40
  roleArn: !toolkit/option '@dotcom-tool-kit/containerised-app.awsRoleArnProduction'
43
- # HACK: the `environments` property under `HakoDeploy` gets fully overridden by the `environments`
44
- # property under the !toolkit/if-defined if multiregion is true. We'll refactor this later when
45
- # we decide what new YAML tags we need
46
41
  - HakoDeploy:
47
- environments:
48
- - ft-com-prod-eu
49
- !toolkit/if-defined '@dotcom-tool-kit/containerised-app.multiregion':
50
- environments:
51
- - ft-com-prod-eu
52
- - ft-com-prod-us
42
+ environments: !toolkit/option '@dotcom-tool-kit/containerised-app.hakoProductionEnvironments'
53
43
 
54
44
  version: 2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/containerised-app-with-assets",
3
- "version": "0.1.12",
3
+ "version": "0.2.0",
4
4
  "scripts": {
5
5
  "test": "echo \"Error: no test specified\" && exit 1"
6
6
  },
@@ -25,9 +25,9 @@
25
25
  "dotcom-tool-kit": "4.x"
26
26
  },
27
27
  "dependencies": {
28
- "@dotcom-tool-kit/containerised-app": "^0.1.12",
29
- "@dotcom-tool-kit/upload-assets-to-s3": "^4.3.4",
30
- "@dotcom-tool-kit/webpack": "^4.3.3",
31
- "zod": "^3.24.3"
28
+ "@dotcom-tool-kit/containerised-app": "^0.2.0",
29
+ "@dotcom-tool-kit/upload-assets-to-s3": "^4.3.5",
30
+ "@dotcom-tool-kit/webpack": "^4.3.4",
31
+ "zod": "^3.24.4"
32
32
  }
33
33
  }