@pdfbutler/migration-cli 0.0.21 → 0.0.24

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
@@ -33,9 +33,8 @@ Additionally, two new optional flags, --session and --instance, have been added
33
33
  - '--session'. Allows you to provide a Salesforce Session Id for authentication.
34
34
  - '--instance'. Specifies the Salesforce Instance URL for authentication.
35
35
 
36
- - v.0.0.21 updates <br/>
37
- This release introduces an alternative authentication method to enhance flexibility when connecting to Salesforce. The new functionality includes support for session-based authentication, allowing users to connect without relying solely on username.
38
- Additionally, two new optional flags, --session and --instance, have been added to all commands to support this authentication method:
36
+ v.0.0.24 updates <br/>
37
+ This release introduces enhancements to filename handling, improving compatibility and usability when working with zipped files, particularly in Windows environments.
39
38
 
40
39
  - '--cut'. Trim filenames to a maximum of 150 characters to prevent issues when extracting a zipped file on Windows, as Windows Explorer cannot support file paths longer than 255 characters.
41
40
  - '--shortpaths'. The filename is just the DC name (drop the Stage and long DC Id in the filename).
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.21",
2
+ "version": "0.0.24",
3
3
  "commands": {
4
4
  "butler:pb:admincredentials": {
5
5
  "id": "butler:pb:admincredentials",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pdfbutler/migration-cli",
3
3
  "description": "[![NPM](https://img.shields.io/npm/v/pdfbutler-migration-cli.svg?label=pdfbutler-migration-cli)](https://www.npmjs.com/package/pdfbutler-migration-cli) [![Downloads/week](https://img.shields.io/npm/dw/pdfbutler-migration-cli.svg)](https://npmjs.org/package/pdfbutler-migration-cli) [![License](https://img.shields.io/badge/License-BSD%203--Clause-brightgreen.svg)](https://raw.githubusercontent.com/salesforcecli/pdfbutler-migration-cli/main/LICENSE.txt)",
4
- "version": "0.0.21",
4
+ "version": "0.0.24",
5
5
  "script": {
6
6
  "postinstall": "sf plugins link @pdfbutler/migration-cli"
7
7
  },