skuba 8.0.1-dive-migration-20240325114906 → 8.0.1-dive-migration-20240326010259

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 CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![GitHub Release](https://github.com/seek-oss/skuba/workflows/Release/badge.svg?branch=master)](https://github.com/seek-oss/skuba/actions?query=workflow%3ARelease)
6
6
  [![GitHub Validate](https://github.com/seek-oss/skuba/workflows/Validate/badge.svg?branch=master)](https://github.com/seek-oss/skuba/actions?query=workflow%3AValidate)
7
- [![Node.js version](https://img.shields.io/badge/node-%3E%3D%2018.12-brightgreen)](https://nodejs.org/en/)
7
+ [![Node.js version](https://img.shields.io/badge/node-%3E%3D%2018.18-brightgreen)](https://nodejs.org/en/)
8
8
  [![npm package](https://img.shields.io/npm/v/skuba)](https://www.npmjs.com/package/skuba)
9
9
 
10
10
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skuba",
3
- "version": "8.0.1-dive-migration-20240325114906",
3
+ "version": "8.0.1-dive-migration-20240326010259",
4
4
  "private": false,
5
5
  "description": "SEEK development toolkit for backend applications and packages",
6
6
  "homepage": "https://github.com/seek-oss/skuba#readme",
@@ -100,7 +100,7 @@
100
100
  "typescript": "~5.4.0",
101
101
  "validate-npm-package-name": "^5.0.0",
102
102
  "zod": "^3.22.4",
103
- "eslint-config-skuba": "4.0.1-dive-migration-20240325114906"
103
+ "eslint-config-skuba": "4.0.0"
104
104
  },
105
105
  "devDependencies": {
106
106
  "@changesets/cli": "2.27.1",
@@ -119,7 +119,7 @@
119
119
  "@types/supertest": "6.0.2",
120
120
  "@types/validate-npm-package-name": "4.0.2",
121
121
  "enhanced-resolve": "5.15.0",
122
- "express": "4.18.2",
122
+ "express": "4.19.2",
123
123
  "fastify": "4.26.1",
124
124
  "jest-diff": "29.7.0",
125
125
  "jsonfile": "6.1.0",
@@ -132,7 +132,7 @@
132
132
  "type-fest": "2.19.0"
133
133
  },
134
134
  "peerDependencies": {
135
- "skuba-dive": "2.0.1-dive-migration-20240325114906"
135
+ "skuba-dive": "2.0.1-dive-migration-20240326010259"
136
136
  },
137
137
  "peerDependenciesMeta": {
138
138
  "skuba-dive": {
@@ -160,7 +160,7 @@
160
160
  "format": "pnpm --silent skuba format",
161
161
  "lint": "pnpm --silent skuba lint && pnpm --silent lint:md",
162
162
  "lint:md": "remark --frail --quiet .",
163
- "release": "changeset publish",
163
+ "release": "pnpm --silent build && changeset publish",
164
164
  "skuba": "pnpm --silent build && pnpm --silent skuba:exec",
165
165
  "skuba:exec": "node --env-file=.env lib/skuba",
166
166
  "stage": "changeset version && node ./.changeset/inject.js && pnpm format",
@@ -27,7 +27,7 @@
27
27
  "@types/aws-lambda": "^8.10.84",
28
28
  "@types/chance": "^1.1.3",
29
29
  "@types/node": "^20.9.0",
30
- "aws-sdk-client-mock": "^3.0.0",
30
+ "aws-sdk-client-mock": "^4.0.0",
31
31
  "aws-sdk-client-mock-jest": "^3.0.0",
32
32
  "chance": "^1.1.8",
33
33
  "pino-pretty": "^10.0.0",
@@ -15,6 +15,7 @@ jobs:
15
15
  contents: write
16
16
  id-token: write
17
17
  runs-on: ubuntu-latest
18
+ timeout-minutes: 20
18
19
  steps:
19
20
  - name: Check out repo
20
21
  uses: actions/checkout@v4
@@ -12,6 +12,7 @@ jobs:
12
12
  permissions:
13
13
  checks: write
14
14
  runs-on: ubuntu-latest
15
+ timeout-minutes: 20
15
16
  steps:
16
17
  - name: Check out repo
17
18
  uses: actions/checkout@v4