oclif 4.4.4 → 4.4.6

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.
@@ -272,7 +272,7 @@ the CLI should already exist in a directory named after the CLI that is the root
272
272
  : []),
273
273
  ]);
274
274
  await (0, fs_extra_1.move)(buildConfig.workspace({ arch, platform: 'win32' }), path.join(installerBase, 'client'));
275
- await exec(`makensis ${installerBase}/${config.bin}.nsi | grep -v "\\[compress\\]" | grep -v "^File: Descending to"`);
275
+ await exec(`makensis "${installerBase}/${config.bin}.nsi" | grep -v "\\[compress\\]" | grep -v "^File: Descending to"`);
276
276
  const templateKey = (0, upload_util_1.templateShortKey)('win32', {
277
277
  arch,
278
278
  bin: config.bin,
@@ -737,5 +737,5 @@
737
737
  ]
738
738
  }
739
739
  },
740
- "version": "4.4.4"
740
+ "version": "4.4.6"
741
741
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "oclif",
3
3
  "description": "oclif: create your own CLI",
4
- "version": "4.4.4",
4
+ "version": "4.4.6",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "oclif": "bin/run.js"
8
8
  },
9
9
  "bugs": "https://github.com/oclif/oclif/issues",
10
10
  "dependencies": {
11
- "@aws-sdk/client-cloudfront": "^3.501.0",
11
+ "@aws-sdk/client-cloudfront": "^3.504.0",
12
12
  "@aws-sdk/client-s3": "^3.504.0",
13
13
  "@oclif/core": "^3.18.2",
14
14
  "@oclif/plugin-help": "^6.0.12",