@salesforce/plugin-custom-metadata 3.3.17 → 3.3.18
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 +5 -5
- package/npm-shrinkwrap.json +89 -161
- package/oclif.lock +50 -50
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
|
|
|
149
149
|
The value must be greater than or equal to zero. Default value is 0.
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
152
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.18/src/commands/cmdt/generate/field.ts)_
|
|
153
153
|
|
|
154
154
|
## `sf cmdt generate fromorg`
|
|
155
155
|
|
|
@@ -238,7 +238,7 @@ FLAG DESCRIPTIONS
|
|
|
238
238
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
241
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.18/src/commands/cmdt/generate/fromorg.ts)_
|
|
242
242
|
|
|
243
243
|
## `sf cmdt generate object`
|
|
244
244
|
|
|
@@ -300,7 +300,7 @@ FLAG DESCRIPTIONS
|
|
|
300
300
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
303
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.18/src/commands/cmdt/generate/object.ts)_
|
|
304
304
|
|
|
305
305
|
## `sf cmdt generate record`
|
|
306
306
|
|
|
@@ -355,7 +355,7 @@ FLAG DESCRIPTIONS
|
|
|
355
355
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
358
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.18/src/commands/cmdt/generate/record.ts)_
|
|
359
359
|
|
|
360
360
|
## `sf cmdt generate records`
|
|
361
361
|
|
|
@@ -406,7 +406,7 @@ FLAG DESCRIPTIONS
|
|
|
406
406
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
407
407
|
```
|
|
408
408
|
|
|
409
|
-
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
409
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.18/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-custom-metadata",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.18",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@salesforce/core": "^8.1.0",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^11.1.7",
|
|
15
15
|
"csv-parse": "^5.5.6",
|
|
16
16
|
"fast-xml-parser": "^4.4.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.2.5",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.18",
|
|
22
22
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.10",
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.18.11",
|
|
25
25
|
"oclif": "^4.13.13",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
|
-
"typescript": "^5.5.
|
|
27
|
+
"typescript": "^5.5.3"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=18.0.0"
|
|
@@ -6245,7 +6245,7 @@
|
|
|
6245
6245
|
"node": ">=18"
|
|
6246
6246
|
}
|
|
6247
6247
|
},
|
|
6248
|
-
"node_modules/@inquirer/
|
|
6248
|
+
"node_modules/@inquirer/core": {
|
|
6249
6249
|
"version": "9.0.2",
|
|
6250
6250
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.2.tgz",
|
|
6251
6251
|
"integrity": "sha512-nguvH3TZar3ACwbytZrraRTzGqyxJfYJwv+ZwqZNatAosdWQMP1GV8zvmkNlBe2JeZSaw0WYBHZk52pDpWC9qA==",
|
|
@@ -6269,19 +6269,7 @@
|
|
|
6269
6269
|
"node": ">=18"
|
|
6270
6270
|
}
|
|
6271
6271
|
},
|
|
6272
|
-
"node_modules/@inquirer/
|
|
6273
|
-
"version": "1.4.0",
|
|
6274
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.4.0.tgz",
|
|
6275
|
-
"integrity": "sha512-AjOqykVyjdJQvtfkNDGUyMYGF8xN50VUxftCQWsOyIo4DFRLr6VQhW0VItGI1JIyQGCGgIpKa7hMMwNhZb4OIw==",
|
|
6276
|
-
"license": "MIT",
|
|
6277
|
-
"dependencies": {
|
|
6278
|
-
"mute-stream": "^1.0.0"
|
|
6279
|
-
},
|
|
6280
|
-
"engines": {
|
|
6281
|
-
"node": ">=18"
|
|
6282
|
-
}
|
|
6283
|
-
},
|
|
6284
|
-
"node_modules/@inquirer/confirm/node_modules/@types/node": {
|
|
6272
|
+
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
6285
6273
|
"version": "20.14.10",
|
|
6286
6274
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
|
|
6287
6275
|
"integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
|
|
@@ -6290,7 +6278,7 @@
|
|
|
6290
6278
|
"undici-types": "~5.26.4"
|
|
6291
6279
|
}
|
|
6292
6280
|
},
|
|
6293
|
-
"node_modules/@inquirer/
|
|
6281
|
+
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
6294
6282
|
"version": "4.1.0",
|
|
6295
6283
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
6296
6284
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
@@ -6302,7 +6290,7 @@
|
|
|
6302
6290
|
"url": "https://github.com/sponsors/isaacs"
|
|
6303
6291
|
}
|
|
6304
6292
|
},
|
|
6305
|
-
"node_modules/@inquirer/
|
|
6293
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
6306
6294
|
"version": "6.2.0",
|
|
6307
6295
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6308
6296
|
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
@@ -6316,10 +6304,34 @@
|
|
|
6316
6304
|
"node": ">=8"
|
|
6317
6305
|
}
|
|
6318
6306
|
},
|
|
6319
|
-
"node_modules/@inquirer/
|
|
6307
|
+
"node_modules/@inquirer/figures": {
|
|
6308
|
+
"version": "1.0.3",
|
|
6309
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
|
|
6310
|
+
"integrity": "sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==",
|
|
6311
|
+
"license": "MIT",
|
|
6312
|
+
"engines": {
|
|
6313
|
+
"node": ">=18"
|
|
6314
|
+
}
|
|
6315
|
+
},
|
|
6316
|
+
"node_modules/@inquirer/input": {
|
|
6317
|
+
"version": "2.1.9",
|
|
6318
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.9.tgz",
|
|
6319
|
+
"integrity": "sha512-1xTCHmIe48x9CG1+8glAHrVVdH+QfYhzgBUbgyoVpp5NovnXgRcjSn/SNulepxf9Ol8HDq3gzw3ZCAUr+h1Eyg==",
|
|
6320
|
+
"dev": true,
|
|
6321
|
+
"license": "MIT",
|
|
6322
|
+
"dependencies": {
|
|
6323
|
+
"@inquirer/core": "^8.2.2",
|
|
6324
|
+
"@inquirer/type": "^1.3.3"
|
|
6325
|
+
},
|
|
6326
|
+
"engines": {
|
|
6327
|
+
"node": ">=18"
|
|
6328
|
+
}
|
|
6329
|
+
},
|
|
6330
|
+
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
|
6320
6331
|
"version": "8.2.2",
|
|
6321
6332
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.2.tgz",
|
|
6322
6333
|
"integrity": "sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==",
|
|
6334
|
+
"dev": true,
|
|
6323
6335
|
"license": "MIT",
|
|
6324
6336
|
"dependencies": {
|
|
6325
6337
|
"@inquirer/figures": "^1.0.3",
|
|
@@ -6340,10 +6352,21 @@
|
|
|
6340
6352
|
"node": ">=18"
|
|
6341
6353
|
}
|
|
6342
6354
|
},
|
|
6343
|
-
"node_modules/@inquirer/
|
|
6355
|
+
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
|
6356
|
+
"version": "1.3.3",
|
|
6357
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
|
|
6358
|
+
"integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
|
|
6359
|
+
"dev": true,
|
|
6360
|
+
"license": "MIT",
|
|
6361
|
+
"engines": {
|
|
6362
|
+
"node": ">=18"
|
|
6363
|
+
}
|
|
6364
|
+
},
|
|
6365
|
+
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
|
6344
6366
|
"version": "4.1.0",
|
|
6345
6367
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
6346
6368
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
6369
|
+
"dev": true,
|
|
6347
6370
|
"license": "ISC",
|
|
6348
6371
|
"engines": {
|
|
6349
6372
|
"node": ">=14"
|
|
@@ -6352,10 +6375,11 @@
|
|
|
6352
6375
|
"url": "https://github.com/sponsors/isaacs"
|
|
6353
6376
|
}
|
|
6354
6377
|
},
|
|
6355
|
-
"node_modules/@inquirer/
|
|
6378
|
+
"node_modules/@inquirer/input/node_modules/wrap-ansi": {
|
|
6356
6379
|
"version": "6.2.0",
|
|
6357
6380
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6358
6381
|
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
6382
|
+
"dev": true,
|
|
6359
6383
|
"license": "MIT",
|
|
6360
6384
|
"dependencies": {
|
|
6361
6385
|
"ansi-styles": "^4.0.0",
|
|
@@ -6366,37 +6390,14 @@
|
|
|
6366
6390
|
"node": ">=8"
|
|
6367
6391
|
}
|
|
6368
6392
|
},
|
|
6369
|
-
"node_modules/@inquirer/figures": {
|
|
6370
|
-
"version": "1.0.3",
|
|
6371
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
|
|
6372
|
-
"integrity": "sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==",
|
|
6373
|
-
"license": "MIT",
|
|
6374
|
-
"engines": {
|
|
6375
|
-
"node": ">=18"
|
|
6376
|
-
}
|
|
6377
|
-
},
|
|
6378
|
-
"node_modules/@inquirer/input": {
|
|
6379
|
-
"version": "2.1.9",
|
|
6380
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.9.tgz",
|
|
6381
|
-
"integrity": "sha512-1xTCHmIe48x9CG1+8glAHrVVdH+QfYhzgBUbgyoVpp5NovnXgRcjSn/SNulepxf9Ol8HDq3gzw3ZCAUr+h1Eyg==",
|
|
6382
|
-
"dev": true,
|
|
6383
|
-
"license": "MIT",
|
|
6384
|
-
"dependencies": {
|
|
6385
|
-
"@inquirer/core": "^8.2.2",
|
|
6386
|
-
"@inquirer/type": "^1.3.3"
|
|
6387
|
-
},
|
|
6388
|
-
"engines": {
|
|
6389
|
-
"node": ">=18"
|
|
6390
|
-
}
|
|
6391
|
-
},
|
|
6392
6393
|
"node_modules/@inquirer/password": {
|
|
6393
|
-
"version": "2.1.
|
|
6394
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.
|
|
6395
|
-
"integrity": "sha512-
|
|
6394
|
+
"version": "2.1.14",
|
|
6395
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.14.tgz",
|
|
6396
|
+
"integrity": "sha512-sPzOkXLhWJQ96K6nPZFnF8XB8tsDrcCRobd1d3EDz81F+4hp8BbdmsnsQcqZ7oYDIOVM/mWJyIUtJ35TrssJxQ==",
|
|
6396
6397
|
"license": "MIT",
|
|
6397
6398
|
"dependencies": {
|
|
6398
|
-
"@inquirer/core": "^
|
|
6399
|
-
"@inquirer/type": "^1.
|
|
6399
|
+
"@inquirer/core": "^9.0.2",
|
|
6400
|
+
"@inquirer/type": "^1.4.0",
|
|
6400
6401
|
"ansi-escapes": "^4.3.2"
|
|
6401
6402
|
},
|
|
6402
6403
|
"engines": {
|
|
@@ -6420,36 +6421,10 @@
|
|
|
6420
6421
|
"node": ">=18"
|
|
6421
6422
|
}
|
|
6422
6423
|
},
|
|
6423
|
-
"node_modules/@inquirer/
|
|
6424
|
-
"version": "9.0.2",
|
|
6425
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.2.tgz",
|
|
6426
|
-
"integrity": "sha512-nguvH3TZar3ACwbytZrraRTzGqyxJfYJwv+ZwqZNatAosdWQMP1GV8zvmkNlBe2JeZSaw0WYBHZk52pDpWC9qA==",
|
|
6427
|
-
"dev": true,
|
|
6428
|
-
"license": "MIT",
|
|
6429
|
-
"dependencies": {
|
|
6430
|
-
"@inquirer/figures": "^1.0.3",
|
|
6431
|
-
"@inquirer/type": "^1.4.0",
|
|
6432
|
-
"@types/mute-stream": "^0.0.4",
|
|
6433
|
-
"@types/node": "^20.14.9",
|
|
6434
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
6435
|
-
"ansi-escapes": "^4.3.2",
|
|
6436
|
-
"cli-spinners": "^2.9.2",
|
|
6437
|
-
"cli-width": "^4.1.0",
|
|
6438
|
-
"mute-stream": "^1.0.0",
|
|
6439
|
-
"signal-exit": "^4.1.0",
|
|
6440
|
-
"strip-ansi": "^6.0.1",
|
|
6441
|
-
"wrap-ansi": "^6.2.0",
|
|
6442
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
6443
|
-
},
|
|
6444
|
-
"engines": {
|
|
6445
|
-
"node": ">=18"
|
|
6446
|
-
}
|
|
6447
|
-
},
|
|
6448
|
-
"node_modules/@inquirer/select/node_modules/@inquirer/type": {
|
|
6424
|
+
"node_modules/@inquirer/type": {
|
|
6449
6425
|
"version": "1.4.0",
|
|
6450
6426
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.4.0.tgz",
|
|
6451
6427
|
"integrity": "sha512-AjOqykVyjdJQvtfkNDGUyMYGF8xN50VUxftCQWsOyIo4DFRLr6VQhW0VItGI1JIyQGCGgIpKa7hMMwNhZb4OIw==",
|
|
6452
|
-
"dev": true,
|
|
6453
6428
|
"license": "MIT",
|
|
6454
6429
|
"dependencies": {
|
|
6455
6430
|
"mute-stream": "^1.0.0"
|
|
@@ -6458,53 +6433,6 @@
|
|
|
6458
6433
|
"node": ">=18"
|
|
6459
6434
|
}
|
|
6460
6435
|
},
|
|
6461
|
-
"node_modules/@inquirer/select/node_modules/@types/node": {
|
|
6462
|
-
"version": "20.14.10",
|
|
6463
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
|
|
6464
|
-
"integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
|
|
6465
|
-
"dev": true,
|
|
6466
|
-
"license": "MIT",
|
|
6467
|
-
"dependencies": {
|
|
6468
|
-
"undici-types": "~5.26.4"
|
|
6469
|
-
}
|
|
6470
|
-
},
|
|
6471
|
-
"node_modules/@inquirer/select/node_modules/signal-exit": {
|
|
6472
|
-
"version": "4.1.0",
|
|
6473
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
6474
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
6475
|
-
"dev": true,
|
|
6476
|
-
"license": "ISC",
|
|
6477
|
-
"engines": {
|
|
6478
|
-
"node": ">=14"
|
|
6479
|
-
},
|
|
6480
|
-
"funding": {
|
|
6481
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6482
|
-
}
|
|
6483
|
-
},
|
|
6484
|
-
"node_modules/@inquirer/select/node_modules/wrap-ansi": {
|
|
6485
|
-
"version": "6.2.0",
|
|
6486
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6487
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
6488
|
-
"dev": true,
|
|
6489
|
-
"license": "MIT",
|
|
6490
|
-
"dependencies": {
|
|
6491
|
-
"ansi-styles": "^4.0.0",
|
|
6492
|
-
"string-width": "^4.1.0",
|
|
6493
|
-
"strip-ansi": "^6.0.0"
|
|
6494
|
-
},
|
|
6495
|
-
"engines": {
|
|
6496
|
-
"node": ">=8"
|
|
6497
|
-
}
|
|
6498
|
-
},
|
|
6499
|
-
"node_modules/@inquirer/type": {
|
|
6500
|
-
"version": "1.3.3",
|
|
6501
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
|
|
6502
|
-
"integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
|
|
6503
|
-
"license": "MIT",
|
|
6504
|
-
"engines": {
|
|
6505
|
-
"node": ">=18"
|
|
6506
|
-
}
|
|
6507
|
-
},
|
|
6508
6436
|
"node_modules/@isaacs/cliui": {
|
|
6509
6437
|
"version": "8.0.2",
|
|
6510
6438
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -6781,13 +6709,13 @@
|
|
|
6781
6709
|
}
|
|
6782
6710
|
},
|
|
6783
6711
|
"node_modules/@oclif/core": {
|
|
6784
|
-
"version": "4.0.
|
|
6785
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
6786
|
-
"integrity": "sha512-
|
|
6712
|
+
"version": "4.0.12",
|
|
6713
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.12.tgz",
|
|
6714
|
+
"integrity": "sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==",
|
|
6787
6715
|
"license": "MIT",
|
|
6788
6716
|
"dependencies": {
|
|
6789
6717
|
"ansi-escapes": "^4.3.2",
|
|
6790
|
-
"ansis": "^3.
|
|
6718
|
+
"ansis": "^3.2.1",
|
|
6791
6719
|
"clean-stack": "^3.0.1",
|
|
6792
6720
|
"cli-spinners": "^2.9.2",
|
|
6793
6721
|
"debug": "^4.3.5",
|
|
@@ -6839,9 +6767,9 @@
|
|
|
6839
6767
|
}
|
|
6840
6768
|
},
|
|
6841
6769
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
6842
|
-
"version": "5.2.
|
|
6843
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
6844
|
-
"integrity": "sha512-
|
|
6770
|
+
"version": "5.2.5",
|
|
6771
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.5.tgz",
|
|
6772
|
+
"integrity": "sha512-hPsjsHGkXGFau6LDMlCptdn1SS0+Y3kvPGUikpohCO8+apHBCfxGXNIbjmlSwqFWxKiMRyGFm/2U6nEtg3BBBQ==",
|
|
6845
6773
|
"dev": true,
|
|
6846
6774
|
"license": "MIT",
|
|
6847
6775
|
"dependencies": {
|
|
@@ -7360,16 +7288,16 @@
|
|
|
7360
7288
|
}
|
|
7361
7289
|
},
|
|
7362
7290
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
7363
|
-
"version": "3.1.
|
|
7364
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
7365
|
-
"integrity": "sha512-
|
|
7291
|
+
"version": "3.1.10",
|
|
7292
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.10.tgz",
|
|
7293
|
+
"integrity": "sha512-YWuVg1QLzEcif0rjiY6+zj8i6zVovBdBHmtf03TfW9d1DTKF062Uq3djvjD1fp0hum1qTLCyqfGK07ILUfKUGQ==",
|
|
7366
7294
|
"dev": true,
|
|
7367
7295
|
"license": "BSD-3-Clause",
|
|
7368
7296
|
"dependencies": {
|
|
7369
7297
|
"@oclif/core": "^4",
|
|
7370
7298
|
"@salesforce/core": "^8.1.0",
|
|
7371
7299
|
"@salesforce/kit": "^3.1.6",
|
|
7372
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
7300
|
+
"@salesforce/sf-plugins-core": "^11.1.6",
|
|
7373
7301
|
"@salesforce/ts-types": "^2.0.10",
|
|
7374
7302
|
"chalk": "^5.3.0",
|
|
7375
7303
|
"debug": "^4.3.4",
|
|
@@ -7406,22 +7334,22 @@
|
|
|
7406
7334
|
"license": "ISC"
|
|
7407
7335
|
},
|
|
7408
7336
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
7409
|
-
"version": "11.1.
|
|
7410
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
7411
|
-
"integrity": "sha512-
|
|
7337
|
+
"version": "11.1.7",
|
|
7338
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.7.tgz",
|
|
7339
|
+
"integrity": "sha512-Nj44Oh1jD9D0fcnqUzFPkRoorZT5LSZbdB141ONRN1SS1VmtLSfZ3QH3CKgBrE+Bj5W4byz/GYNjpT6cv3pmuA==",
|
|
7412
7340
|
"license": "BSD-3-Clause",
|
|
7413
7341
|
"dependencies": {
|
|
7414
|
-
"@inquirer/confirm": "^3.1.
|
|
7415
|
-
"@inquirer/password": "^2.1.
|
|
7416
|
-
"@oclif/core": "^4.0.
|
|
7417
|
-
"@salesforce/core": "^8.
|
|
7342
|
+
"@inquirer/confirm": "^3.1.14",
|
|
7343
|
+
"@inquirer/password": "^2.1.14",
|
|
7344
|
+
"@oclif/core": "^4.0.8",
|
|
7345
|
+
"@salesforce/core": "^8.1.1",
|
|
7418
7346
|
"@salesforce/kit": "^3.1.6",
|
|
7419
|
-
"@salesforce/ts-types": "^2.0.
|
|
7347
|
+
"@salesforce/ts-types": "^2.0.10",
|
|
7420
7348
|
"ansis": "^3.2.0",
|
|
7421
7349
|
"cli-progress": "^3.12.0",
|
|
7422
7350
|
"natural-orderby": "^3.0.2",
|
|
7423
7351
|
"slice-ansi": "^7.1.0",
|
|
7424
|
-
"string-width": "^7.
|
|
7352
|
+
"string-width": "^7.2.0",
|
|
7425
7353
|
"terminal-link": "^3.0.0"
|
|
7426
7354
|
},
|
|
7427
7355
|
"engines": {
|
|
@@ -7447,9 +7375,9 @@
|
|
|
7447
7375
|
"license": "MIT"
|
|
7448
7376
|
},
|
|
7449
7377
|
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
7450
|
-
"version": "7.
|
|
7451
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.
|
|
7452
|
-
"integrity": "sha512-
|
|
7378
|
+
"version": "7.2.0",
|
|
7379
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
7380
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
7453
7381
|
"license": "MIT",
|
|
7454
7382
|
"dependencies": {
|
|
7455
7383
|
"emoji-regex": "^10.3.0",
|
|
@@ -9768,9 +9696,9 @@
|
|
|
9768
9696
|
"license": "MIT"
|
|
9769
9697
|
},
|
|
9770
9698
|
"node_modules/ansis": {
|
|
9771
|
-
"version": "3.2.
|
|
9772
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.2.
|
|
9773
|
-
"integrity": "sha512-
|
|
9699
|
+
"version": "3.2.1",
|
|
9700
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.2.1.tgz",
|
|
9701
|
+
"integrity": "sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw==",
|
|
9774
9702
|
"license": "ISC",
|
|
9775
9703
|
"engines": {
|
|
9776
9704
|
"node": ">=15"
|
|
@@ -11679,13 +11607,13 @@
|
|
|
11679
11607
|
}
|
|
11680
11608
|
},
|
|
11681
11609
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
11682
|
-
"version": "1.18.
|
|
11683
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
11684
|
-
"integrity": "sha512-
|
|
11610
|
+
"version": "1.18.11",
|
|
11611
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.11.tgz",
|
|
11612
|
+
"integrity": "sha512-4EaoQL5LK2Ruvc7Ws5SfteybbXYzQTAF8+8didZf0XiJBrZYSTWkdEheFG75Mk0HajxFj3XV4cW450tgCeUvHg==",
|
|
11685
11613
|
"dev": true,
|
|
11686
11614
|
"license": "BSD-3-Clause",
|
|
11687
11615
|
"dependencies": {
|
|
11688
|
-
"@salesforce/core": "^8.1.
|
|
11616
|
+
"@salesforce/core": "^8.1.1",
|
|
11689
11617
|
"@typescript-eslint/utils": "^6.17.0"
|
|
11690
11618
|
},
|
|
11691
11619
|
"engines": {
|
|
@@ -17680,9 +17608,9 @@
|
|
|
17680
17608
|
}
|
|
17681
17609
|
},
|
|
17682
17610
|
"node_modules/typescript": {
|
|
17683
|
-
"version": "5.5.
|
|
17684
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.
|
|
17685
|
-
"integrity": "sha512
|
|
17611
|
+
"version": "5.5.3",
|
|
17612
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
|
17613
|
+
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
|
17686
17614
|
"dev": true,
|
|
17687
17615
|
"license": "Apache-2.0",
|
|
17688
17616
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
|
|
1420
1420
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
|
|
1421
1421
|
|
|
1422
|
-
"@inquirer/confirm@^3.1.11", "@inquirer/confirm@^3.1.9":
|
|
1422
|
+
"@inquirer/confirm@^3.1.11", "@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.9":
|
|
1423
1423
|
version "3.1.14"
|
|
1424
1424
|
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.14.tgz#b50a156f2cc0a6f874f2d2ab1739e988fbf950f4"
|
|
1425
1425
|
integrity sha512-nbLSX37b2dGPtKWL3rPuR/5hOuD30S+pqJ/MuFiUEgN6GiMs8UMxiurKAMDzKt6C95ltjupa8zH6+3csXNHWpA==
|
|
@@ -1478,13 +1478,13 @@
|
|
|
1478
1478
|
"@inquirer/core" "^8.2.2"
|
|
1479
1479
|
"@inquirer/type" "^1.3.3"
|
|
1480
1480
|
|
|
1481
|
-
"@inquirer/password@^2.1.
|
|
1482
|
-
version "2.1.
|
|
1483
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.
|
|
1484
|
-
integrity sha512-
|
|
1481
|
+
"@inquirer/password@^2.1.14":
|
|
1482
|
+
version "2.1.14"
|
|
1483
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.14.tgz#06621f547b0b05ad4303700f13892cabd3a366ee"
|
|
1484
|
+
integrity sha512-sPzOkXLhWJQ96K6nPZFnF8XB8tsDrcCRobd1d3EDz81F+4hp8BbdmsnsQcqZ7oYDIOVM/mWJyIUtJ35TrssJxQ==
|
|
1485
1485
|
dependencies:
|
|
1486
|
-
"@inquirer/core" "^
|
|
1487
|
-
"@inquirer/type" "^1.
|
|
1486
|
+
"@inquirer/core" "^9.0.2"
|
|
1487
|
+
"@inquirer/type" "^1.4.0"
|
|
1488
1488
|
ansi-escapes "^4.3.2"
|
|
1489
1489
|
|
|
1490
1490
|
"@inquirer/select@^2.3.10":
|
|
@@ -1661,13 +1661,13 @@
|
|
|
1661
1661
|
wordwrap "^1.0.0"
|
|
1662
1662
|
wrap-ansi "^7.0.0"
|
|
1663
1663
|
|
|
1664
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
|
1665
|
-
version "4.0.
|
|
1666
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1667
|
-
integrity sha512-
|
|
1664
|
+
"@oclif/core@^4", "@oclif/core@^4.0.8":
|
|
1665
|
+
version "4.0.12"
|
|
1666
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.12.tgz#b47089631827e2c909bfffc8c14d7b1781e502ce"
|
|
1667
|
+
integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==
|
|
1668
1668
|
dependencies:
|
|
1669
1669
|
ansi-escapes "^4.3.2"
|
|
1670
|
-
ansis "^3.
|
|
1670
|
+
ansis "^3.2.1"
|
|
1671
1671
|
clean-stack "^3.0.1"
|
|
1672
1672
|
cli-spinners "^2.9.2"
|
|
1673
1673
|
debug "^4.3.5"
|
|
@@ -1684,10 +1684,10 @@
|
|
|
1684
1684
|
wordwrap "^1.0.0"
|
|
1685
1685
|
wrap-ansi "^7.0.0"
|
|
1686
1686
|
|
|
1687
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1688
|
-
version "5.2.
|
|
1689
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1690
|
-
integrity sha512-
|
|
1687
|
+
"@oclif/plugin-command-snapshot@^5.2.5":
|
|
1688
|
+
version "5.2.5"
|
|
1689
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.5.tgz#c1a473d1650fba73e6c0bcf53f52cabcaa4794e4"
|
|
1690
|
+
integrity sha512-hPsjsHGkXGFau6LDMlCptdn1SS0+Y3kvPGUikpohCO8+apHBCfxGXNIbjmlSwqFWxKiMRyGFm/2U6nEtg3BBBQ==
|
|
1691
1691
|
dependencies:
|
|
1692
1692
|
"@oclif/core" "^4"
|
|
1693
1693
|
ansis "^3.2.0"
|
|
@@ -1748,7 +1748,7 @@
|
|
|
1748
1748
|
strip-ansi "6.0.1"
|
|
1749
1749
|
ts-retry-promise "^0.8.1"
|
|
1750
1750
|
|
|
1751
|
-
"@salesforce/core@^8.
|
|
1751
|
+
"@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1":
|
|
1752
1752
|
version "8.1.1"
|
|
1753
1753
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.1.tgz#26db4e6da3573c4bd223eb05cb3da6aad8b2a311"
|
|
1754
1754
|
integrity sha512-PQ58kz0oRk/cjGhmiRj8W+x0Eg2mrWagrA4xMKaXjBAgSgU+V39BaO9IC1G2cAMGy53JJRBO5G876ala4gD44w==
|
|
@@ -1816,15 +1816,15 @@
|
|
|
1816
1816
|
dependencies:
|
|
1817
1817
|
"@salesforce/ts-types" "^2.0.10"
|
|
1818
1818
|
|
|
1819
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1820
|
-
version "3.1.
|
|
1821
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1822
|
-
integrity sha512-
|
|
1819
|
+
"@salesforce/plugin-command-reference@^3.1.10":
|
|
1820
|
+
version "3.1.10"
|
|
1821
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.10.tgz#ad020adf0e4d90650fdedfa83ace19f838ca8d77"
|
|
1822
|
+
integrity sha512-YWuVg1QLzEcif0rjiY6+zj8i6zVovBdBHmtf03TfW9d1DTKF062Uq3djvjD1fp0hum1qTLCyqfGK07ILUfKUGQ==
|
|
1823
1823
|
dependencies:
|
|
1824
1824
|
"@oclif/core" "^4"
|
|
1825
1825
|
"@salesforce/core" "^8.1.0"
|
|
1826
1826
|
"@salesforce/kit" "^3.1.6"
|
|
1827
|
-
"@salesforce/sf-plugins-core" "^11.1.
|
|
1827
|
+
"@salesforce/sf-plugins-core" "^11.1.6"
|
|
1828
1828
|
"@salesforce/ts-types" "^2.0.10"
|
|
1829
1829
|
chalk "^5.3.0"
|
|
1830
1830
|
debug "^4.3.4"
|
|
@@ -1840,25 +1840,25 @@
|
|
|
1840
1840
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1841
1841
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1842
1842
|
|
|
1843
|
-
"@salesforce/sf-plugins-core@^11.1.
|
|
1844
|
-
version "11.1.
|
|
1845
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
1846
|
-
integrity sha512-
|
|
1843
|
+
"@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.1.7":
|
|
1844
|
+
version "11.1.7"
|
|
1845
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.7.tgz#1af298d3ff6ff82e9944d614740de31b891c188e"
|
|
1846
|
+
integrity sha512-Nj44Oh1jD9D0fcnqUzFPkRoorZT5LSZbdB141ONRN1SS1VmtLSfZ3QH3CKgBrE+Bj5W4byz/GYNjpT6cv3pmuA==
|
|
1847
1847
|
dependencies:
|
|
1848
|
-
"@inquirer/confirm" "^3.1.
|
|
1849
|
-
"@inquirer/password" "^2.1.
|
|
1850
|
-
"@oclif/core" "^4.0.
|
|
1851
|
-
"@salesforce/core" "^8.
|
|
1848
|
+
"@inquirer/confirm" "^3.1.14"
|
|
1849
|
+
"@inquirer/password" "^2.1.14"
|
|
1850
|
+
"@oclif/core" "^4.0.8"
|
|
1851
|
+
"@salesforce/core" "^8.1.1"
|
|
1852
1852
|
"@salesforce/kit" "^3.1.6"
|
|
1853
|
-
"@salesforce/ts-types" "^2.0.
|
|
1853
|
+
"@salesforce/ts-types" "^2.0.10"
|
|
1854
1854
|
ansis "^3.2.0"
|
|
1855
1855
|
cli-progress "^3.12.0"
|
|
1856
1856
|
natural-orderby "^3.0.2"
|
|
1857
1857
|
slice-ansi "^7.1.0"
|
|
1858
|
-
string-width "^7.
|
|
1858
|
+
string-width "^7.2.0"
|
|
1859
1859
|
terminal-link "^3.0.0"
|
|
1860
1860
|
|
|
1861
|
-
"@salesforce/ts-types@^2.0.10"
|
|
1861
|
+
"@salesforce/ts-types@^2.0.10":
|
|
1862
1862
|
version "2.0.10"
|
|
1863
1863
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.10.tgz#f2107a52b60be6c3fe712f4d40aafad48c6bebe0"
|
|
1864
1864
|
integrity sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w==
|
|
@@ -3093,10 +3093,10 @@ ansicolors@~0.3.2:
|
|
|
3093
3093
|
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
|
3094
3094
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
3095
3095
|
|
|
3096
|
-
ansis@^3.
|
|
3097
|
-
version "3.2.
|
|
3098
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.
|
|
3099
|
-
integrity sha512-
|
|
3096
|
+
ansis@^3.2.0, ansis@^3.2.1:
|
|
3097
|
+
version "3.2.1"
|
|
3098
|
+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.1.tgz#abf2de690eb7a74fa4292edf82c7887bda5ee549"
|
|
3099
|
+
integrity sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw==
|
|
3100
3100
|
|
|
3101
3101
|
anymatch@~3.1.2:
|
|
3102
3102
|
version "3.1.3"
|
|
@@ -4206,12 +4206,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4206
4206
|
semver "^7.5.4"
|
|
4207
4207
|
spdx-expression-parse "^4.0.0"
|
|
4208
4208
|
|
|
4209
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
4210
|
-
version "1.18.
|
|
4211
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
4212
|
-
integrity sha512-
|
|
4209
|
+
eslint-plugin-sf-plugin@^1.18.11:
|
|
4210
|
+
version "1.18.11"
|
|
4211
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.11.tgz#bf320e0dbbad4979e23842b60efd1db3b8611c83"
|
|
4212
|
+
integrity sha512-4EaoQL5LK2Ruvc7Ws5SfteybbXYzQTAF8+8didZf0XiJBrZYSTWkdEheFG75Mk0HajxFj3XV4cW450tgCeUvHg==
|
|
4213
4213
|
dependencies:
|
|
4214
|
-
"@salesforce/core" "^8.1.
|
|
4214
|
+
"@salesforce/core" "^8.1.1"
|
|
4215
4215
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4216
4216
|
|
|
4217
4217
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -7267,10 +7267,10 @@ string-width@^5.0.1, string-width@^5.1.2:
|
|
|
7267
7267
|
emoji-regex "^9.2.2"
|
|
7268
7268
|
strip-ansi "^7.0.1"
|
|
7269
7269
|
|
|
7270
|
-
string-width@^7.
|
|
7271
|
-
version "7.
|
|
7272
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.
|
|
7273
|
-
integrity sha512-
|
|
7270
|
+
string-width@^7.2.0:
|
|
7271
|
+
version "7.2.0"
|
|
7272
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
|
|
7273
|
+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
|
7274
7274
|
dependencies:
|
|
7275
7275
|
emoji-regex "^10.3.0"
|
|
7276
7276
|
get-east-asian-width "^1.0.0"
|
|
@@ -7654,10 +7654,10 @@ typedoc@^0.25.13:
|
|
|
7654
7654
|
minimatch "^9.0.3"
|
|
7655
7655
|
shiki "^0.14.7"
|
|
7656
7656
|
|
|
7657
|
-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.5.
|
|
7658
|
-
version "5.5.
|
|
7659
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.
|
|
7660
|
-
integrity sha512
|
|
7657
|
+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.5.3:
|
|
7658
|
+
version "5.5.3"
|
|
7659
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
|
|
7660
|
+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
|
|
7661
7661
|
|
|
7662
7662
|
typescript@~5.4.2:
|
|
7663
7663
|
version "5.4.5"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
3
|
"description": "Tools for working with custom metadata types and their records.",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.18",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@oclif/core": "^4",
|
|
46
46
|
"@salesforce/core": "^8.1.0",
|
|
47
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
47
|
+
"@salesforce/sf-plugins-core": "^11.1.7",
|
|
48
48
|
"csv-parse": "^5.5.6",
|
|
49
49
|
"fast-xml-parser": "^4.4.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.2.5",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.18",
|
|
55
55
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.10",
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.18.11",
|
|
58
58
|
"oclif": "^4.13.13",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
|
-
"typescript": "^5.5.
|
|
60
|
+
"typescript": "^5.5.3"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=18.0.0"
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"type": "module",
|
|
243
243
|
"author": "Salesforce",
|
|
244
244
|
"sfdx": {
|
|
245
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
246
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
245
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.18.crt",
|
|
246
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.18.sig"
|
|
247
247
|
}
|
|
248
248
|
}
|