@salesforce/plugin-signups 2.6.51 → 2.6.52
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 +46 -16
 - package/oclif.lock +27 -11
 - package/oclif.manifest.json +1 -1
 - package/package.json +4 -4
 
    
        package/README.md
    CHANGED
    
    | 
         @@ -123,7 +123,7 @@ EXAMPLES 
     | 
|
| 
       123 
123 
     | 
    
         
             
                $ sf org create shape --target-org SourceOrg
         
     | 
| 
       124 
124 
     | 
    
         
             
            ```
         
     | 
| 
       125 
125 
     | 
    
         | 
| 
       126 
     | 
    
         
            -
            _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 126 
     | 
    
         
            +
            _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.52/src/commands/org/create/shape.ts)_
         
     | 
| 
       127 
127 
     | 
    
         | 
| 
       128 
128 
     | 
    
         
             
            ## `sf org create snapshot`
         
     | 
| 
       129 
129 
     | 
    
         | 
| 
         @@ -179,7 +179,7 @@ FLAG DESCRIPTIONS 
     | 
|
| 
       179 
179 
     | 
    
         
             
                as a version control system tag or commit ID.
         
     | 
| 
       180 
180 
     | 
    
         
             
            ```
         
     | 
| 
       181 
181 
     | 
    
         | 
| 
       182 
     | 
    
         
            -
            _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 182 
     | 
    
         
            +
            _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.52/src/commands/org/create/snapshot.ts)_
         
     | 
| 
       183 
183 
     | 
    
         | 
| 
       184 
184 
     | 
    
         
             
            ## `sf org delete shape`
         
     | 
| 
       185 
185 
     | 
    
         | 
| 
         @@ -219,7 +219,7 @@ EXAMPLES 
     | 
|
| 
       219 
219 
     | 
    
         
             
                $ sf org delete shape --target-org SourceOrg --no-prompt
         
     | 
| 
       220 
220 
     | 
    
         
             
            ```
         
     | 
| 
       221 
221 
     | 
    
         | 
| 
       222 
     | 
    
         
            -
            _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 222 
     | 
    
         
            +
            _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.52/src/commands/org/delete/shape.ts)_
         
     | 
| 
       223 
223 
     | 
    
         | 
| 
       224 
224 
     | 
    
         
             
            ## `sf org delete snapshot`
         
     | 
| 
       225 
225 
     | 
    
         | 
| 
         @@ -264,7 +264,7 @@ FLAG DESCRIPTIONS 
     | 
|
| 
       264 
264 
     | 
    
         
             
                The IDs of scratch org snapshots start with 0Oo.
         
     | 
| 
       265 
265 
     | 
    
         
             
            ```
         
     | 
| 
       266 
266 
     | 
    
         | 
| 
       267 
     | 
    
         
            -
            _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 267 
     | 
    
         
            +
            _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.52/src/commands/org/delete/snapshot.ts)_
         
     | 
| 
       268 
268 
     | 
    
         | 
| 
       269 
269 
     | 
    
         
             
            ## `sf org get snapshot`
         
     | 
| 
       270 
270 
     | 
    
         | 
| 
         @@ -311,7 +311,7 @@ FLAG DESCRIPTIONS 
     | 
|
| 
       311 
311 
     | 
    
         
             
                The IDs of scratch org snapshots start with 0Oo.
         
     | 
| 
       312 
312 
     | 
    
         
             
            ```
         
     | 
| 
       313 
313 
     | 
    
         | 
| 
       314 
     | 
    
         
            -
            _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 314 
     | 
    
         
            +
            _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.52/src/commands/org/get/snapshot.ts)_
         
     | 
| 
       315 
315 
     | 
    
         | 
| 
       316 
316 
     | 
    
         
             
            ## `sf org list shape`
         
     | 
| 
       317 
317 
     | 
    
         | 
| 
         @@ -344,7 +344,7 @@ EXAMPLES 
     | 
|
| 
       344 
344 
     | 
    
         
             
                $ sf org list shape --json > tmp/MyOrgShapeList.json
         
     | 
| 
       345 
345 
     | 
    
         
             
            ```
         
     | 
| 
       346 
346 
     | 
    
         | 
| 
       347 
     | 
    
         
            -
            _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 347 
     | 
    
         
            +
            _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.52/src/commands/org/list/shape.ts)_
         
     | 
| 
       348 
348 
     | 
    
         | 
| 
       349 
349 
     | 
    
         
             
            ## `sf org list snapshot`
         
     | 
| 
       350 
350 
     | 
    
         | 
| 
         @@ -386,6 +386,6 @@ EXAMPLES 
     | 
|
| 
       386 
386 
     | 
    
         
             
                $ sf org list snapshot --target-dev-hub SnapshotDevHub
         
     | 
| 
       387 
387 
     | 
    
         
             
            ```
         
     | 
| 
       388 
388 
     | 
    
         | 
| 
       389 
     | 
    
         
            -
            _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 389 
     | 
    
         
            +
            _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.52/src/commands/org/list/snapshot.ts)_
         
     | 
| 
       390 
390 
     | 
    
         | 
| 
       391 
391 
     | 
    
         
             
            <!-- commandsstop -->
         
     | 
    
        package/npm-shrinkwrap.json
    CHANGED
    
    | 
         @@ -1,18 +1,18 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@salesforce/plugin-signups",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "2.6. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "2.6.52",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "lockfileVersion": 3,
         
     | 
| 
       5 
5 
     | 
    
         
             
              "requires": true,
         
     | 
| 
       6 
6 
     | 
    
         
             
              "packages": {
         
     | 
| 
       7 
7 
     | 
    
         
             
                "": {
         
     | 
| 
       8 
8 
     | 
    
         
             
                  "name": "@salesforce/plugin-signups",
         
     | 
| 
       9 
     | 
    
         
            -
                  "version": "2.6. 
     | 
| 
      
 9 
     | 
    
         
            +
                  "version": "2.6.52",
         
     | 
| 
       10 
10 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
       11 
11 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       12 
12 
     | 
    
         
             
                    "@oclif/core": "^4",
         
     | 
| 
       13 
13 
     | 
    
         
             
                    "@salesforce/core": "^8.23.2",
         
     | 
| 
       14 
14 
     | 
    
         
             
                    "@salesforce/kit": "^3.2.4",
         
     | 
| 
       15 
     | 
    
         
            -
                    "@salesforce/sf-plugins-core": "^12.2. 
     | 
| 
      
 15 
     | 
    
         
            +
                    "@salesforce/sf-plugins-core": "^12.2.5",
         
     | 
| 
       16 
16 
     | 
    
         
             
                    "change-case": "^5.4.4"
         
     | 
| 
       17 
17 
     | 
    
         
             
                  },
         
     | 
| 
       18 
18 
     | 
    
         
             
                  "devDependencies": {
         
     | 
| 
         @@ -3591,9 +3591,9 @@ 
     | 
|
| 
       3591 
3591 
     | 
    
         
             
                  }
         
     | 
| 
       3592 
3592 
     | 
    
         
             
                },
         
     | 
| 
       3593 
3593 
     | 
    
         
             
                "node_modules/@oclif/table": {
         
     | 
| 
       3594 
     | 
    
         
            -
                  "version": "0. 
     | 
| 
       3595 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0. 
     | 
| 
       3596 
     | 
    
         
            -
                  "integrity": "sha512- 
     | 
| 
      
 3594 
     | 
    
         
            +
                  "version": "0.5.0",
         
     | 
| 
      
 3595 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.0.tgz",
         
     | 
| 
      
 3596 
     | 
    
         
            +
                  "integrity": "sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==",
         
     | 
| 
       3597 
3597 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
       3598 
3598 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       3599 
3599 
     | 
    
         
             
                    "@types/react": "^18.3.12",
         
     | 
| 
         @@ -3603,8 +3603,8 @@ 
     | 
|
| 
       3603 
3603 
     | 
    
         
             
                    "natural-orderby": "^3.0.2",
         
     | 
| 
       3604 
3604 
     | 
    
         
             
                    "object-hash": "^3.0.0",
         
     | 
| 
       3605 
3605 
     | 
    
         
             
                    "react": "^18.3.1",
         
     | 
| 
       3606 
     | 
    
         
            -
                    "strip-ansi": "^7.1. 
     | 
| 
       3607 
     | 
    
         
            -
                    "wrap-ansi": "^9.0. 
     | 
| 
      
 3606 
     | 
    
         
            +
                    "strip-ansi": "^7.1.2",
         
     | 
| 
      
 3607 
     | 
    
         
            +
                    "wrap-ansi": "^9.0.2"
         
     | 
| 
       3608 
3608 
     | 
    
         
             
                  },
         
     | 
| 
       3609 
3609 
     | 
    
         
             
                  "engines": {
         
     | 
| 
       3610 
3610 
     | 
    
         
             
                    "node": ">=18.0.0"
         
     | 
| 
         @@ -3645,7 +3645,7 @@ 
     | 
|
| 
       3645 
3645 
     | 
    
         
             
                    "url": "https://github.com/sponsors/sindresorhus"
         
     | 
| 
       3646 
3646 
     | 
    
         
             
                  }
         
     | 
| 
       3647 
3647 
     | 
    
         
             
                },
         
     | 
| 
       3648 
     | 
    
         
            -
                "node_modules/@oclif/table/node_modules/strip-ansi": {
         
     | 
| 
      
 3648 
     | 
    
         
            +
                "node_modules/@oclif/table/node_modules/string-width/node_modules/strip-ansi": {
         
     | 
| 
       3649 
3649 
     | 
    
         
             
                  "version": "7.1.0",
         
     | 
| 
       3650 
3650 
     | 
    
         
             
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
         
     | 
| 
       3651 
3651 
     | 
    
         
             
                  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
         
     | 
| 
         @@ -3660,10 +3660,25 @@ 
     | 
|
| 
       3660 
3660 
     | 
    
         
             
                    "url": "https://github.com/chalk/strip-ansi?sponsor=1"
         
     | 
| 
       3661 
3661 
     | 
    
         
             
                  }
         
     | 
| 
       3662 
3662 
     | 
    
         
             
                },
         
     | 
| 
      
 3663 
     | 
    
         
            +
                "node_modules/@oclif/table/node_modules/strip-ansi": {
         
     | 
| 
      
 3664 
     | 
    
         
            +
                  "version": "7.1.2",
         
     | 
| 
      
 3665 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
         
     | 
| 
      
 3666 
     | 
    
         
            +
                  "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
         
     | 
| 
      
 3667 
     | 
    
         
            +
                  "license": "MIT",
         
     | 
| 
      
 3668 
     | 
    
         
            +
                  "dependencies": {
         
     | 
| 
      
 3669 
     | 
    
         
            +
                    "ansi-regex": "^6.0.1"
         
     | 
| 
      
 3670 
     | 
    
         
            +
                  },
         
     | 
| 
      
 3671 
     | 
    
         
            +
                  "engines": {
         
     | 
| 
      
 3672 
     | 
    
         
            +
                    "node": ">=12"
         
     | 
| 
      
 3673 
     | 
    
         
            +
                  },
         
     | 
| 
      
 3674 
     | 
    
         
            +
                  "funding": {
         
     | 
| 
      
 3675 
     | 
    
         
            +
                    "url": "https://github.com/chalk/strip-ansi?sponsor=1"
         
     | 
| 
      
 3676 
     | 
    
         
            +
                  }
         
     | 
| 
      
 3677 
     | 
    
         
            +
                },
         
     | 
| 
       3663 
3678 
     | 
    
         
             
                "node_modules/@oclif/table/node_modules/wrap-ansi": {
         
     | 
| 
       3664 
     | 
    
         
            -
                  "version": "9.0. 
     | 
| 
       3665 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0. 
     | 
| 
       3666 
     | 
    
         
            -
                  "integrity": "sha512- 
     | 
| 
      
 3679 
     | 
    
         
            +
                  "version": "9.0.2",
         
     | 
| 
      
 3680 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
         
     | 
| 
      
 3681 
     | 
    
         
            +
                  "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
         
     | 
| 
       3667 
3682 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
       3668 
3683 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       3669 
3684 
     | 
    
         
             
                    "ansi-styles": "^6.2.1",
         
     | 
| 
         @@ -3677,6 +3692,21 @@ 
     | 
|
| 
       3677 
3692 
     | 
    
         
             
                    "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
         
     | 
| 
       3678 
3693 
     | 
    
         
             
                  }
         
     | 
| 
       3679 
3694 
     | 
    
         
             
                },
         
     | 
| 
      
 3695 
     | 
    
         
            +
                "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/strip-ansi": {
         
     | 
| 
      
 3696 
     | 
    
         
            +
                  "version": "7.1.0",
         
     | 
| 
      
 3697 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
         
     | 
| 
      
 3698 
     | 
    
         
            +
                  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
         
     | 
| 
      
 3699 
     | 
    
         
            +
                  "license": "MIT",
         
     | 
| 
      
 3700 
     | 
    
         
            +
                  "dependencies": {
         
     | 
| 
      
 3701 
     | 
    
         
            +
                    "ansi-regex": "^6.0.1"
         
     | 
| 
      
 3702 
     | 
    
         
            +
                  },
         
     | 
| 
      
 3703 
     | 
    
         
            +
                  "engines": {
         
     | 
| 
      
 3704 
     | 
    
         
            +
                    "node": ">=12"
         
     | 
| 
      
 3705 
     | 
    
         
            +
                  },
         
     | 
| 
      
 3706 
     | 
    
         
            +
                  "funding": {
         
     | 
| 
      
 3707 
     | 
    
         
            +
                    "url": "https://github.com/chalk/strip-ansi?sponsor=1"
         
     | 
| 
      
 3708 
     | 
    
         
            +
                  }
         
     | 
| 
      
 3709 
     | 
    
         
            +
                },
         
     | 
| 
       3680 
3710 
     | 
    
         
             
                "node_modules/@pkgjs/parseargs": {
         
     | 
| 
       3681 
3711 
     | 
    
         
             
                  "version": "0.11.0",
         
     | 
| 
       3682 
3712 
     | 
    
         
             
                  "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
         
     | 
| 
         @@ -4150,15 +4180,15 @@ 
     | 
|
| 
       4150 
4180 
     | 
    
         
             
                  "license": "ISC"
         
     | 
| 
       4151 
4181 
     | 
    
         
             
                },
         
     | 
| 
       4152 
4182 
     | 
    
         
             
                "node_modules/@salesforce/sf-plugins-core": {
         
     | 
| 
       4153 
     | 
    
         
            -
                  "version": "12.2. 
     | 
| 
       4154 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2. 
     | 
| 
       4155 
     | 
    
         
            -
                  "integrity": "sha512- 
     | 
| 
      
 4183 
     | 
    
         
            +
                  "version": "12.2.5",
         
     | 
| 
      
 4184 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz",
         
     | 
| 
      
 4185 
     | 
    
         
            +
                  "integrity": "sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==",
         
     | 
| 
       4156 
4186 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
       4157 
4187 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       4158 
4188 
     | 
    
         
             
                    "@inquirer/confirm": "^3.1.22",
         
     | 
| 
       4159 
4189 
     | 
    
         
             
                    "@inquirer/password": "^2.2.0",
         
     | 
| 
       4160 
4190 
     | 
    
         
             
                    "@oclif/core": "^4.5.2",
         
     | 
| 
       4161 
     | 
    
         
            -
                    "@oclif/table": "^0. 
     | 
| 
      
 4191 
     | 
    
         
            +
                    "@oclif/table": "^0.5.0",
         
     | 
| 
       4162 
4192 
     | 
    
         
             
                    "@salesforce/core": "^8.18.7",
         
     | 
| 
       4163 
4193 
     | 
    
         
             
                    "@salesforce/kit": "^3.2.3",
         
     | 
| 
       4164 
4194 
     | 
    
         
             
                    "@salesforce/ts-types": "^2.0.12",
         
     | 
    
        package/oclif.lock
    CHANGED
    
    | 
         @@ -1465,10 +1465,10 @@ 
     | 
|
| 
       1465 
1465 
     | 
    
         
             
                lodash "^4.17.21"
         
     | 
| 
       1466 
1466 
     | 
    
         
             
                registry-auth-token "^5.1.0"
         
     | 
| 
       1467 
1467 
     | 
    
         | 
| 
       1468 
     | 
    
         
            -
            "@oclif/table@^0. 
     | 
| 
       1469 
     | 
    
         
            -
              version "0. 
     | 
| 
       1470 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0. 
     | 
| 
       1471 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 1468 
     | 
    
         
            +
            "@oclif/table@^0.5.0":
         
     | 
| 
      
 1469 
     | 
    
         
            +
              version "0.5.0"
         
     | 
| 
      
 1470 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.0.tgz#d84f6ba1ab38092cebf7c4712671ab0348ea74ee"
         
     | 
| 
      
 1471 
     | 
    
         
            +
              integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==
         
     | 
| 
       1472 
1472 
     | 
    
         
             
              dependencies:
         
     | 
| 
       1473 
1473 
     | 
    
         
             
                "@types/react" "^18.3.12"
         
     | 
| 
       1474 
1474 
     | 
    
         
             
                change-case "^5.4.4"
         
     | 
| 
         @@ -1477,8 +1477,8 @@ 
     | 
|
| 
       1477 
1477 
     | 
    
         
             
                natural-orderby "^3.0.2"
         
     | 
| 
       1478 
1478 
     | 
    
         
             
                object-hash "^3.0.0"
         
     | 
| 
       1479 
1479 
     | 
    
         
             
                react "^18.3.1"
         
     | 
| 
       1480 
     | 
    
         
            -
                strip-ansi "^7.1. 
     | 
| 
       1481 
     | 
    
         
            -
                wrap-ansi "^9.0. 
     | 
| 
      
 1480 
     | 
    
         
            +
                strip-ansi "^7.1.2"
         
     | 
| 
      
 1481 
     | 
    
         
            +
                wrap-ansi "^9.0.2"
         
     | 
| 
       1482 
1482 
     | 
    
         | 
| 
       1483 
1483 
     | 
    
         
             
            "@pkgjs/parseargs@^0.11.0":
         
     | 
| 
       1484 
1484 
     | 
    
         
             
              version "0.11.0"
         
     | 
| 
         @@ -1633,15 +1633,15 @@ 
     | 
|
| 
       1633 
1633 
     | 
    
         
             
                string-width "^7.2.0"
         
     | 
| 
       1634 
1634 
     | 
    
         
             
                terminal-link "^3.0.0"
         
     | 
| 
       1635 
1635 
     | 
    
         | 
| 
       1636 
     | 
    
         
            -
            "@salesforce/sf-plugins-core@^12.2. 
     | 
| 
       1637 
     | 
    
         
            -
              version "12.2. 
     | 
| 
       1638 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2. 
     | 
| 
       1639 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 1636 
     | 
    
         
            +
            "@salesforce/sf-plugins-core@^12.2.5":
         
     | 
| 
      
 1637 
     | 
    
         
            +
              version "12.2.5"
         
     | 
| 
      
 1638 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz#c5fdd15e3ca90fc91faf485b3907892f3dc6c4ae"
         
     | 
| 
      
 1639 
     | 
    
         
            +
              integrity sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==
         
     | 
| 
       1640 
1640 
     | 
    
         
             
              dependencies:
         
     | 
| 
       1641 
1641 
     | 
    
         
             
                "@inquirer/confirm" "^3.1.22"
         
     | 
| 
       1642 
1642 
     | 
    
         
             
                "@inquirer/password" "^2.2.0"
         
     | 
| 
       1643 
1643 
     | 
    
         
             
                "@oclif/core" "^4.5.2"
         
     | 
| 
       1644 
     | 
    
         
            -
                "@oclif/table" "^0. 
     | 
| 
      
 1644 
     | 
    
         
            +
                "@oclif/table" "^0.5.0"
         
     | 
| 
       1645 
1645 
     | 
    
         
             
                "@salesforce/core" "^8.18.7"
         
     | 
| 
       1646 
1646 
     | 
    
         
             
                "@salesforce/kit" "^3.2.3"
         
     | 
| 
       1647 
1647 
     | 
    
         
             
                "@salesforce/ts-types" "^2.0.12"
         
     | 
| 
         @@ -7294,6 +7294,13 @@ strip-ansi@^7.0.1, strip-ansi@^7.1.0: 
     | 
|
| 
       7294 
7294 
     | 
    
         
             
              dependencies:
         
     | 
| 
       7295 
7295 
     | 
    
         
             
                ansi-regex "^6.0.1"
         
     | 
| 
       7296 
7296 
     | 
    
         | 
| 
      
 7297 
     | 
    
         
            +
            strip-ansi@^7.1.2:
         
     | 
| 
      
 7298 
     | 
    
         
            +
              version "7.1.2"
         
     | 
| 
      
 7299 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
         
     | 
| 
      
 7300 
     | 
    
         
            +
              integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
         
     | 
| 
      
 7301 
     | 
    
         
            +
              dependencies:
         
     | 
| 
      
 7302 
     | 
    
         
            +
                ansi-regex "^6.0.1"
         
     | 
| 
      
 7303 
     | 
    
         
            +
             
     | 
| 
       7297 
7304 
     | 
    
         
             
            strip-bom@^3.0.0:
         
     | 
| 
       7298 
7305 
     | 
    
         
             
              version "3.0.0"
         
     | 
| 
       7299 
7306 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
         
     | 
| 
         @@ -7917,6 +7924,15 @@ wrap-ansi@^9.0.0: 
     | 
|
| 
       7917 
7924 
     | 
    
         
             
                string-width "^7.0.0"
         
     | 
| 
       7918 
7925 
     | 
    
         
             
                strip-ansi "^7.1.0"
         
     | 
| 
       7919 
7926 
     | 
    
         | 
| 
      
 7927 
     | 
    
         
            +
            wrap-ansi@^9.0.2:
         
     | 
| 
      
 7928 
     | 
    
         
            +
              version "9.0.2"
         
     | 
| 
      
 7929 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
         
     | 
| 
      
 7930 
     | 
    
         
            +
              integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
         
     | 
| 
      
 7931 
     | 
    
         
            +
              dependencies:
         
     | 
| 
      
 7932 
     | 
    
         
            +
                ansi-styles "^6.2.1"
         
     | 
| 
      
 7933 
     | 
    
         
            +
                string-width "^7.0.0"
         
     | 
| 
      
 7934 
     | 
    
         
            +
                strip-ansi "^7.1.0"
         
     | 
| 
      
 7935 
     | 
    
         
            +
             
     | 
| 
       7920 
7936 
     | 
    
         
             
            wrappy@1:
         
     | 
| 
       7921 
7937 
     | 
    
         
             
              version "1.0.2"
         
     | 
| 
       7922 
7938 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
         
     | 
    
        package/oclif.manifest.json
    CHANGED
    
    
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       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.52",
         
     | 
| 
       5 
5 
     | 
    
         
             
                "author": "Salesforce",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "bugs": "https://github.com/forcedotcom/cli/issues",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "dependencies": {
         
     | 
| 
       8 
8 
     | 
    
         
             
                    "@oclif/core": "^4",
         
     | 
| 
       9 
9 
     | 
    
         
             
                    "@salesforce/core": "^8.23.2",
         
     | 
| 
       10 
10 
     | 
    
         
             
                    "@salesforce/kit": "^3.2.4",
         
     | 
| 
       11 
     | 
    
         
            -
                    "@salesforce/sf-plugins-core": "^12.2. 
     | 
| 
      
 11 
     | 
    
         
            +
                    "@salesforce/sf-plugins-core": "^12.2.5",
         
     | 
| 
       12 
12 
     | 
    
         
             
                    "change-case": "^5.4.4"
         
     | 
| 
       13 
13 
     | 
    
         
             
                },
         
     | 
| 
       14 
14 
     | 
    
         
             
                "devDependencies": {
         
     | 
| 
         @@ -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.52.crt",
         
     | 
| 
      
 224 
     | 
    
         
            +
                    "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.52.sig"
         
     | 
| 
       225 
225 
     | 
    
         
             
                }
         
     | 
| 
       226 
226 
     | 
    
         
             
            }
         
     |