@salesforce/plugin-signups 2.6.49 → 2.6.51
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 +7 -7
 - package/npm-shrinkwrap.json +738 -751
 - package/oclif.lock +820 -828
 - package/oclif.manifest.json +1 -1
 - package/package.json +7 -7
 
    
        package/oclif.manifest.json
    CHANGED
    
    
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,12 +1,12 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
                "name": "@salesforce/plugin-signups",
         
     | 
| 
       3 
3 
     | 
    
         
             
                "description": "Commands to interact with org shapes",
         
     | 
| 
       4 
     | 
    
         
            -
                "version": "2.6. 
     | 
| 
      
 4 
     | 
    
         
            +
                "version": "2.6.51",
         
     | 
| 
       5 
5 
     | 
    
         
             
                "author": "Salesforce",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "bugs": "https://github.com/forcedotcom/cli/issues",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "dependencies": {
         
     | 
| 
       8 
8 
     | 
    
         
             
                    "@oclif/core": "^4",
         
     | 
| 
       9 
     | 
    
         
            -
                    "@salesforce/core": "^8.23. 
     | 
| 
      
 9 
     | 
    
         
            +
                    "@salesforce/core": "^8.23.2",
         
     | 
| 
       10 
10 
     | 
    
         
             
                    "@salesforce/kit": "^3.2.4",
         
     | 
| 
       11 
11 
     | 
    
         
             
                    "@salesforce/sf-plugins-core": "^12.2.4",
         
     | 
| 
       12 
12 
     | 
    
         
             
                    "change-case": "^5.4.4"
         
     | 
| 
         @@ -15,15 +15,15 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                    "@oclif/plugin-command-snapshot": "^5.3.6",
         
     | 
| 
       16 
16 
     | 
    
         
             
                    "@salesforce/cli-plugins-testkit": "^5.3.41",
         
     | 
| 
       17 
17 
     | 
    
         
             
                    "@salesforce/dev-scripts": "^11.0.4",
         
     | 
| 
       18 
     | 
    
         
            -
                    "@salesforce/plugin-command-reference": "^3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    "@salesforce/plugin-command-reference": "^3.1.74",
         
     | 
| 
       19 
19 
     | 
    
         
             
                    "@salesforce/ts-types": "^2.0.11",
         
     | 
| 
       20 
20 
     | 
    
         
             
                    "@types/chai-as-promised": "^7.1.8",
         
     | 
| 
       21 
21 
     | 
    
         
             
                    "@types/chai-string": "^1.4.5",
         
     | 
| 
       22 
22 
     | 
    
         
             
                    "chai-as-promised": "7.1.2",
         
     | 
| 
       23 
23 
     | 
    
         
             
                    "chai-string": "^1.6.0",
         
     | 
| 
       24 
     | 
    
         
            -
                    "eslint-plugin-sf-plugin": "^1.20. 
     | 
| 
      
 24 
     | 
    
         
            +
                    "eslint-plugin-sf-plugin": "^1.20.33",
         
     | 
| 
       25 
25 
     | 
    
         
             
                    "jsforce": "^2.0.0-beta.28",
         
     | 
| 
       26 
     | 
    
         
            -
                    "oclif": "^4.22. 
     | 
| 
      
 26 
     | 
    
         
            +
                    "oclif": "^4.22.29",
         
     | 
| 
       27 
27 
     | 
    
         
             
                    "ts-node": "^10.9.2",
         
     | 
| 
       28 
28 
     | 
    
         
             
                    "typescript": "^5.5.4"
         
     | 
| 
       29 
29 
     | 
    
         
             
                },
         
     | 
| 
         @@ -220,7 +220,7 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                "exports": "./lib/index.js",
         
     | 
| 
       221 
221 
     | 
    
         
             
                "type": "module",
         
     | 
| 
       222 
222 
     | 
    
         
             
                "sfdx": {
         
     | 
| 
       223 
     | 
    
         
            -
                    "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6. 
     | 
| 
       224 
     | 
    
         
            -
                    "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6. 
     | 
| 
      
 223 
     | 
    
         
            +
                    "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.51.crt",
         
     | 
| 
      
 224 
     | 
    
         
            +
                    "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.51.sig"
         
     | 
| 
       225 
225 
     | 
    
         
             
                }
         
     | 
| 
       226 
226 
     | 
    
         
             
            }
         
     |