skuba 14.0.0-rfc-pnpm-config-skuba-20260107013247 → 14.0.0-rfc-pnpm-config-skuba-20260107021544

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.
@@ -25,7 +25,7 @@ var import_exec = require("../../utils/exec.js");
25
25
  const installPnpmPlugin = async (skubaManifest) => {
26
26
  const version = skubaManifest.devDependencies?.["pnpm-plugin-skuba"] || "latest";
27
27
  await (0, import_exec.exec)("pnpm", "add", "--config", `pnpm-plugin-skuba@${version}`);
28
- await (0, import_exec.exec)("pnpm", "install", "--offline");
28
+ await (0, import_exec.exec)("pnpm", "install", "--lockfile-only", "--offline");
29
29
  };
30
30
  // Annotate the CommonJS export names for ESM import in node:
31
31
  0 && (module.exports = {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/cli/init/installPnpmPlugin.ts"],
4
- "sourcesContent": ["import type { NormalizedPackageJson } from 'read-pkg-up';\n\nimport { exec } from '../../utils/exec.js';\n\nexport const installPnpmPlugin = async (\n skubaManifest: NormalizedPackageJson,\n): Promise<void> => {\n const version =\n skubaManifest.devDependencies?.['pnpm-plugin-skuba'] || 'latest';\n\n await exec('pnpm', 'add', '--config', `pnpm-plugin-skuba@${version}`);\n\n // Run install to ensure that the pnpmfileChecksum gets written\n await exec('pnpm', 'install', '--offline');\n};\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,kBAAqB;AAEd,MAAM,oBAAoB,OAC/B,kBACkB;AAClB,QAAM,UACJ,cAAc,kBAAkB,mBAAmB,KAAK;AAE1D,YAAM,kBAAK,QAAQ,OAAO,YAAY,qBAAqB,OAAO,EAAE;AAGpE,YAAM,kBAAK,QAAQ,WAAW,WAAW;AAC3C;",
4
+ "sourcesContent": ["import type { NormalizedPackageJson } from 'read-pkg-up';\n\nimport { exec } from '../../utils/exec.js';\n\nexport const installPnpmPlugin = async (\n skubaManifest: NormalizedPackageJson,\n): Promise<void> => {\n const version =\n skubaManifest.devDependencies?.['pnpm-plugin-skuba'] || 'latest';\n\n await exec('pnpm', 'add', '--config', `pnpm-plugin-skuba@${version}`);\n\n // Run install to ensure that the pnpmfileChecksum gets written\n await exec('pnpm', 'install', '--lockfile-only', '--offline');\n};\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,kBAAqB;AAEd,MAAM,oBAAoB,OAC/B,kBACkB;AAClB,QAAM,UACJ,cAAc,kBAAkB,mBAAmB,KAAK;AAE1D,YAAM,kBAAK,QAAQ,OAAO,YAAY,qBAAqB,OAAO,EAAE;AAGpE,YAAM,kBAAK,QAAQ,WAAW,mBAAmB,WAAW;AAC9D;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skuba",
3
- "version": "14.0.0-rfc-pnpm-config-skuba-20260107013247",
3
+ "version": "14.0.0-rfc-pnpm-config-skuba-20260107021544",
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",
@@ -102,8 +102,8 @@
102
102
  "tsx": "^4.21.0",
103
103
  "typescript": "~5.9.0",
104
104
  "zod": "^4.0.0",
105
- "@skuba-lib/api": "^2.0.0-rfc-pnpm-config-skuba-20260107013247",
106
- "eslint-config-skuba": "8.0.0-rfc-pnpm-config-skuba-20260107013247"
105
+ "@skuba-lib/api": "^2.0.0-rfc-pnpm-config-skuba-20260107021544",
106
+ "eslint-config-skuba": "8.0.0-rfc-pnpm-config-skuba-20260107021544"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@changesets/cli": "2.29.8",
@@ -134,7 +134,7 @@
134
134
  "semver": "7.7.3",
135
135
  "supertest": "7.1.4",
136
136
  "type-fest": "2.19.0",
137
- "pnpm-plugin-skuba": "2.0.0-rfc-pnpm-config-skuba-20260107013247"
137
+ "pnpm-plugin-skuba": "2.0.0-rfc-pnpm-config-skuba-20260107021544"
138
138
  },
139
139
  "engines": {
140
140
  "node": ">=22.14.0"
@@ -19,11 +19,11 @@
19
19
  "test:watch": "skuba test --watch"
20
20
  },
21
21
  "dependencies": {
22
- "skuba-dive": "4.0.0-rfc-pnpm-config-skuba-20260107013247"
22
+ "skuba-dive": "4.0.0-rfc-pnpm-config-skuba-20260107021544"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^22.13.10",
26
- "skuba": "14.0.0-rfc-pnpm-config-skuba-20260107013247"
26
+ "skuba": "14.0.0-rfc-pnpm-config-skuba-20260107021544"
27
27
  },
28
28
  "packageManager": "pnpm@10.27.0",
29
29
  "engines": {
@@ -24,7 +24,7 @@
24
24
  "@aws-sdk/client-sns": "^3.363.0",
25
25
  "@seek/aws-codedeploy-hooks": "^2.0.0",
26
26
  "@seek/logger": "^11.1.0",
27
- "skuba-dive": "4.0.0-rfc-pnpm-config-skuba-20260107013247",
27
+ "skuba-dive": "4.0.0-rfc-pnpm-config-skuba-20260107021544",
28
28
  "zod": "^4.0.0"
29
29
  },
30
30
  "devDependencies": {
@@ -42,7 +42,7 @@
42
42
  "datadog-lambda-js": "^12.0.0",
43
43
  "dd-trace": "^5.0.0",
44
44
  "pino-pretty": "^13.0.0",
45
- "skuba": "14.0.0-rfc-pnpm-config-skuba-20260107013247"
45
+ "skuba": "14.0.0-rfc-pnpm-config-skuba-20260107021544"
46
46
  },
47
47
  "packageManager": "pnpm@10.27.0",
48
48
  "engines": {