oclif 4.3.8 → 4.3.10

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.
@@ -173,11 +173,11 @@ class Promote extends core_1.Command {
173
173
  await Promise.all(debArtifacts.flatMap((artifact) => {
174
174
  const debCopySource = cloudBucketCommitKey(`apt/${artifact}`);
175
175
  const debKey = cloudChannelKey(`apt/${artifact}`);
176
- // apt expects ../apt/dists/versionName/[artifacts] but oclif wants varsions/sha/apt/[artifacts]
176
+ // apt expects ../apt/dists/versionName/[artifacts] but oclif wants versions/sha/apt/[artifacts]
177
177
  // see https://github.com/oclif/oclif/issues/347 for the AWS-redirect that solves this
178
178
  // this workaround puts the code in both places that the redirect was doing
179
179
  // with this, the docs are correct. The copies are all done in parallel so it shouldn't be too costly.
180
- const workaroundKey = cloudChannelKey(`apt/./${artifact}`);
180
+ const workaroundKey = `${cloudChannelKey('apt/')}./${artifact}`;
181
181
  return [
182
182
  aws_1.default.s3.copyObject({
183
183
  ...awsDefaults,
@@ -732,5 +732,5 @@
732
732
  ]
733
733
  }
734
734
  },
735
- "version": "4.3.8"
735
+ "version": "4.3.10"
736
736
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oclif",
3
3
  "description": "oclif: create your own CLI",
4
- "version": "4.3.8",
4
+ "version": "4.3.10",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "oclif": "bin/run.js"
@@ -12,7 +12,7 @@
12
12
  "@aws-sdk/client-s3": "^3.496.0",
13
13
  "@oclif/core": "^3.18.1",
14
14
  "@oclif/plugin-help": "^6.0.9",
15
- "@oclif/plugin-not-found": "^3.0.8",
15
+ "@oclif/plugin-not-found": "^3.0.9",
16
16
  "@oclif/plugin-warn-if-update-available": "^3.0.9",
17
17
  "async-retry": "^1.3.3",
18
18
  "change-case": "^4",
@@ -49,7 +49,7 @@
49
49
  "conventional-changelog-cli": "^2.2.2",
50
50
  "eslint": "^8.50.0",
51
51
  "eslint-config-oclif": "^5.0.0",
52
- "eslint-config-oclif-typescript": "^3.0.35",
52
+ "eslint-config-oclif-typescript": "^3.0.37",
53
53
  "eslint-config-prettier": "^9.0.0",
54
54
  "fancy-test": "^3.0.1",
55
55
  "globby": "^11.1.0",