Skip to content

Commit 69c6e90

Browse files
authored
Merge pull request #1129 from aligent/release/v4.1.1
Release/v4.1.1
2 parents 290886a + 2edb178 commit 69c6e90

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ A template for developing a suite of AWS microservices using [AWS CDK](https://d
1010

1111
Example: `@aligent-int/integrations`
1212

13-
2. Install the template and validate it's passing code standards
13+
2. Install the template, then validate all code standard tests are passing
1414

1515
```bash
16-
nvm use && yarn install && yarn audit
16+
nvm use && yarn install
17+
yarn audit
1718
```
1819

1920
3. (Optional) Commit the initial state of the template. This ensures subsequent changes are easy to review, rather than getting lost in the template boilerplate
@@ -99,7 +100,7 @@ class ApplicationStage extends Stage {
99100
Tags.of(this).add('STAGE', id);
100101

101102
// Instantiate service stacks here as required..
102-
new YourServiceStack(scope, 'your-service-name', {
103+
new YourServiceStack(this, 'your-service-name', {
103104
...props,
104105
description: 'Your service description',
105106
});

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
],
2626
"devDependencies": {
2727
"@aligent/ts-code-standards": "^4.0.2",
28-
"@nx/devkit": "21.4.0",
29-
"@nx/esbuild": "21.4.0",
30-
"@nx/eslint": "21.4.0",
31-
"@nx/eslint-plugin": "21.4.0",
32-
"@nx/js": "21.4.0",
33-
"@nx/vite": "21.4.0",
34-
"@nx/web": "21.4.0",
28+
"@nx/devkit": "21.4.1",
29+
"@nx/esbuild": "21.4.1",
30+
"@nx/eslint": "21.4.1",
31+
"@nx/eslint-plugin": "21.4.1",
32+
"@nx/js": "21.4.1",
33+
"@nx/vite": "21.4.1",
34+
"@nx/web": "21.4.1",
3535
"@swc-node/register": "^1.10.10",
3636
"@swc/core": "^1.13.3",
3737
"@swc/helpers": "^0.5.17",
@@ -52,7 +52,7 @@
5252
"fast-glob": "^3.3.3",
5353
"jiti": "2.5.1",
5454
"jsonc-eslint-parser": "^2.4.0",
55-
"nx": "21.4.0",
55+
"nx": "21.4.1",
5656
"open": "^10.2.0",
5757
"prettier": "^3.6.2",
5858
"store-parameters": "^1.0.6",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6528,15 +6528,15 @@ __metadata:
65286528
linkType: hard
65296529

65306530
"form-data@npm:^4.0.0":
6531-
version: 4.0.3
6532-
resolution: "form-data@npm:4.0.3"
6531+
version: 4.0.4
6532+
resolution: "form-data@npm:4.0.4"
65336533
dependencies:
65346534
asynckit: "npm:^0.4.0"
65356535
combined-stream: "npm:^1.0.8"
65366536
es-set-tostringtag: "npm:^2.1.0"
65376537
hasown: "npm:^2.0.2"
65386538
mime-types: "npm:^2.1.12"
6539-
checksum: 10c0/f0cf45873d600110b5fadf5804478377694f73a1ed97aaa370a74c90cebd7fe6e845a081171668a5476477d0d55a73a4e03d6682968fa8661eac2a81d651fcdb
6539+
checksum: 10c0/373525a9a034b9d57073e55eab79e501a714ffac02e7a9b01be1c820780652b16e4101819785e1e18f8d98f0aee866cc654d660a435c378e16a72f2e7cac9695
65406540
languageName: node
65416541
linkType: hard
65426542

0 commit comments

Comments
 (0)