@salesforce/plugin-schema 3.1.9 → 3.2.0
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 +8 -6
- package/npm-shrinkwrap.json +311 -242
- package/oclif.lock +124 -61
- package/oclif.manifest.json +17 -3
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ Display the metadata for a standard or custom object or a Tooling API object.
|
|
|
79
79
|
|
|
80
80
|
```
|
|
81
81
|
USAGE
|
|
82
|
-
$ sf sobject describe -o <value> -s <value> [--json] [--api-version <value>] [-t]
|
|
82
|
+
$ sf sobject describe -o <value> -s <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t]
|
|
83
83
|
|
|
84
84
|
FLAGS
|
|
85
85
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -89,7 +89,8 @@ FLAGS
|
|
|
89
89
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
90
90
|
|
|
91
91
|
GLOBAL FLAGS
|
|
92
|
-
--
|
|
92
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
93
|
+
--json Format output as json.
|
|
93
94
|
|
|
94
95
|
DESCRIPTION
|
|
95
96
|
Display the metadata for a standard or custom object or a Tooling API object.
|
|
@@ -117,7 +118,7 @@ EXAMPLES
|
|
|
117
118
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
118
119
|
```
|
|
119
120
|
|
|
120
|
-
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.
|
|
121
|
+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.2.0/src/commands/sobject/describe.ts)_
|
|
121
122
|
|
|
122
123
|
## `sf sobject list`
|
|
123
124
|
|
|
@@ -125,7 +126,7 @@ List all Salesforce objects of a specified category.
|
|
|
125
126
|
|
|
126
127
|
```
|
|
127
128
|
USAGE
|
|
128
|
-
$ sf sobject list -o <value> [--json] [--api-version <value>] [-s <value>]
|
|
129
|
+
$ sf sobject list -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-s <value>]
|
|
129
130
|
|
|
130
131
|
FLAGS
|
|
131
132
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -134,7 +135,8 @@ FLAGS
|
|
|
134
135
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
135
136
|
|
|
136
137
|
GLOBAL FLAGS
|
|
137
|
-
--
|
|
138
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
139
|
+
--json Format output as json.
|
|
138
140
|
|
|
139
141
|
DESCRIPTION
|
|
140
142
|
List all Salesforce objects of a specified category.
|
|
@@ -155,6 +157,6 @@ EXAMPLES
|
|
|
155
157
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
156
158
|
```
|
|
157
159
|
|
|
158
|
-
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.
|
|
160
|
+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.2.0/src/commands/sobject/list.ts)_
|
|
159
161
|
|
|
160
162
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-schema",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-schema",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.2.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.25.2",
|
|
13
13
|
"@salesforce/core": "^6.7.1",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^
|
|
14
|
+
"@salesforce/sf-plugins-core": "^8.0.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.1.2",
|
|
18
18
|
"@oclif/plugin-help": "^6.0.17",
|
|
19
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
19
|
+
"@salesforce/cli-plugins-testkit": "^5.1.12",
|
|
20
20
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
21
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
21
|
+
"@salesforce/plugin-command-reference": "^3.0.71",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
24
24
|
"oclif": "^4.5.5",
|
|
25
25
|
"ts-node": "^10.9.2",
|
|
26
|
-
"typescript": "^5.4.
|
|
26
|
+
"typescript": "^5.4.3"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
29
|
"node": ">=18.0.0"
|
|
@@ -3182,26 +3182,6 @@
|
|
|
3182
3182
|
"url": "https://opencollective.com/eslint"
|
|
3183
3183
|
}
|
|
3184
3184
|
},
|
|
3185
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
3186
|
-
"version": "2.0.1",
|
|
3187
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
3188
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
3189
|
-
"dev": true,
|
|
3190
|
-
"license": "Python-2.0"
|
|
3191
|
-
},
|
|
3192
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
3193
|
-
"version": "4.1.0",
|
|
3194
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
3195
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
3196
|
-
"dev": true,
|
|
3197
|
-
"license": "MIT",
|
|
3198
|
-
"dependencies": {
|
|
3199
|
-
"argparse": "^2.0.1"
|
|
3200
|
-
},
|
|
3201
|
-
"bin": {
|
|
3202
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
3185
|
"node_modules/@eslint/js": {
|
|
3206
3186
|
"version": "8.57.0",
|
|
3207
3187
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -3255,6 +3235,143 @@
|
|
|
3255
3235
|
"dev": true,
|
|
3256
3236
|
"license": "BSD-3-Clause"
|
|
3257
3237
|
},
|
|
3238
|
+
"node_modules/@inquirer/confirm": {
|
|
3239
|
+
"version": "2.0.17",
|
|
3240
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.17.tgz",
|
|
3241
|
+
"integrity": "sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==",
|
|
3242
|
+
"license": "MIT",
|
|
3243
|
+
"dependencies": {
|
|
3244
|
+
"@inquirer/core": "^6.0.0",
|
|
3245
|
+
"@inquirer/type": "^1.1.6",
|
|
3246
|
+
"chalk": "^4.1.2"
|
|
3247
|
+
},
|
|
3248
|
+
"engines": {
|
|
3249
|
+
"node": ">=14.18.0"
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3252
|
+
"node_modules/@inquirer/core": {
|
|
3253
|
+
"version": "6.0.0",
|
|
3254
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz",
|
|
3255
|
+
"integrity": "sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==",
|
|
3256
|
+
"license": "MIT",
|
|
3257
|
+
"dependencies": {
|
|
3258
|
+
"@inquirer/type": "^1.1.6",
|
|
3259
|
+
"@types/mute-stream": "^0.0.4",
|
|
3260
|
+
"@types/node": "^20.10.7",
|
|
3261
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
3262
|
+
"ansi-escapes": "^4.3.2",
|
|
3263
|
+
"chalk": "^4.1.2",
|
|
3264
|
+
"cli-spinners": "^2.9.2",
|
|
3265
|
+
"cli-width": "^4.1.0",
|
|
3266
|
+
"figures": "^3.2.0",
|
|
3267
|
+
"mute-stream": "^1.0.0",
|
|
3268
|
+
"run-async": "^3.0.0",
|
|
3269
|
+
"signal-exit": "^4.1.0",
|
|
3270
|
+
"strip-ansi": "^6.0.1",
|
|
3271
|
+
"wrap-ansi": "^6.2.0"
|
|
3272
|
+
},
|
|
3273
|
+
"engines": {
|
|
3274
|
+
"node": ">=14.18.0"
|
|
3275
|
+
}
|
|
3276
|
+
},
|
|
3277
|
+
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
3278
|
+
"version": "20.11.30",
|
|
3279
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
|
|
3280
|
+
"integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==",
|
|
3281
|
+
"license": "MIT",
|
|
3282
|
+
"dependencies": {
|
|
3283
|
+
"undici-types": "~5.26.4"
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
3286
|
+
"node_modules/@inquirer/core/node_modules/cli-spinners": {
|
|
3287
|
+
"version": "2.9.2",
|
|
3288
|
+
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
|
|
3289
|
+
"integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
|
|
3290
|
+
"license": "MIT",
|
|
3291
|
+
"engines": {
|
|
3292
|
+
"node": ">=6"
|
|
3293
|
+
},
|
|
3294
|
+
"funding": {
|
|
3295
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3296
|
+
}
|
|
3297
|
+
},
|
|
3298
|
+
"node_modules/@inquirer/core/node_modules/cli-width": {
|
|
3299
|
+
"version": "4.1.0",
|
|
3300
|
+
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
3301
|
+
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
|
3302
|
+
"license": "ISC",
|
|
3303
|
+
"engines": {
|
|
3304
|
+
"node": ">= 12"
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
"node_modules/@inquirer/core/node_modules/mute-stream": {
|
|
3308
|
+
"version": "1.0.0",
|
|
3309
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
|
|
3310
|
+
"integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
|
|
3311
|
+
"license": "ISC",
|
|
3312
|
+
"engines": {
|
|
3313
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
3314
|
+
}
|
|
3315
|
+
},
|
|
3316
|
+
"node_modules/@inquirer/core/node_modules/run-async": {
|
|
3317
|
+
"version": "3.0.0",
|
|
3318
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
3319
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
3320
|
+
"license": "MIT",
|
|
3321
|
+
"engines": {
|
|
3322
|
+
"node": ">=0.12.0"
|
|
3323
|
+
}
|
|
3324
|
+
},
|
|
3325
|
+
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
3326
|
+
"version": "4.1.0",
|
|
3327
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
3328
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3329
|
+
"license": "ISC",
|
|
3330
|
+
"engines": {
|
|
3331
|
+
"node": ">=14"
|
|
3332
|
+
},
|
|
3333
|
+
"funding": {
|
|
3334
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3338
|
+
"version": "6.2.0",
|
|
3339
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3340
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3341
|
+
"license": "MIT",
|
|
3342
|
+
"dependencies": {
|
|
3343
|
+
"ansi-styles": "^4.0.0",
|
|
3344
|
+
"string-width": "^4.1.0",
|
|
3345
|
+
"strip-ansi": "^6.0.0"
|
|
3346
|
+
},
|
|
3347
|
+
"engines": {
|
|
3348
|
+
"node": ">=8"
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
"node_modules/@inquirer/password": {
|
|
3352
|
+
"version": "1.1.16",
|
|
3353
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
|
|
3354
|
+
"integrity": "sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==",
|
|
3355
|
+
"license": "MIT",
|
|
3356
|
+
"dependencies": {
|
|
3357
|
+
"@inquirer/core": "^6.0.0",
|
|
3358
|
+
"@inquirer/type": "^1.1.6",
|
|
3359
|
+
"ansi-escapes": "^4.3.2",
|
|
3360
|
+
"chalk": "^4.1.2"
|
|
3361
|
+
},
|
|
3362
|
+
"engines": {
|
|
3363
|
+
"node": ">=14.18.0"
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
"node_modules/@inquirer/type": {
|
|
3367
|
+
"version": "1.2.1",
|
|
3368
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.1.tgz",
|
|
3369
|
+
"integrity": "sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==",
|
|
3370
|
+
"license": "MIT",
|
|
3371
|
+
"engines": {
|
|
3372
|
+
"node": ">=18"
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
3258
3375
|
"node_modules/@isaacs/cliui": {
|
|
3259
3376
|
"version": "8.0.2",
|
|
3260
3377
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -3382,6 +3499,30 @@
|
|
|
3382
3499
|
"node": ">=8"
|
|
3383
3500
|
}
|
|
3384
3501
|
},
|
|
3502
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
3503
|
+
"version": "1.0.10",
|
|
3504
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3505
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3506
|
+
"dev": true,
|
|
3507
|
+
"license": "MIT",
|
|
3508
|
+
"dependencies": {
|
|
3509
|
+
"sprintf-js": "~1.0.2"
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
3512
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
3513
|
+
"version": "3.14.1",
|
|
3514
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3515
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3516
|
+
"dev": true,
|
|
3517
|
+
"license": "MIT",
|
|
3518
|
+
"dependencies": {
|
|
3519
|
+
"argparse": "^1.0.7",
|
|
3520
|
+
"esprima": "^4.0.0"
|
|
3521
|
+
},
|
|
3522
|
+
"bin": {
|
|
3523
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3385
3526
|
"node_modules/@istanbuljs/schema": {
|
|
3386
3527
|
"version": "0.1.3",
|
|
3387
3528
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -3717,6 +3858,28 @@
|
|
|
3717
3858
|
"node": ">=18.0.0"
|
|
3718
3859
|
}
|
|
3719
3860
|
},
|
|
3861
|
+
"node_modules/@oclif/core/node_modules/argparse": {
|
|
3862
|
+
"version": "1.0.10",
|
|
3863
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3864
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3865
|
+
"license": "MIT",
|
|
3866
|
+
"dependencies": {
|
|
3867
|
+
"sprintf-js": "~1.0.2"
|
|
3868
|
+
}
|
|
3869
|
+
},
|
|
3870
|
+
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
3871
|
+
"version": "3.14.1",
|
|
3872
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3873
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3874
|
+
"license": "MIT",
|
|
3875
|
+
"dependencies": {
|
|
3876
|
+
"argparse": "^1.0.7",
|
|
3877
|
+
"esprima": "^4.0.0"
|
|
3878
|
+
},
|
|
3879
|
+
"bin": {
|
|
3880
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3720
3883
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3721
3884
|
"version": "9.0.3",
|
|
3722
3885
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
@@ -3748,13 +3911,13 @@
|
|
|
3748
3911
|
}
|
|
3749
3912
|
},
|
|
3750
3913
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3751
|
-
"version": "5.1.
|
|
3752
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3753
|
-
"integrity": "sha512
|
|
3914
|
+
"version": "5.1.2",
|
|
3915
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz",
|
|
3916
|
+
"integrity": "sha512-/jAYZhFCW7e0t4zKwtATDo0MNtExnKnSV72zBFv36Khl4disR79wa8YR98ZPQEN4pvgHkA6LXq5ukASeeRQDuA==",
|
|
3754
3917
|
"dev": true,
|
|
3755
3918
|
"license": "MIT",
|
|
3756
3919
|
"dependencies": {
|
|
3757
|
-
"@oclif/core": "3.
|
|
3920
|
+
"@oclif/core": "3.25.2",
|
|
3758
3921
|
"@types/lodash.difference": "^4.5.9",
|
|
3759
3922
|
"chalk": "^5.3.0",
|
|
3760
3923
|
"globby": "^14.0.1",
|
|
@@ -3769,106 +3932,6 @@
|
|
|
3769
3932
|
"node": ">=18.0.0"
|
|
3770
3933
|
}
|
|
3771
3934
|
},
|
|
3772
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3773
|
-
"version": "3.21.0",
|
|
3774
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
|
|
3775
|
-
"integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
|
|
3776
|
-
"dev": true,
|
|
3777
|
-
"license": "MIT",
|
|
3778
|
-
"dependencies": {
|
|
3779
|
-
"@types/cli-progress": "^3.11.5",
|
|
3780
|
-
"ansi-escapes": "^4.3.2",
|
|
3781
|
-
"ansi-styles": "^4.3.0",
|
|
3782
|
-
"cardinal": "^2.1.1",
|
|
3783
|
-
"chalk": "^4.1.2",
|
|
3784
|
-
"clean-stack": "^3.0.1",
|
|
3785
|
-
"cli-progress": "^3.12.0",
|
|
3786
|
-
"color": "^4.2.3",
|
|
3787
|
-
"debug": "^4.3.4",
|
|
3788
|
-
"ejs": "^3.1.9",
|
|
3789
|
-
"get-package-type": "^0.1.0",
|
|
3790
|
-
"globby": "^11.1.0",
|
|
3791
|
-
"hyperlinker": "^1.0.0",
|
|
3792
|
-
"indent-string": "^4.0.0",
|
|
3793
|
-
"is-wsl": "^2.2.0",
|
|
3794
|
-
"js-yaml": "^3.14.1",
|
|
3795
|
-
"natural-orderby": "^2.0.3",
|
|
3796
|
-
"object-treeify": "^1.1.33",
|
|
3797
|
-
"password-prompt": "^1.1.3",
|
|
3798
|
-
"slice-ansi": "^4.0.0",
|
|
3799
|
-
"string-width": "^4.2.3",
|
|
3800
|
-
"strip-ansi": "^6.0.1",
|
|
3801
|
-
"supports-color": "^8.1.1",
|
|
3802
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3803
|
-
"widest-line": "^3.1.0",
|
|
3804
|
-
"wordwrap": "^1.0.0",
|
|
3805
|
-
"wrap-ansi": "^7.0.0"
|
|
3806
|
-
},
|
|
3807
|
-
"engines": {
|
|
3808
|
-
"node": ">=18.0.0"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3812
|
-
"version": "4.1.2",
|
|
3813
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3814
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3815
|
-
"dev": true,
|
|
3816
|
-
"license": "MIT",
|
|
3817
|
-
"dependencies": {
|
|
3818
|
-
"ansi-styles": "^4.1.0",
|
|
3819
|
-
"supports-color": "^7.1.0"
|
|
3820
|
-
},
|
|
3821
|
-
"engines": {
|
|
3822
|
-
"node": ">=10"
|
|
3823
|
-
},
|
|
3824
|
-
"funding": {
|
|
3825
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3826
|
-
}
|
|
3827
|
-
},
|
|
3828
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3829
|
-
"version": "7.2.0",
|
|
3830
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3831
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3832
|
-
"dev": true,
|
|
3833
|
-
"license": "MIT",
|
|
3834
|
-
"dependencies": {
|
|
3835
|
-
"has-flag": "^4.0.0"
|
|
3836
|
-
},
|
|
3837
|
-
"engines": {
|
|
3838
|
-
"node": ">=8"
|
|
3839
|
-
}
|
|
3840
|
-
},
|
|
3841
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3842
|
-
"version": "11.1.0",
|
|
3843
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3844
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3845
|
-
"dev": true,
|
|
3846
|
-
"license": "MIT",
|
|
3847
|
-
"dependencies": {
|
|
3848
|
-
"array-union": "^2.1.0",
|
|
3849
|
-
"dir-glob": "^3.0.1",
|
|
3850
|
-
"fast-glob": "^3.2.9",
|
|
3851
|
-
"ignore": "^5.2.0",
|
|
3852
|
-
"merge2": "^1.4.1",
|
|
3853
|
-
"slash": "^3.0.0"
|
|
3854
|
-
},
|
|
3855
|
-
"engines": {
|
|
3856
|
-
"node": ">=10"
|
|
3857
|
-
},
|
|
3858
|
-
"funding": {
|
|
3859
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3860
|
-
}
|
|
3861
|
-
},
|
|
3862
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3863
|
-
"version": "3.0.0",
|
|
3864
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3865
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3866
|
-
"dev": true,
|
|
3867
|
-
"license": "MIT",
|
|
3868
|
-
"engines": {
|
|
3869
|
-
"node": ">=8"
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
3935
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
3873
3936
|
"version": "5.3.0",
|
|
3874
3937
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3929,22 +3992,6 @@
|
|
|
3929
3992
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3930
3993
|
}
|
|
3931
3994
|
},
|
|
3932
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3933
|
-
"version": "8.1.1",
|
|
3934
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3935
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3936
|
-
"dev": true,
|
|
3937
|
-
"license": "MIT",
|
|
3938
|
-
"dependencies": {
|
|
3939
|
-
"has-flag": "^4.0.0"
|
|
3940
|
-
},
|
|
3941
|
-
"engines": {
|
|
3942
|
-
"node": ">=10"
|
|
3943
|
-
},
|
|
3944
|
-
"funding": {
|
|
3945
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3946
|
-
}
|
|
3947
|
-
},
|
|
3948
3995
|
"node_modules/@oclif/plugin-help": {
|
|
3949
3996
|
"version": "6.0.18",
|
|
3950
3997
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -4172,13 +4219,13 @@
|
|
|
4172
4219
|
}
|
|
4173
4220
|
},
|
|
4174
4221
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4175
|
-
"version": "5.1.
|
|
4176
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
4177
|
-
"integrity": "sha512-
|
|
4222
|
+
"version": "5.1.12",
|
|
4223
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.12.tgz",
|
|
4224
|
+
"integrity": "sha512-dICcYW2dejeOtA8fMYCyTCl/PXfYLoNlVPL18ATpR3pEDUjlyI1JWY0GE8chhqCsr0TgDBkkd/MKuUiTSsGebQ==",
|
|
4178
4225
|
"dev": true,
|
|
4179
4226
|
"license": "BSD-3-Clause",
|
|
4180
4227
|
"dependencies": {
|
|
4181
|
-
"@salesforce/core": "^6.7.
|
|
4228
|
+
"@salesforce/core": "^6.7.3",
|
|
4182
4229
|
"@salesforce/kit": "^3.0.15",
|
|
4183
4230
|
"@salesforce/ts-types": "^2.0.9",
|
|
4184
4231
|
"@types/shelljs": "^0.8.15",
|
|
@@ -4203,9 +4250,9 @@
|
|
|
4203
4250
|
}
|
|
4204
4251
|
},
|
|
4205
4252
|
"node_modules/@salesforce/core": {
|
|
4206
|
-
"version": "6.7.
|
|
4207
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.
|
|
4208
|
-
"integrity": "sha512-
|
|
4253
|
+
"version": "6.7.3",
|
|
4254
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.3.tgz",
|
|
4255
|
+
"integrity": "sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==",
|
|
4209
4256
|
"license": "BSD-3-Clause",
|
|
4210
4257
|
"dependencies": {
|
|
4211
4258
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -4394,14 +4441,14 @@
|
|
|
4394
4441
|
}
|
|
4395
4442
|
},
|
|
4396
4443
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4397
|
-
"version": "3.0.
|
|
4398
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4399
|
-
"integrity": "sha512-
|
|
4444
|
+
"version": "3.0.71",
|
|
4445
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.71.tgz",
|
|
4446
|
+
"integrity": "sha512-yl9dE8ETC5EgSrFoKjQFDnkZI8/pKYIduorYg8QcB12h6vUyphalpCnLRQ7k1utP0DSBfyjrXGT/OolZbqYhiQ==",
|
|
4400
4447
|
"dev": true,
|
|
4401
4448
|
"license": "BSD-3-Clause",
|
|
4402
4449
|
"dependencies": {
|
|
4403
|
-
"@oclif/core": "^3.
|
|
4404
|
-
"@salesforce/core": "^6.
|
|
4450
|
+
"@oclif/core": "^3.20.0",
|
|
4451
|
+
"@salesforce/core": "^6.7.1",
|
|
4405
4452
|
"@salesforce/kit": "^3.0.15",
|
|
4406
4453
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
4407
4454
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4413,6 +4460,25 @@
|
|
|
4413
4460
|
"node": ">=16.0.0"
|
|
4414
4461
|
}
|
|
4415
4462
|
},
|
|
4463
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
4464
|
+
"version": "5.0.13",
|
|
4465
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
|
|
4466
|
+
"integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
|
|
4467
|
+
"dev": true,
|
|
4468
|
+
"license": "BSD-3-Clause",
|
|
4469
|
+
"dependencies": {
|
|
4470
|
+
"@oclif/core": "^3.15.1",
|
|
4471
|
+
"@salesforce/core": "^6.4.1",
|
|
4472
|
+
"@salesforce/kit": "^3.0.15",
|
|
4473
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
4474
|
+
"@types/inquirer": "^8.2.3",
|
|
4475
|
+
"chalk": "^4",
|
|
4476
|
+
"inquirer": "^8.2.5"
|
|
4477
|
+
},
|
|
4478
|
+
"engines": {
|
|
4479
|
+
"node": ">=18.0.0"
|
|
4480
|
+
}
|
|
4481
|
+
},
|
|
4416
4482
|
"node_modules/@salesforce/prettier-config": {
|
|
4417
4483
|
"version": "0.0.3",
|
|
4418
4484
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -4427,23 +4493,35 @@
|
|
|
4427
4493
|
"license": "ISC"
|
|
4428
4494
|
},
|
|
4429
4495
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4430
|
-
"version": "
|
|
4431
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
4432
|
-
"integrity": "sha512-
|
|
4496
|
+
"version": "8.0.1",
|
|
4497
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz",
|
|
4498
|
+
"integrity": "sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA==",
|
|
4433
4499
|
"license": "BSD-3-Clause",
|
|
4434
4500
|
"dependencies": {
|
|
4435
|
-
"@
|
|
4436
|
-
"@
|
|
4501
|
+
"@inquirer/confirm": "^2.0.17",
|
|
4502
|
+
"@inquirer/password": "^1.1.16",
|
|
4503
|
+
"@oclif/core": "^3.23.0",
|
|
4504
|
+
"@salesforce/core": "^6.7.3",
|
|
4437
4505
|
"@salesforce/kit": "^3.0.15",
|
|
4438
4506
|
"@salesforce/ts-types": "^2.0.9",
|
|
4439
|
-
"
|
|
4440
|
-
"chalk": "^4",
|
|
4441
|
-
"inquirer": "^8.2.5"
|
|
4507
|
+
"chalk": "^5.3.0"
|
|
4442
4508
|
},
|
|
4443
4509
|
"engines": {
|
|
4444
4510
|
"node": ">=18.0.0"
|
|
4445
4511
|
}
|
|
4446
4512
|
},
|
|
4513
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
4514
|
+
"version": "5.3.0",
|
|
4515
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
4516
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
4517
|
+
"license": "MIT",
|
|
4518
|
+
"engines": {
|
|
4519
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4520
|
+
},
|
|
4521
|
+
"funding": {
|
|
4522
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4523
|
+
}
|
|
4524
|
+
},
|
|
4447
4525
|
"node_modules/@salesforce/ts-types": {
|
|
4448
4526
|
"version": "2.0.9",
|
|
4449
4527
|
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.9.tgz",
|
|
@@ -5367,6 +5445,7 @@
|
|
|
5367
5445
|
"version": "8.2.10",
|
|
5368
5446
|
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
|
|
5369
5447
|
"integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
|
|
5448
|
+
"dev": true,
|
|
5370
5449
|
"license": "MIT",
|
|
5371
5450
|
"dependencies": {
|
|
5372
5451
|
"@types/through": "*",
|
|
@@ -5435,6 +5514,15 @@
|
|
|
5435
5514
|
"dev": true,
|
|
5436
5515
|
"license": "MIT"
|
|
5437
5516
|
},
|
|
5517
|
+
"node_modules/@types/mute-stream": {
|
|
5518
|
+
"version": "0.0.4",
|
|
5519
|
+
"resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
|
|
5520
|
+
"integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==",
|
|
5521
|
+
"license": "MIT",
|
|
5522
|
+
"dependencies": {
|
|
5523
|
+
"@types/node": "*"
|
|
5524
|
+
}
|
|
5525
|
+
},
|
|
5438
5526
|
"node_modules/@types/node": {
|
|
5439
5527
|
"version": "18.18.8",
|
|
5440
5528
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz",
|
|
@@ -5506,6 +5594,7 @@
|
|
|
5506
5594
|
"version": "0.0.33",
|
|
5507
5595
|
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
|
|
5508
5596
|
"integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
|
|
5597
|
+
"dev": true,
|
|
5509
5598
|
"license": "MIT",
|
|
5510
5599
|
"dependencies": {
|
|
5511
5600
|
"@types/node": "*"
|
|
@@ -5522,6 +5611,12 @@
|
|
|
5522
5611
|
"@types/node": "*"
|
|
5523
5612
|
}
|
|
5524
5613
|
},
|
|
5614
|
+
"node_modules/@types/wrap-ansi": {
|
|
5615
|
+
"version": "3.0.0",
|
|
5616
|
+
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
5617
|
+
"integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
|
|
5618
|
+
"license": "MIT"
|
|
5619
|
+
},
|
|
5525
5620
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5526
5621
|
"version": "6.21.0",
|
|
5527
5622
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
|
|
@@ -6010,13 +6105,11 @@
|
|
|
6010
6105
|
"license": "MIT"
|
|
6011
6106
|
},
|
|
6012
6107
|
"node_modules/argparse": {
|
|
6013
|
-
"version": "
|
|
6014
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
6015
|
-
"integrity": "sha512-
|
|
6016
|
-
"
|
|
6017
|
-
"
|
|
6018
|
-
"sprintf-js": "~1.0.2"
|
|
6019
|
-
}
|
|
6108
|
+
"version": "2.0.1",
|
|
6109
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
6110
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
6111
|
+
"dev": true,
|
|
6112
|
+
"license": "Python-2.0"
|
|
6020
6113
|
},
|
|
6021
6114
|
"node_modules/array-buffer-byte-length": {
|
|
6022
6115
|
"version": "1.0.0",
|
|
@@ -6348,6 +6441,7 @@
|
|
|
6348
6441
|
"version": "4.1.0",
|
|
6349
6442
|
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
6350
6443
|
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
6444
|
+
"dev": true,
|
|
6351
6445
|
"license": "MIT",
|
|
6352
6446
|
"dependencies": {
|
|
6353
6447
|
"buffer": "^5.5.0",
|
|
@@ -6427,6 +6521,7 @@
|
|
|
6427
6521
|
"version": "5.7.1",
|
|
6428
6522
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
6429
6523
|
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
6524
|
+
"dev": true,
|
|
6430
6525
|
"funding": [
|
|
6431
6526
|
{
|
|
6432
6527
|
"type": "github",
|
|
@@ -6889,6 +6984,7 @@
|
|
|
6889
6984
|
"version": "2.6.1",
|
|
6890
6985
|
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz",
|
|
6891
6986
|
"integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==",
|
|
6987
|
+
"dev": true,
|
|
6892
6988
|
"license": "MIT",
|
|
6893
6989
|
"engines": {
|
|
6894
6990
|
"node": ">=6"
|
|
@@ -6949,6 +7045,7 @@
|
|
|
6949
7045
|
"version": "1.0.4",
|
|
6950
7046
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
6951
7047
|
"integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
|
|
7048
|
+
"dev": true,
|
|
6952
7049
|
"license": "MIT",
|
|
6953
7050
|
"engines": {
|
|
6954
7051
|
"node": ">=0.8"
|
|
@@ -7333,26 +7430,6 @@
|
|
|
7333
7430
|
"node": ">=14"
|
|
7334
7431
|
}
|
|
7335
7432
|
},
|
|
7336
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
7337
|
-
"version": "2.0.1",
|
|
7338
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7339
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7340
|
-
"dev": true,
|
|
7341
|
-
"license": "Python-2.0"
|
|
7342
|
-
},
|
|
7343
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
7344
|
-
"version": "4.1.0",
|
|
7345
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
7346
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
7347
|
-
"dev": true,
|
|
7348
|
-
"license": "MIT",
|
|
7349
|
-
"dependencies": {
|
|
7350
|
-
"argparse": "^2.0.1"
|
|
7351
|
-
},
|
|
7352
|
-
"bin": {
|
|
7353
|
-
"js-yaml": "bin/js-yaml.js"
|
|
7354
|
-
}
|
|
7355
|
-
},
|
|
7356
7433
|
"node_modules/create-require": {
|
|
7357
7434
|
"version": "1.1.1",
|
|
7358
7435
|
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
@@ -7547,6 +7624,7 @@
|
|
|
7547
7624
|
"version": "1.0.3",
|
|
7548
7625
|
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
|
|
7549
7626
|
"integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
|
|
7627
|
+
"dev": true,
|
|
7550
7628
|
"license": "MIT",
|
|
7551
7629
|
"dependencies": {
|
|
7552
7630
|
"clone": "^1.0.2"
|
|
@@ -8360,13 +8438,6 @@
|
|
|
8360
8438
|
"url": "https://opencollective.com/eslint"
|
|
8361
8439
|
}
|
|
8362
8440
|
},
|
|
8363
|
-
"node_modules/eslint/node_modules/argparse": {
|
|
8364
|
-
"version": "2.0.1",
|
|
8365
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
8366
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
8367
|
-
"dev": true,
|
|
8368
|
-
"license": "Python-2.0"
|
|
8369
|
-
},
|
|
8370
8441
|
"node_modules/eslint/node_modules/doctrine": {
|
|
8371
8442
|
"version": "3.0.0",
|
|
8372
8443
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
@@ -8410,19 +8481,6 @@
|
|
|
8410
8481
|
"node": ">=10.13.0"
|
|
8411
8482
|
}
|
|
8412
8483
|
},
|
|
8413
|
-
"node_modules/eslint/node_modules/js-yaml": {
|
|
8414
|
-
"version": "4.1.0",
|
|
8415
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
8416
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
8417
|
-
"dev": true,
|
|
8418
|
-
"license": "MIT",
|
|
8419
|
-
"dependencies": {
|
|
8420
|
-
"argparse": "^2.0.1"
|
|
8421
|
-
},
|
|
8422
|
-
"bin": {
|
|
8423
|
-
"js-yaml": "bin/js-yaml.js"
|
|
8424
|
-
}
|
|
8425
|
-
},
|
|
8426
8484
|
"node_modules/eslint/node_modules/locate-path": {
|
|
8427
8485
|
"version": "6.0.0",
|
|
8428
8486
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -9999,6 +10057,7 @@
|
|
|
9999
10057
|
"version": "8.2.5",
|
|
10000
10058
|
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.5.tgz",
|
|
10001
10059
|
"integrity": "sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==",
|
|
10060
|
+
"dev": true,
|
|
10002
10061
|
"license": "MIT",
|
|
10003
10062
|
"dependencies": {
|
|
10004
10063
|
"ansi-escapes": "^4.2.1",
|
|
@@ -10225,6 +10284,7 @@
|
|
|
10225
10284
|
"version": "1.0.0",
|
|
10226
10285
|
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
|
|
10227
10286
|
"integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
|
|
10287
|
+
"dev": true,
|
|
10228
10288
|
"license": "MIT",
|
|
10229
10289
|
"engines": {
|
|
10230
10290
|
"node": ">=8"
|
|
@@ -10453,6 +10513,7 @@
|
|
|
10453
10513
|
"version": "0.1.0",
|
|
10454
10514
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
10455
10515
|
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
10516
|
+
"dev": true,
|
|
10456
10517
|
"license": "MIT",
|
|
10457
10518
|
"engines": {
|
|
10458
10519
|
"node": ">=10"
|
|
@@ -10704,13 +10765,13 @@
|
|
|
10704
10765
|
"license": "MIT"
|
|
10705
10766
|
},
|
|
10706
10767
|
"node_modules/js-yaml": {
|
|
10707
|
-
"version": "
|
|
10708
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
10709
|
-
"integrity": "sha512-
|
|
10768
|
+
"version": "4.1.0",
|
|
10769
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
10770
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
10771
|
+
"dev": true,
|
|
10710
10772
|
"license": "MIT",
|
|
10711
10773
|
"dependencies": {
|
|
10712
|
-
"argparse": "^
|
|
10713
|
-
"esprima": "^4.0.0"
|
|
10774
|
+
"argparse": "^2.0.1"
|
|
10714
10775
|
},
|
|
10715
10776
|
"bin": {
|
|
10716
10777
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -11243,6 +11304,30 @@
|
|
|
11243
11304
|
"node": ">=6"
|
|
11244
11305
|
}
|
|
11245
11306
|
},
|
|
11307
|
+
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
11308
|
+
"version": "1.0.10",
|
|
11309
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
11310
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
11311
|
+
"dev": true,
|
|
11312
|
+
"license": "MIT",
|
|
11313
|
+
"dependencies": {
|
|
11314
|
+
"sprintf-js": "~1.0.2"
|
|
11315
|
+
}
|
|
11316
|
+
},
|
|
11317
|
+
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
11318
|
+
"version": "3.14.1",
|
|
11319
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
11320
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
11321
|
+
"dev": true,
|
|
11322
|
+
"license": "MIT",
|
|
11323
|
+
"dependencies": {
|
|
11324
|
+
"argparse": "^1.0.7",
|
|
11325
|
+
"esprima": "^4.0.0"
|
|
11326
|
+
},
|
|
11327
|
+
"bin": {
|
|
11328
|
+
"js-yaml": "bin/js-yaml.js"
|
|
11329
|
+
}
|
|
11330
|
+
},
|
|
11246
11331
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
11247
11332
|
"version": "4.0.1",
|
|
11248
11333
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -11437,6 +11522,7 @@
|
|
|
11437
11522
|
"version": "4.1.0",
|
|
11438
11523
|
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
|
|
11439
11524
|
"integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
|
|
11525
|
+
"dev": true,
|
|
11440
11526
|
"license": "MIT",
|
|
11441
11527
|
"dependencies": {
|
|
11442
11528
|
"chalk": "^4.1.0",
|
|
@@ -12158,13 +12244,6 @@
|
|
|
12158
12244
|
"url": "https://opencollective.com/mochajs"
|
|
12159
12245
|
}
|
|
12160
12246
|
},
|
|
12161
|
-
"node_modules/mocha/node_modules/argparse": {
|
|
12162
|
-
"version": "2.0.1",
|
|
12163
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
12164
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
12165
|
-
"dev": true,
|
|
12166
|
-
"license": "Python-2.0"
|
|
12167
|
-
},
|
|
12168
12247
|
"node_modules/mocha/node_modules/diff": {
|
|
12169
12248
|
"version": "5.0.0",
|
|
12170
12249
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -12192,19 +12271,6 @@
|
|
|
12192
12271
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12193
12272
|
}
|
|
12194
12273
|
},
|
|
12195
|
-
"node_modules/mocha/node_modules/js-yaml": {
|
|
12196
|
-
"version": "4.1.0",
|
|
12197
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
12198
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
12199
|
-
"dev": true,
|
|
12200
|
-
"license": "MIT",
|
|
12201
|
-
"dependencies": {
|
|
12202
|
-
"argparse": "^2.0.1"
|
|
12203
|
-
},
|
|
12204
|
-
"bin": {
|
|
12205
|
-
"js-yaml": "bin/js-yaml.js"
|
|
12206
|
-
}
|
|
12207
|
-
},
|
|
12208
12274
|
"node_modules/mocha/node_modules/locate-path": {
|
|
12209
12275
|
"version": "6.0.0",
|
|
12210
12276
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -13078,6 +13144,7 @@
|
|
|
13078
13144
|
"version": "5.4.1",
|
|
13079
13145
|
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
13080
13146
|
"integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
|
|
13147
|
+
"dev": true,
|
|
13081
13148
|
"license": "MIT",
|
|
13082
13149
|
"dependencies": {
|
|
13083
13150
|
"bl": "^4.1.0",
|
|
@@ -14496,6 +14563,7 @@
|
|
|
14496
14563
|
"version": "7.8.1",
|
|
14497
14564
|
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
14498
14565
|
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
14566
|
+
"dev": true,
|
|
14499
14567
|
"license": "Apache-2.0",
|
|
14500
14568
|
"dependencies": {
|
|
14501
14569
|
"tslib": "^2.1.0"
|
|
@@ -15830,9 +15898,9 @@
|
|
|
15830
15898
|
}
|
|
15831
15899
|
},
|
|
15832
15900
|
"node_modules/typescript": {
|
|
15833
|
-
"version": "5.4.
|
|
15834
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
15835
|
-
"integrity": "sha512
|
|
15901
|
+
"version": "5.4.3",
|
|
15902
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
|
|
15903
|
+
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
|
|
15836
15904
|
"dev": true,
|
|
15837
15905
|
"license": "Apache-2.0",
|
|
15838
15906
|
"bin": {
|
|
@@ -16124,6 +16192,7 @@
|
|
|
16124
16192
|
"version": "1.0.1",
|
|
16125
16193
|
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
16126
16194
|
"integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
|
|
16195
|
+
"dev": true,
|
|
16127
16196
|
"license": "MIT",
|
|
16128
16197
|
"dependencies": {
|
|
16129
16198
|
"defaults": "^1.0.3"
|
package/oclif.lock
CHANGED
|
@@ -1451,6 +1451,50 @@
|
|
|
1451
1451
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
|
|
1452
1452
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
|
|
1453
1453
|
|
|
1454
|
+
"@inquirer/confirm@^2.0.17":
|
|
1455
|
+
version "2.0.17"
|
|
1456
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.17.tgz#a45eb1b973c51c993a3c093a0114e960b1cf09a4"
|
|
1457
|
+
integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
|
|
1458
|
+
dependencies:
|
|
1459
|
+
"@inquirer/core" "^6.0.0"
|
|
1460
|
+
"@inquirer/type" "^1.1.6"
|
|
1461
|
+
chalk "^4.1.2"
|
|
1462
|
+
|
|
1463
|
+
"@inquirer/core@^6.0.0":
|
|
1464
|
+
version "6.0.0"
|
|
1465
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4"
|
|
1466
|
+
integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
|
|
1467
|
+
dependencies:
|
|
1468
|
+
"@inquirer/type" "^1.1.6"
|
|
1469
|
+
"@types/mute-stream" "^0.0.4"
|
|
1470
|
+
"@types/node" "^20.10.7"
|
|
1471
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
1472
|
+
ansi-escapes "^4.3.2"
|
|
1473
|
+
chalk "^4.1.2"
|
|
1474
|
+
cli-spinners "^2.9.2"
|
|
1475
|
+
cli-width "^4.1.0"
|
|
1476
|
+
figures "^3.2.0"
|
|
1477
|
+
mute-stream "^1.0.0"
|
|
1478
|
+
run-async "^3.0.0"
|
|
1479
|
+
signal-exit "^4.1.0"
|
|
1480
|
+
strip-ansi "^6.0.1"
|
|
1481
|
+
wrap-ansi "^6.2.0"
|
|
1482
|
+
|
|
1483
|
+
"@inquirer/password@^1.1.16":
|
|
1484
|
+
version "1.1.16"
|
|
1485
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.16.tgz#37ddebbe37c6e76f8ad27d1f726aacdd7c423558"
|
|
1486
|
+
integrity sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==
|
|
1487
|
+
dependencies:
|
|
1488
|
+
"@inquirer/core" "^6.0.0"
|
|
1489
|
+
"@inquirer/type" "^1.1.6"
|
|
1490
|
+
ansi-escapes "^4.3.2"
|
|
1491
|
+
chalk "^4.1.2"
|
|
1492
|
+
|
|
1493
|
+
"@inquirer/type@^1.1.6":
|
|
1494
|
+
version "1.2.1"
|
|
1495
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8"
|
|
1496
|
+
integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
|
|
1497
|
+
|
|
1454
1498
|
"@isaacs/cliui@^8.0.2":
|
|
1455
1499
|
version "8.0.2"
|
|
1456
1500
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1691,40 +1735,7 @@
|
|
|
1691
1735
|
node-gyp "^8.2.0"
|
|
1692
1736
|
read-package-json-fast "^2.0.1"
|
|
1693
1737
|
|
|
1694
|
-
"@oclif/core@3.21.0":
|
|
1695
|
-
version "3.21.0"
|
|
1696
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e"
|
|
1697
|
-
integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==
|
|
1698
|
-
dependencies:
|
|
1699
|
-
"@types/cli-progress" "^3.11.5"
|
|
1700
|
-
ansi-escapes "^4.3.2"
|
|
1701
|
-
ansi-styles "^4.3.0"
|
|
1702
|
-
cardinal "^2.1.1"
|
|
1703
|
-
chalk "^4.1.2"
|
|
1704
|
-
clean-stack "^3.0.1"
|
|
1705
|
-
cli-progress "^3.12.0"
|
|
1706
|
-
color "^4.2.3"
|
|
1707
|
-
debug "^4.3.4"
|
|
1708
|
-
ejs "^3.1.9"
|
|
1709
|
-
get-package-type "^0.1.0"
|
|
1710
|
-
globby "^11.1.0"
|
|
1711
|
-
hyperlinker "^1.0.0"
|
|
1712
|
-
indent-string "^4.0.0"
|
|
1713
|
-
is-wsl "^2.2.0"
|
|
1714
|
-
js-yaml "^3.14.1"
|
|
1715
|
-
natural-orderby "^2.0.3"
|
|
1716
|
-
object-treeify "^1.1.33"
|
|
1717
|
-
password-prompt "^1.1.3"
|
|
1718
|
-
slice-ansi "^4.0.0"
|
|
1719
|
-
string-width "^4.2.3"
|
|
1720
|
-
strip-ansi "^6.0.1"
|
|
1721
|
-
supports-color "^8.1.1"
|
|
1722
|
-
supports-hyperlinks "^2.2.0"
|
|
1723
|
-
widest-line "^3.1.0"
|
|
1724
|
-
wordwrap "^1.0.0"
|
|
1725
|
-
wrap-ansi "^7.0.0"
|
|
1726
|
-
|
|
1727
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
|
|
1738
|
+
"@oclif/core@3.25.2", "@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
|
|
1728
1739
|
version "3.25.2"
|
|
1729
1740
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
|
1730
1741
|
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
|
@@ -1758,12 +1769,12 @@
|
|
|
1758
1769
|
wordwrap "^1.0.0"
|
|
1759
1770
|
wrap-ansi "^7.0.0"
|
|
1760
1771
|
|
|
1761
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1762
|
-
version "5.1.
|
|
1763
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1764
|
-
integrity sha512
|
|
1772
|
+
"@oclif/plugin-command-snapshot@^5.1.2":
|
|
1773
|
+
version "5.1.2"
|
|
1774
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz#acba4a0138823931468d91be8d2a990da8a82623"
|
|
1775
|
+
integrity sha512-/jAYZhFCW7e0t4zKwtATDo0MNtExnKnSV72zBFv36Khl4disR79wa8YR98ZPQEN4pvgHkA6LXq5ukASeeRQDuA==
|
|
1765
1776
|
dependencies:
|
|
1766
|
-
"@oclif/core" "3.
|
|
1777
|
+
"@oclif/core" "3.25.2"
|
|
1767
1778
|
"@types/lodash.difference" "^4.5.9"
|
|
1768
1779
|
chalk "^5.3.0"
|
|
1769
1780
|
globby "^14.0.1"
|
|
@@ -1907,12 +1918,12 @@
|
|
|
1907
1918
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1908
1919
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1909
1920
|
|
|
1910
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
1911
|
-
version "5.1.
|
|
1912
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
1913
|
-
integrity sha512-
|
|
1921
|
+
"@salesforce/cli-plugins-testkit@^5.1.12":
|
|
1922
|
+
version "5.1.12"
|
|
1923
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.12.tgz#b453a7b99940d6f5c9e64d7432b60b44b682747b"
|
|
1924
|
+
integrity sha512-dICcYW2dejeOtA8fMYCyTCl/PXfYLoNlVPL18ATpR3pEDUjlyI1JWY0GE8chhqCsr0TgDBkkd/MKuUiTSsGebQ==
|
|
1914
1925
|
dependencies:
|
|
1915
|
-
"@salesforce/core" "^6.7.
|
|
1926
|
+
"@salesforce/core" "^6.7.3"
|
|
1916
1927
|
"@salesforce/kit" "^3.0.15"
|
|
1917
1928
|
"@salesforce/ts-types" "^2.0.9"
|
|
1918
1929
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1922,10 +1933,10 @@
|
|
|
1922
1933
|
strip-ansi "6.0.1"
|
|
1923
1934
|
ts-retry-promise "^0.8.0"
|
|
1924
1935
|
|
|
1925
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.
|
|
1926
|
-
version "6.7.
|
|
1927
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.
|
|
1928
|
-
integrity sha512-
|
|
1936
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3":
|
|
1937
|
+
version "6.7.3"
|
|
1938
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268"
|
|
1939
|
+
integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==
|
|
1929
1940
|
dependencies:
|
|
1930
1941
|
"@salesforce/kit" "^3.0.15"
|
|
1931
1942
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1991,13 +2002,13 @@
|
|
|
1991
2002
|
"@salesforce/ts-types" "^2.0.9"
|
|
1992
2003
|
tslib "^2.6.2"
|
|
1993
2004
|
|
|
1994
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1995
|
-
version "3.0.
|
|
1996
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1997
|
-
integrity sha512-
|
|
2005
|
+
"@salesforce/plugin-command-reference@^3.0.71":
|
|
2006
|
+
version "3.0.71"
|
|
2007
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.71.tgz#7645a50e4858b8bed1cf6fd286ffe37a495d2662"
|
|
2008
|
+
integrity sha512-yl9dE8ETC5EgSrFoKjQFDnkZI8/pKYIduorYg8QcB12h6vUyphalpCnLRQ7k1utP0DSBfyjrXGT/OolZbqYhiQ==
|
|
1998
2009
|
dependencies:
|
|
1999
|
-
"@oclif/core" "^3.
|
|
2000
|
-
"@salesforce/core" "^6.
|
|
2010
|
+
"@oclif/core" "^3.20.0"
|
|
2011
|
+
"@salesforce/core" "^6.7.1"
|
|
2001
2012
|
"@salesforce/kit" "^3.0.15"
|
|
2002
2013
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
2003
2014
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -2015,7 +2026,7 @@
|
|
|
2015
2026
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
2016
2027
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
2017
2028
|
|
|
2018
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
2029
|
+
"@salesforce/sf-plugins-core@^5.0.13":
|
|
2019
2030
|
version "5.0.13"
|
|
2020
2031
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
|
|
2021
2032
|
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
|
|
@@ -2028,6 +2039,19 @@
|
|
|
2028
2039
|
chalk "^4"
|
|
2029
2040
|
inquirer "^8.2.5"
|
|
2030
2041
|
|
|
2042
|
+
"@salesforce/sf-plugins-core@^8.0.1":
|
|
2043
|
+
version "8.0.1"
|
|
2044
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz#f155cddfd7695aab0d8264848b634b2a91cdbf2c"
|
|
2045
|
+
integrity sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA==
|
|
2046
|
+
dependencies:
|
|
2047
|
+
"@inquirer/confirm" "^2.0.17"
|
|
2048
|
+
"@inquirer/password" "^1.1.16"
|
|
2049
|
+
"@oclif/core" "^3.23.0"
|
|
2050
|
+
"@salesforce/core" "^6.7.3"
|
|
2051
|
+
"@salesforce/kit" "^3.0.15"
|
|
2052
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
2053
|
+
chalk "^5.3.0"
|
|
2054
|
+
|
|
2031
2055
|
"@salesforce/ts-types@^2.0.9":
|
|
2032
2056
|
version "2.0.9"
|
|
2033
2057
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
@@ -3003,6 +3027,13 @@
|
|
|
3003
3027
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
3004
3028
|
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
3005
3029
|
|
|
3030
|
+
"@types/mute-stream@^0.0.4":
|
|
3031
|
+
version "0.0.4"
|
|
3032
|
+
resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
|
|
3033
|
+
integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
|
|
3034
|
+
dependencies:
|
|
3035
|
+
"@types/node" "*"
|
|
3036
|
+
|
|
3006
3037
|
"@types/node@*", "@types/node@^18":
|
|
3007
3038
|
version "18.18.8"
|
|
3008
3039
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
|
|
@@ -3020,6 +3051,13 @@
|
|
|
3020
3051
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
|
3021
3052
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
3022
3053
|
|
|
3054
|
+
"@types/node@^20.10.7":
|
|
3055
|
+
version "20.11.30"
|
|
3056
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
|
|
3057
|
+
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
|
|
3058
|
+
dependencies:
|
|
3059
|
+
undici-types "~5.26.4"
|
|
3060
|
+
|
|
3023
3061
|
"@types/normalize-package-data@^2.4.0":
|
|
3024
3062
|
version "2.4.1"
|
|
3025
3063
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -3077,6 +3115,11 @@
|
|
|
3077
3115
|
"@types/expect" "^1.20.4"
|
|
3078
3116
|
"@types/node" "*"
|
|
3079
3117
|
|
|
3118
|
+
"@types/wrap-ansi@^3.0.0":
|
|
3119
|
+
version "3.0.0"
|
|
3120
|
+
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
3121
|
+
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
3122
|
+
|
|
3080
3123
|
"@typescript-eslint/eslint-plugin@^6.21.0":
|
|
3081
3124
|
version "6.21.0"
|
|
3082
3125
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
|
|
@@ -3901,6 +3944,11 @@ cli-spinners@^2.5.0:
|
|
|
3901
3944
|
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d"
|
|
3902
3945
|
integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==
|
|
3903
3946
|
|
|
3947
|
+
cli-spinners@^2.9.2:
|
|
3948
|
+
version "2.9.2"
|
|
3949
|
+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
3950
|
+
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
3951
|
+
|
|
3904
3952
|
cli-table@^0.3.1:
|
|
3905
3953
|
version "0.3.11"
|
|
3906
3954
|
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.11.tgz#ac69cdecbe81dccdba4889b9a18b7da312a9d3ee"
|
|
@@ -3913,6 +3961,11 @@ cli-width@^3.0.0:
|
|
|
3913
3961
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
|
3914
3962
|
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
|
3915
3963
|
|
|
3964
|
+
cli-width@^4.1.0:
|
|
3965
|
+
version "4.1.0"
|
|
3966
|
+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
|
|
3967
|
+
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
|
|
3968
|
+
|
|
3916
3969
|
cliui@^6.0.0:
|
|
3917
3970
|
version "6.0.0"
|
|
3918
3971
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
@@ -4971,7 +5024,7 @@ faye@^1.4.0:
|
|
|
4971
5024
|
tough-cookie "*"
|
|
4972
5025
|
tunnel-agent "*"
|
|
4973
5026
|
|
|
4974
|
-
figures@^3.0.0:
|
|
5027
|
+
figures@^3.0.0, figures@^3.2.0:
|
|
4975
5028
|
version "3.2.0"
|
|
4976
5029
|
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
|
4977
5030
|
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
|
@@ -6972,6 +7025,11 @@ mute-stream@0.0.8:
|
|
|
6972
7025
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
6973
7026
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
6974
7027
|
|
|
7028
|
+
mute-stream@^1.0.0:
|
|
7029
|
+
version "1.0.0"
|
|
7030
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
|
7031
|
+
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
|
7032
|
+
|
|
6975
7033
|
nanoid@3.3.3:
|
|
6976
7034
|
version "3.3.3"
|
|
6977
7035
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
@@ -8071,6 +8129,11 @@ run-async@^2.0.0, run-async@^2.4.0:
|
|
|
8071
8129
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
|
8072
8130
|
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
|
|
8073
8131
|
|
|
8132
|
+
run-async@^3.0.0:
|
|
8133
|
+
version "3.0.0"
|
|
8134
|
+
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
|
8135
|
+
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
|
8136
|
+
|
|
8074
8137
|
run-parallel@^1.1.9:
|
|
8075
8138
|
version "1.2.0"
|
|
8076
8139
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
|
@@ -8270,7 +8333,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
8270
8333
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
8271
8334
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
8272
8335
|
|
|
8273
|
-
signal-exit@^4.0.1:
|
|
8336
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
|
8274
8337
|
version "4.1.0"
|
|
8275
8338
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
|
8276
8339
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
@@ -8912,10 +8975,10 @@ typescript@^4.6.4, typescript@^4.9.5:
|
|
|
8912
8975
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
|
8913
8976
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
|
8914
8977
|
|
|
8915
|
-
typescript@^5.4.
|
|
8916
|
-
version "5.4.
|
|
8917
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.
|
|
8918
|
-
integrity sha512
|
|
8978
|
+
typescript@^5.4.3:
|
|
8979
|
+
version "5.4.3"
|
|
8980
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
|
|
8981
|
+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
|
|
8919
8982
|
|
|
8920
8983
|
typescript@~5.3.2:
|
|
8921
8984
|
version "5.3.3"
|
package/oclif.manifest.json
CHANGED
|
@@ -20,6 +20,14 @@
|
|
|
20
20
|
"allowNo": false,
|
|
21
21
|
"type": "boolean"
|
|
22
22
|
},
|
|
23
|
+
"flags-dir": {
|
|
24
|
+
"helpGroup": "GLOBAL",
|
|
25
|
+
"name": "flags-dir",
|
|
26
|
+
"summary": "Import flag values from a directory.",
|
|
27
|
+
"hasDynamicHelp": false,
|
|
28
|
+
"multiple": false,
|
|
29
|
+
"type": "option"
|
|
30
|
+
},
|
|
23
31
|
"target-org": {
|
|
24
32
|
"aliases": [
|
|
25
33
|
"targetusername",
|
|
@@ -88,7 +96,6 @@
|
|
|
88
96
|
"strict": true,
|
|
89
97
|
"summary": "Display the metadata for a standard or custom object or a Tooling API object.",
|
|
90
98
|
"enableJsonFlag": true,
|
|
91
|
-
"SF_ENV": "SF_ENV",
|
|
92
99
|
"isESM": true,
|
|
93
100
|
"relativePath": [
|
|
94
101
|
"lib",
|
|
@@ -146,6 +153,14 @@
|
|
|
146
153
|
"allowNo": false,
|
|
147
154
|
"type": "boolean"
|
|
148
155
|
},
|
|
156
|
+
"flags-dir": {
|
|
157
|
+
"helpGroup": "GLOBAL",
|
|
158
|
+
"name": "flags-dir",
|
|
159
|
+
"summary": "Import flag values from a directory.",
|
|
160
|
+
"hasDynamicHelp": false,
|
|
161
|
+
"multiple": false,
|
|
162
|
+
"type": "option"
|
|
163
|
+
},
|
|
149
164
|
"target-org": {
|
|
150
165
|
"aliases": [
|
|
151
166
|
"targetusername",
|
|
@@ -205,7 +220,6 @@
|
|
|
205
220
|
"strict": true,
|
|
206
221
|
"summary": "List all Salesforce objects of a specified category.",
|
|
207
222
|
"enableJsonFlag": true,
|
|
208
|
-
"SF_ENV": "SF_ENV",
|
|
209
223
|
"isESM": true,
|
|
210
224
|
"relativePath": [
|
|
211
225
|
"lib",
|
|
@@ -245,5 +259,5 @@
|
|
|
245
259
|
]
|
|
246
260
|
}
|
|
247
261
|
},
|
|
248
|
-
"version": "3.
|
|
262
|
+
"version": "3.2.0"
|
|
249
263
|
}
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-schema",
|
|
3
3
|
"description": "Commands to interact with salesforce sobject schemas",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.2.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.25.2",
|
|
9
9
|
"@salesforce/core": "^6.7.1",
|
|
10
|
-
"@salesforce/sf-plugins-core": "^
|
|
10
|
+
"@salesforce/sf-plugins-core": "^8.0.1"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
13
|
+
"@oclif/plugin-command-snapshot": "^5.1.2",
|
|
14
14
|
"@oclif/plugin-help": "^6.0.17",
|
|
15
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
15
|
+
"@salesforce/cli-plugins-testkit": "^5.1.12",
|
|
16
16
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
17
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
17
|
+
"@salesforce/plugin-command-reference": "^3.0.71",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
19
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
20
20
|
"oclif": "^4.5.5",
|
|
21
21
|
"ts-node": "^10.9.2",
|
|
22
|
-
"typescript": "^5.4.
|
|
22
|
+
"typescript": "^5.4.3"
|
|
23
23
|
},
|
|
24
24
|
"config": {},
|
|
25
25
|
"engines": {
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"exports": "./lib/index.js",
|
|
208
208
|
"type": "module",
|
|
209
209
|
"sfdx": {
|
|
210
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.
|
|
211
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.
|
|
210
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.2.0.crt",
|
|
211
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.2.0.sig"
|
|
212
212
|
}
|
|
213
213
|
}
|