@pdfbutler/migration-cli 0.0.22 → 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,7 +33,7 @@ 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.22 updates <br/>
36
+ v.0.0.24 updates <br/>
37
37
  This release introduces enhancements to filename handling, improving compatibility and usability when working with zipped files, particularly in Windows environments.
38
38
 
39
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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.22",
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.22",
4
+ "version": "0.0.24",
5
5
  "script": {
6
6
  "postinstall": "sf plugins link @pdfbutler/migration-cli"
7
7
  },