skuba 7.4.0-master-20240207024454 → 7.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skuba",
3
- "version": "7.4.0-master-20240207024454",
3
+ "version": "7.4.0",
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",
@@ -151,7 +151,7 @@
151
151
  "entryPoint": "src/index.ts",
152
152
  "template": null,
153
153
  "type": "package",
154
- "version": "7.3.1"
154
+ "version": "7.4.0"
155
155
  },
156
156
  "scripts": {
157
157
  "build": "scripts/build.sh",
@@ -7,7 +7,7 @@ RUN pnpm config set store-dir /root/.pnpm-store
7
7
 
8
8
  WORKDIR /workdir
9
9
 
10
- RUN --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
11
- --mount=type=bind,source=.npmrc,target=.npmrc \
10
+ RUN --mount=type=bind,source=.npmrc,target=.npmrc \
11
+ --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
12
12
  --mount=type=secret,id=npm,dst=/root/.npmrc,required=true \
13
13
  pnpm fetch
@@ -7,7 +7,7 @@ RUN pnpm config set store-dir /root/.pnpm-store
7
7
 
8
8
  WORKDIR /workdir
9
9
 
10
- RUN --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
11
- --mount=type=bind,source=.npmrc,target=.npmrc \
10
+ RUN --mount=type=bind,source=.npmrc,target=.npmrc \
11
+ --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
12
12
  --mount=type=secret,id=npm,dst=/root/.npmrc,required=true \
13
13
  pnpm fetch
@@ -7,7 +7,7 @@ RUN pnpm config set store-dir /root/.pnpm-store
7
7
 
8
8
  WORKDIR /workdir
9
9
 
10
- RUN --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
11
- --mount=type=bind,source=.npmrc,target=.npmrc \
10
+ RUN --mount=type=bind,source=.npmrc,target=.npmrc \
11
+ --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
12
12
  --mount=type=secret,id=npm,dst=/root/.npmrc,required=true \
13
13
  pnpm fetch
@@ -7,7 +7,7 @@ RUN pnpm config set store-dir /root/.pnpm-store
7
7
 
8
8
  WORKDIR /workdir
9
9
 
10
- RUN --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
11
- --mount=type=bind,source=.npmrc,target=.npmrc \
10
+ RUN --mount=type=bind,source=.npmrc,target=.npmrc \
11
+ --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
12
12
  --mount=type=secret,id=npm,dst=/root/.npmrc,required=true \
13
13
  pnpm fetch
@@ -10,7 +10,7 @@ RUN pnpm config set store-dir /root/.pnpm-store
10
10
 
11
11
  WORKDIR /workdir
12
12
 
13
- RUN --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
14
- --mount=type=bind,source=.npmrc,target=.npmrc \
13
+ RUN --mount=type=bind,source=.npmrc,target=.npmrc \
14
+ --mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
15
15
  --mount=type=secret,id=npm,dst=/root/.npmrc,required=true \
16
16
  pnpm fetch