@salesforce/plugin-custom-metadata 3.3.43 → 3.3.45
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 +45 -261
- package/oclif.lock +39 -70
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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.45/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.45/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.45/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.45/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.45/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.45",
|
|
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.45",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.8.
|
|
12
|
+
"@salesforce/core": "^8.8.4",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.6.0",
|
|
15
|
-
"fast-xml-parser": "^4.5.
|
|
15
|
+
"fast-xml-parser": "^4.5.3"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.6.4",
|
|
19
|
-
"@oclif/core": "^4.2.
|
|
19
|
+
"@oclif/core": "^4.2.8",
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.2.35",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
22
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
22
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.44",
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.15",
|
|
25
25
|
"oclif": "^4.17.30",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.7.3"
|
|
@@ -69,33 +69,6 @@
|
|
|
69
69
|
"node": ">=16.0.0"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
|
|
73
|
-
"version": "3.686.0",
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
75
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
76
|
-
"dev": true,
|
|
77
|
-
"license": "Apache-2.0",
|
|
78
|
-
"dependencies": {
|
|
79
|
-
"@smithy/types": "^3.6.0",
|
|
80
|
-
"tslib": "^2.6.2"
|
|
81
|
-
},
|
|
82
|
-
"engines": {
|
|
83
|
-
"node": ">=16.0.0"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
|
|
87
|
-
"version": "3.6.0",
|
|
88
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
89
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
90
|
-
"dev": true,
|
|
91
|
-
"license": "Apache-2.0",
|
|
92
|
-
"dependencies": {
|
|
93
|
-
"tslib": "^2.6.2"
|
|
94
|
-
},
|
|
95
|
-
"engines": {
|
|
96
|
-
"node": ">=16.0.0"
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
72
|
"node_modules/@aws-crypto/crc32c": {
|
|
100
73
|
"version": "5.2.0",
|
|
101
74
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz",
|
|
@@ -108,33 +81,6 @@
|
|
|
108
81
|
"tslib": "^2.6.2"
|
|
109
82
|
}
|
|
110
83
|
},
|
|
111
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
|
|
112
|
-
"version": "3.686.0",
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
114
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
115
|
-
"dev": true,
|
|
116
|
-
"license": "Apache-2.0",
|
|
117
|
-
"dependencies": {
|
|
118
|
-
"@smithy/types": "^3.6.0",
|
|
119
|
-
"tslib": "^2.6.2"
|
|
120
|
-
},
|
|
121
|
-
"engines": {
|
|
122
|
-
"node": ">=16.0.0"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
|
|
126
|
-
"version": "3.6.0",
|
|
127
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
128
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
129
|
-
"dev": true,
|
|
130
|
-
"license": "Apache-2.0",
|
|
131
|
-
"dependencies": {
|
|
132
|
-
"tslib": "^2.6.2"
|
|
133
|
-
},
|
|
134
|
-
"engines": {
|
|
135
|
-
"node": ">=16.0.0"
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
84
|
"node_modules/@aws-crypto/sha1-browser": {
|
|
139
85
|
"version": "5.2.0",
|
|
140
86
|
"resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz",
|
|
@@ -150,20 +96,6 @@
|
|
|
150
96
|
"tslib": "^2.6.2"
|
|
151
97
|
}
|
|
152
98
|
},
|
|
153
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
|
|
154
|
-
"version": "3.686.0",
|
|
155
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
156
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
157
|
-
"dev": true,
|
|
158
|
-
"license": "Apache-2.0",
|
|
159
|
-
"dependencies": {
|
|
160
|
-
"@smithy/types": "^3.6.0",
|
|
161
|
-
"tslib": "^2.6.2"
|
|
162
|
-
},
|
|
163
|
-
"engines": {
|
|
164
|
-
"node": ">=16.0.0"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
99
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": {
|
|
168
100
|
"version": "2.2.0",
|
|
169
101
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -177,19 +109,6 @@
|
|
|
177
109
|
"node": ">=14.0.0"
|
|
178
110
|
}
|
|
179
111
|
},
|
|
180
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
|
|
181
|
-
"version": "3.6.0",
|
|
182
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
183
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
184
|
-
"dev": true,
|
|
185
|
-
"license": "Apache-2.0",
|
|
186
|
-
"dependencies": {
|
|
187
|
-
"tslib": "^2.6.2"
|
|
188
|
-
},
|
|
189
|
-
"engines": {
|
|
190
|
-
"node": ">=16.0.0"
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
112
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": {
|
|
194
113
|
"version": "2.2.0",
|
|
195
114
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -234,20 +153,6 @@
|
|
|
234
153
|
"tslib": "^2.6.2"
|
|
235
154
|
}
|
|
236
155
|
},
|
|
237
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
|
|
238
|
-
"version": "3.686.0",
|
|
239
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
240
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
241
|
-
"dev": true,
|
|
242
|
-
"license": "Apache-2.0",
|
|
243
|
-
"dependencies": {
|
|
244
|
-
"@smithy/types": "^3.6.0",
|
|
245
|
-
"tslib": "^2.6.2"
|
|
246
|
-
},
|
|
247
|
-
"engines": {
|
|
248
|
-
"node": ">=16.0.0"
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
156
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
|
|
252
157
|
"version": "2.2.0",
|
|
253
158
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -261,19 +166,6 @@
|
|
|
261
166
|
"node": ">=14.0.0"
|
|
262
167
|
}
|
|
263
168
|
},
|
|
264
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
|
|
265
|
-
"version": "3.6.0",
|
|
266
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
267
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
268
|
-
"dev": true,
|
|
269
|
-
"license": "Apache-2.0",
|
|
270
|
-
"dependencies": {
|
|
271
|
-
"tslib": "^2.6.2"
|
|
272
|
-
},
|
|
273
|
-
"engines": {
|
|
274
|
-
"node": ">=16.0.0"
|
|
275
|
-
}
|
|
276
|
-
},
|
|
277
169
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
|
|
278
170
|
"version": "2.2.0",
|
|
279
171
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -317,33 +209,6 @@
|
|
|
317
209
|
"node": ">=16.0.0"
|
|
318
210
|
}
|
|
319
211
|
},
|
|
320
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
|
|
321
|
-
"version": "3.686.0",
|
|
322
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
323
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
324
|
-
"dev": true,
|
|
325
|
-
"license": "Apache-2.0",
|
|
326
|
-
"dependencies": {
|
|
327
|
-
"@smithy/types": "^3.6.0",
|
|
328
|
-
"tslib": "^2.6.2"
|
|
329
|
-
},
|
|
330
|
-
"engines": {
|
|
331
|
-
"node": ">=16.0.0"
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
|
|
335
|
-
"version": "3.6.0",
|
|
336
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
337
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
338
|
-
"dev": true,
|
|
339
|
-
"license": "Apache-2.0",
|
|
340
|
-
"dependencies": {
|
|
341
|
-
"tslib": "^2.6.2"
|
|
342
|
-
},
|
|
343
|
-
"engines": {
|
|
344
|
-
"node": ">=16.0.0"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
212
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
348
213
|
"version": "5.2.0",
|
|
349
214
|
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
|
|
@@ -366,20 +231,6 @@
|
|
|
366
231
|
"tslib": "^2.6.2"
|
|
367
232
|
}
|
|
368
233
|
},
|
|
369
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
|
|
370
|
-
"version": "3.686.0",
|
|
371
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
372
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
373
|
-
"dev": true,
|
|
374
|
-
"license": "Apache-2.0",
|
|
375
|
-
"dependencies": {
|
|
376
|
-
"@smithy/types": "^3.6.0",
|
|
377
|
-
"tslib": "^2.6.2"
|
|
378
|
-
},
|
|
379
|
-
"engines": {
|
|
380
|
-
"node": ">=16.0.0"
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
234
|
"node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
|
|
384
235
|
"version": "2.2.0",
|
|
385
236
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -393,19 +244,6 @@
|
|
|
393
244
|
"node": ">=14.0.0"
|
|
394
245
|
}
|
|
395
246
|
},
|
|
396
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types": {
|
|
397
|
-
"version": "3.6.0",
|
|
398
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
399
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
400
|
-
"dev": true,
|
|
401
|
-
"license": "Apache-2.0",
|
|
402
|
-
"dependencies": {
|
|
403
|
-
"tslib": "^2.6.2"
|
|
404
|
-
},
|
|
405
|
-
"engines": {
|
|
406
|
-
"node": ">=16.0.0"
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
247
|
"node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
|
|
410
248
|
"version": "2.2.0",
|
|
411
249
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -2281,15 +2119,6 @@
|
|
|
2281
2119
|
"node": ">=18"
|
|
2282
2120
|
}
|
|
2283
2121
|
},
|
|
2284
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/figures": {
|
|
2285
|
-
"version": "1.0.7",
|
|
2286
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2287
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2288
|
-
"license": "MIT",
|
|
2289
|
-
"engines": {
|
|
2290
|
-
"node": ">=18"
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
2122
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2294
2123
|
"version": "1.5.5",
|
|
2295
2124
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
|
@@ -2398,7 +2227,6 @@
|
|
|
2398
2227
|
"version": "1.0.9",
|
|
2399
2228
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.9.tgz",
|
|
2400
2229
|
"integrity": "sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==",
|
|
2401
|
-
"dev": true,
|
|
2402
2230
|
"license": "MIT",
|
|
2403
2231
|
"engines": {
|
|
2404
2232
|
"node": ">=18"
|
|
@@ -2455,16 +2283,6 @@
|
|
|
2455
2283
|
"node": ">=18"
|
|
2456
2284
|
}
|
|
2457
2285
|
},
|
|
2458
|
-
"node_modules/@inquirer/input/node_modules/@inquirer/figures": {
|
|
2459
|
-
"version": "1.0.7",
|
|
2460
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2461
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2462
|
-
"dev": true,
|
|
2463
|
-
"license": "MIT",
|
|
2464
|
-
"engines": {
|
|
2465
|
-
"node": ">=18"
|
|
2466
|
-
}
|
|
2467
|
-
},
|
|
2468
2286
|
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
|
2469
2287
|
"version": "1.5.5",
|
|
2470
2288
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
|
@@ -2557,15 +2375,6 @@
|
|
|
2557
2375
|
"node": ">=18"
|
|
2558
2376
|
}
|
|
2559
2377
|
},
|
|
2560
|
-
"node_modules/@inquirer/password/node_modules/@inquirer/figures": {
|
|
2561
|
-
"version": "1.0.7",
|
|
2562
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2563
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2564
|
-
"license": "MIT",
|
|
2565
|
-
"engines": {
|
|
2566
|
-
"node": ">=18"
|
|
2567
|
-
}
|
|
2568
|
-
},
|
|
2569
2378
|
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
2570
2379
|
"version": "1.5.5",
|
|
2571
2380
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
|
@@ -2778,16 +2587,6 @@
|
|
|
2778
2587
|
"node": ">=18"
|
|
2779
2588
|
}
|
|
2780
2589
|
},
|
|
2781
|
-
"node_modules/@inquirer/select/node_modules/@inquirer/figures": {
|
|
2782
|
-
"version": "1.0.7",
|
|
2783
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2784
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2785
|
-
"dev": true,
|
|
2786
|
-
"license": "MIT",
|
|
2787
|
-
"engines": {
|
|
2788
|
-
"node": ">=18"
|
|
2789
|
-
}
|
|
2790
|
-
},
|
|
2791
2590
|
"node_modules/@inquirer/select/node_modules/@inquirer/type": {
|
|
2792
2591
|
"version": "1.5.5",
|
|
2793
2592
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
|
@@ -3090,13 +2889,13 @@
|
|
|
3090
2889
|
}
|
|
3091
2890
|
},
|
|
3092
2891
|
"node_modules/@oclif/core": {
|
|
3093
|
-
"version": "4.2.
|
|
3094
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
3095
|
-
"integrity": "sha512-
|
|
2892
|
+
"version": "4.2.8",
|
|
2893
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.8.tgz",
|
|
2894
|
+
"integrity": "sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==",
|
|
3096
2895
|
"license": "MIT",
|
|
3097
2896
|
"dependencies": {
|
|
3098
2897
|
"ansi-escapes": "^4.3.2",
|
|
3099
|
-
"ansis": "^3.
|
|
2898
|
+
"ansis": "^3.16.0",
|
|
3100
2899
|
"clean-stack": "^3.0.1",
|
|
3101
2900
|
"cli-spinners": "^2.9.2",
|
|
3102
2901
|
"debug": "^4.4.0",
|
|
@@ -3186,23 +2985,6 @@
|
|
|
3186
2985
|
"node": ">=18.0.0"
|
|
3187
2986
|
}
|
|
3188
2987
|
},
|
|
3189
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/fast-glob": {
|
|
3190
|
-
"version": "3.3.3",
|
|
3191
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
3192
|
-
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
3193
|
-
"dev": true,
|
|
3194
|
-
"license": "MIT",
|
|
3195
|
-
"dependencies": {
|
|
3196
|
-
"@nodelib/fs.stat": "^2.0.2",
|
|
3197
|
-
"@nodelib/fs.walk": "^1.2.3",
|
|
3198
|
-
"glob-parent": "^5.1.2",
|
|
3199
|
-
"merge2": "^1.3.0",
|
|
3200
|
-
"micromatch": "^4.0.8"
|
|
3201
|
-
},
|
|
3202
|
-
"engines": {
|
|
3203
|
-
"node": ">=8.6.0"
|
|
3204
|
-
}
|
|
3205
|
-
},
|
|
3206
2988
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3207
2989
|
"version": "14.1.0",
|
|
3208
2990
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz",
|
|
@@ -3475,9 +3257,9 @@
|
|
|
3475
3257
|
}
|
|
3476
3258
|
},
|
|
3477
3259
|
"node_modules/@salesforce/core": {
|
|
3478
|
-
"version": "8.8.
|
|
3479
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
|
3480
|
-
"integrity": "sha512-
|
|
3260
|
+
"version": "8.8.4",
|
|
3261
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.4.tgz",
|
|
3262
|
+
"integrity": "sha512-TKioMWh/QWmXjnD0bMNvFHEqaH175TCYWNXUCO1CixdhhI0p1MQj4AnQsk8wuRJiH5kVhiYw6Z7NukcIxLtbUw==",
|
|
3481
3263
|
"license": "BSD-3-Clause",
|
|
3482
3264
|
"dependencies": {
|
|
3483
3265
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
@@ -3533,9 +3315,9 @@
|
|
|
3533
3315
|
"license": "BSD-3-Clause"
|
|
3534
3316
|
},
|
|
3535
3317
|
"node_modules/@salesforce/dev-scripts": {
|
|
3536
|
-
"version": "10.2.
|
|
3537
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
3538
|
-
"integrity": "sha512-
|
|
3318
|
+
"version": "10.2.12",
|
|
3319
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz",
|
|
3320
|
+
"integrity": "sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==",
|
|
3539
3321
|
"dev": true,
|
|
3540
3322
|
"license": "BSD-3-Clause",
|
|
3541
3323
|
"dependencies": {
|
|
@@ -3600,9 +3382,9 @@
|
|
|
3600
3382
|
}
|
|
3601
3383
|
},
|
|
3602
3384
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3603
|
-
"version": "3.1.
|
|
3604
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3605
|
-
"integrity": "sha512-
|
|
3385
|
+
"version": "3.1.44",
|
|
3386
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.44.tgz",
|
|
3387
|
+
"integrity": "sha512-6Fr9lDc/mR1Sq3HloSamc8/jH+25iD73bM3ZUgpqUyx5zLUhdVuAJJlBb7Ye0LpPXn062NLDDxcy6cpQdAQNiA==",
|
|
3606
3388
|
"dev": true,
|
|
3607
3389
|
"license": "BSD-3-Clause",
|
|
3608
3390
|
"dependencies": {
|
|
@@ -5157,9 +4939,9 @@
|
|
|
5157
4939
|
}
|
|
5158
4940
|
},
|
|
5159
4941
|
"node_modules/ansis": {
|
|
5160
|
-
"version": "3.
|
|
5161
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
|
5162
|
-
"integrity": "sha512-
|
|
4942
|
+
"version": "3.17.0",
|
|
4943
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.17.0.tgz",
|
|
4944
|
+
"integrity": "sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==",
|
|
5163
4945
|
"license": "ISC",
|
|
5164
4946
|
"engines": {
|
|
5165
4947
|
"node": ">=14"
|
|
@@ -7019,13 +6801,13 @@
|
|
|
7019
6801
|
}
|
|
7020
6802
|
},
|
|
7021
6803
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7022
|
-
"version": "1.20.
|
|
7023
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7024
|
-
"integrity": "sha512-
|
|
6804
|
+
"version": "1.20.15",
|
|
6805
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz",
|
|
6806
|
+
"integrity": "sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==",
|
|
7025
6807
|
"dev": true,
|
|
7026
6808
|
"license": "BSD-3-Clause",
|
|
7027
6809
|
"dependencies": {
|
|
7028
|
-
"@salesforce/core": "^8.8.
|
|
6810
|
+
"@salesforce/core": "^8.8.3",
|
|
7029
6811
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7030
6812
|
},
|
|
7031
6813
|
"engines": {
|
|
@@ -7447,16 +7229,16 @@
|
|
|
7447
7229
|
"license": "MIT"
|
|
7448
7230
|
},
|
|
7449
7231
|
"node_modules/fast-glob": {
|
|
7450
|
-
"version": "3.3.
|
|
7451
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.
|
|
7452
|
-
"integrity": "sha512-
|
|
7232
|
+
"version": "3.3.3",
|
|
7233
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
7234
|
+
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
7453
7235
|
"license": "MIT",
|
|
7454
7236
|
"dependencies": {
|
|
7455
7237
|
"@nodelib/fs.stat": "^2.0.2",
|
|
7456
7238
|
"@nodelib/fs.walk": "^1.2.3",
|
|
7457
7239
|
"glob-parent": "^5.1.2",
|
|
7458
7240
|
"merge2": "^1.3.0",
|
|
7459
|
-
"micromatch": "^4.0.
|
|
7241
|
+
"micromatch": "^4.0.8"
|
|
7460
7242
|
},
|
|
7461
7243
|
"engines": {
|
|
7462
7244
|
"node": ">=8.6.0"
|
|
@@ -7500,22 +7282,18 @@
|
|
|
7500
7282
|
"license": "MIT"
|
|
7501
7283
|
},
|
|
7502
7284
|
"node_modules/fast-xml-parser": {
|
|
7503
|
-
"version": "4.5.
|
|
7504
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.
|
|
7505
|
-
"integrity": "sha512-
|
|
7285
|
+
"version": "4.5.3",
|
|
7286
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
|
|
7287
|
+
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
|
|
7506
7288
|
"funding": [
|
|
7507
7289
|
{
|
|
7508
7290
|
"type": "github",
|
|
7509
7291
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
7510
|
-
},
|
|
7511
|
-
{
|
|
7512
|
-
"type": "paypal",
|
|
7513
|
-
"url": "https://paypal.me/naturalintelligence"
|
|
7514
7292
|
}
|
|
7515
7293
|
],
|
|
7516
7294
|
"license": "MIT",
|
|
7517
7295
|
"dependencies": {
|
|
7518
|
-
"strnum": "^1.
|
|
7296
|
+
"strnum": "^1.1.1"
|
|
7519
7297
|
},
|
|
7520
7298
|
"bin": {
|
|
7521
7299
|
"fxparser": "src/cli/cli.js"
|
|
@@ -12524,9 +12302,15 @@
|
|
|
12524
12302
|
}
|
|
12525
12303
|
},
|
|
12526
12304
|
"node_modules/strnum": {
|
|
12527
|
-
"version": "1.
|
|
12528
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.
|
|
12529
|
-
"integrity": "sha512-
|
|
12305
|
+
"version": "1.1.1",
|
|
12306
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
|
|
12307
|
+
"integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
|
|
12308
|
+
"funding": [
|
|
12309
|
+
{
|
|
12310
|
+
"type": "github",
|
|
12311
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
12312
|
+
}
|
|
12313
|
+
],
|
|
12530
12314
|
"license": "MIT"
|
|
12531
12315
|
},
|
|
12532
12316
|
"node_modules/supports-color": {
|
package/oclif.lock
CHANGED
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
"@smithy/types" "^4.1.0"
|
|
559
559
|
tslib "^2.6.2"
|
|
560
560
|
|
|
561
|
-
"@aws-sdk/types@3.734.0":
|
|
561
|
+
"@aws-sdk/types@3.734.0", "@aws-sdk/types@^3.222.0":
|
|
562
562
|
version "3.734.0"
|
|
563
563
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.734.0.tgz#af5e620b0e761918282aa1c8e53cac6091d169a2"
|
|
564
564
|
integrity sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==
|
|
@@ -566,14 +566,6 @@
|
|
|
566
566
|
"@smithy/types" "^4.1.0"
|
|
567
567
|
tslib "^2.6.2"
|
|
568
568
|
|
|
569
|
-
"@aws-sdk/types@^3.222.0":
|
|
570
|
-
version "3.686.0"
|
|
571
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.686.0.tgz#01aa5307c727de9e69969c538f99ae8b53f1074f"
|
|
572
|
-
integrity sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==
|
|
573
|
-
dependencies:
|
|
574
|
-
"@smithy/types" "^3.6.0"
|
|
575
|
-
tslib "^2.6.2"
|
|
576
|
-
|
|
577
569
|
"@aws-sdk/util-arn-parser@3.723.0":
|
|
578
570
|
version "3.723.0"
|
|
579
571
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.723.0.tgz#e9bff2b13918a92d60e0012101dad60ed7db292c"
|
|
@@ -1083,12 +1075,7 @@
|
|
|
1083
1075
|
"@inquirer/type" "^3.0.2"
|
|
1084
1076
|
yoctocolors-cjs "^2.1.2"
|
|
1085
1077
|
|
|
1086
|
-
"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.6":
|
|
1087
|
-
version "1.0.7"
|
|
1088
|
-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.7.tgz#d050ccc0eabfacc0248c4ff647a9dfba1b01594b"
|
|
1089
|
-
integrity sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==
|
|
1090
|
-
|
|
1091
|
-
"@inquirer/figures@^1.0.9":
|
|
1078
|
+
"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.6", "@inquirer/figures@^1.0.9":
|
|
1092
1079
|
version "1.0.9"
|
|
1093
1080
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.9.tgz#9d8128f8274cde4ca009ca8547337cab3f37a4a3"
|
|
1094
1081
|
integrity sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==
|
|
@@ -1324,13 +1311,13 @@
|
|
|
1324
1311
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1325
1312
|
fastq "^1.6.0"
|
|
1326
1313
|
|
|
1327
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.
|
|
1328
|
-
version "4.2.
|
|
1329
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.
|
|
1330
|
-
integrity sha512-
|
|
1314
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8":
|
|
1315
|
+
version "4.2.8"
|
|
1316
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
|
|
1317
|
+
integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
|
|
1331
1318
|
dependencies:
|
|
1332
1319
|
ansi-escapes "^4.3.2"
|
|
1333
|
-
ansis "^3.
|
|
1320
|
+
ansis "^3.16.0"
|
|
1334
1321
|
clean-stack "^3.0.1"
|
|
1335
1322
|
cli-spinners "^2.9.2"
|
|
1336
1323
|
debug "^4.4.0"
|
|
@@ -1434,10 +1421,10 @@
|
|
|
1434
1421
|
strip-ansi "6.0.1"
|
|
1435
1422
|
ts-retry-promise "^0.8.1"
|
|
1436
1423
|
|
|
1437
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.3":
|
|
1438
|
-
version "8.8.
|
|
1439
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.
|
|
1440
|
-
integrity sha512-
|
|
1424
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.3", "@salesforce/core@^8.8.4":
|
|
1425
|
+
version "8.8.4"
|
|
1426
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.4.tgz#1995d387a62c48810b4e0a66c68192ccdcf8001f"
|
|
1427
|
+
integrity sha512-TKioMWh/QWmXjnD0bMNvFHEqaH175TCYWNXUCO1CixdhhI0p1MQj4AnQsk8wuRJiH5kVhiYw6Z7NukcIxLtbUw==
|
|
1441
1428
|
dependencies:
|
|
1442
1429
|
"@jsforce/jsforce-node" "^3.6.5"
|
|
1443
1430
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1463,10 +1450,10 @@
|
|
|
1463
1450
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
|
1464
1451
|
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
|
1465
1452
|
|
|
1466
|
-
"@salesforce/dev-scripts@^10.2.
|
|
1467
|
-
version "10.2.
|
|
1468
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
1469
|
-
integrity sha512-
|
|
1453
|
+
"@salesforce/dev-scripts@^10.2.12":
|
|
1454
|
+
version "10.2.12"
|
|
1455
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz#05cb48e60cf1a204ec8402aa803093c924b02bf7"
|
|
1456
|
+
integrity sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==
|
|
1470
1457
|
dependencies:
|
|
1471
1458
|
"@commitlint/cli" "^17.1.2"
|
|
1472
1459
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1502,10 +1489,10 @@
|
|
|
1502
1489
|
dependencies:
|
|
1503
1490
|
"@salesforce/ts-types" "^2.0.12"
|
|
1504
1491
|
|
|
1505
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1506
|
-
version "3.1.
|
|
1507
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1508
|
-
integrity sha512-
|
|
1492
|
+
"@salesforce/plugin-command-reference@^3.1.44":
|
|
1493
|
+
version "3.1.44"
|
|
1494
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.44.tgz#3adab9c652c222e2b0542be468ce4c8c7106d687"
|
|
1495
|
+
integrity sha512-6Fr9lDc/mR1Sq3HloSamc8/jH+25iD73bM3ZUgpqUyx5zLUhdVuAJJlBb7Ye0LpPXn062NLDDxcy6cpQdAQNiA==
|
|
1509
1496
|
dependencies:
|
|
1510
1497
|
"@oclif/core" "^4"
|
|
1511
1498
|
"@salesforce/core" "^8.8.2"
|
|
@@ -1954,13 +1941,6 @@
|
|
|
1954
1941
|
"@smithy/util-stream" "^4.1.1"
|
|
1955
1942
|
tslib "^2.6.2"
|
|
1956
1943
|
|
|
1957
|
-
"@smithy/types@^3.6.0":
|
|
1958
|
-
version "3.6.0"
|
|
1959
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.6.0.tgz#03a52bfd62ee4b7b2a1842c8ae3ada7a0a5ff3a4"
|
|
1960
|
-
integrity sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==
|
|
1961
|
-
dependencies:
|
|
1962
|
-
tslib "^2.6.2"
|
|
1963
|
-
|
|
1964
1944
|
"@smithy/types@^4.1.0":
|
|
1965
1945
|
version "4.1.0"
|
|
1966
1946
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.1.0.tgz#19de0b6087bccdd4182a334eb5d3d2629699370f"
|
|
@@ -2520,10 +2500,10 @@ ansi-styles@^6.1.0, ansi-styles@^6.2.1:
|
|
|
2520
2500
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
|
|
2521
2501
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
|
2522
2502
|
|
|
2523
|
-
ansis@^3.
|
|
2524
|
-
version "3.
|
|
2525
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.
|
|
2526
|
-
integrity sha512-
|
|
2503
|
+
ansis@^3.14.0, ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
|
|
2504
|
+
version "3.17.0"
|
|
2505
|
+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
|
|
2506
|
+
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
|
|
2527
2507
|
|
|
2528
2508
|
anymatch@~3.1.2:
|
|
2529
2509
|
version "3.1.3"
|
|
@@ -3615,12 +3595,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3615
3595
|
semver "^7.5.4"
|
|
3616
3596
|
spdx-expression-parse "^4.0.0"
|
|
3617
3597
|
|
|
3618
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3619
|
-
version "1.20.
|
|
3620
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3621
|
-
integrity sha512-
|
|
3598
|
+
eslint-plugin-sf-plugin@^1.20.15:
|
|
3599
|
+
version "1.20.15"
|
|
3600
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz#01ccf535b98719b60fd206778a1d507420396547"
|
|
3601
|
+
integrity sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==
|
|
3622
3602
|
dependencies:
|
|
3623
|
-
"@salesforce/core" "^8.8.
|
|
3603
|
+
"@salesforce/core" "^8.8.3"
|
|
3624
3604
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3625
3605
|
|
|
3626
3606
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -3804,18 +3784,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
|
3804
3784
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
|
3805
3785
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
|
3806
3786
|
|
|
3807
|
-
fast-glob@^3.2.11, fast-glob@^3.2.9:
|
|
3808
|
-
version "3.3.2"
|
|
3809
|
-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
|
|
3810
|
-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
|
|
3811
|
-
dependencies:
|
|
3812
|
-
"@nodelib/fs.stat" "^2.0.2"
|
|
3813
|
-
"@nodelib/fs.walk" "^1.2.3"
|
|
3814
|
-
glob-parent "^5.1.2"
|
|
3815
|
-
merge2 "^1.3.0"
|
|
3816
|
-
micromatch "^4.0.4"
|
|
3817
|
-
|
|
3818
|
-
fast-glob@^3.3.3:
|
|
3787
|
+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3:
|
|
3819
3788
|
version "3.3.3"
|
|
3820
3789
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
|
|
3821
3790
|
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
|
|
@@ -3865,12 +3834,12 @@ fast-xml-parser@4.4.1:
|
|
|
3865
3834
|
dependencies:
|
|
3866
3835
|
strnum "^1.0.5"
|
|
3867
3836
|
|
|
3868
|
-
fast-xml-parser@^4.5.
|
|
3869
|
-
version "4.5.
|
|
3870
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.
|
|
3871
|
-
integrity sha512-
|
|
3837
|
+
fast-xml-parser@^4.5.3:
|
|
3838
|
+
version "4.5.3"
|
|
3839
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz#c54d6b35aa0f23dc1ea60b6c884340c006dc6efb"
|
|
3840
|
+
integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==
|
|
3872
3841
|
dependencies:
|
|
3873
|
-
strnum "^1.
|
|
3842
|
+
strnum "^1.1.1"
|
|
3874
3843
|
|
|
3875
3844
|
fastest-levenshtein@^1.0.7:
|
|
3876
3845
|
version "1.0.16"
|
|
@@ -5371,7 +5340,7 @@ merge2@^1.3.0, merge2@^1.4.1:
|
|
|
5371
5340
|
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
|
5372
5341
|
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
|
5373
5342
|
|
|
5374
|
-
micromatch@^4.0.2, micromatch@^4.0.
|
|
5343
|
+
micromatch@^4.0.2, micromatch@^4.0.8:
|
|
5375
5344
|
version "4.0.8"
|
|
5376
5345
|
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
|
|
5377
5346
|
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
|
|
@@ -6797,10 +6766,10 @@ strip-json-comments@^3.1.1:
|
|
|
6797
6766
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
6798
6767
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
6799
6768
|
|
|
6800
|
-
strnum@^1.0.5:
|
|
6801
|
-
version "1.
|
|
6802
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.
|
|
6803
|
-
integrity sha512-
|
|
6769
|
+
strnum@^1.0.5, strnum@^1.1.1:
|
|
6770
|
+
version "1.1.1"
|
|
6771
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.1.tgz#6b312934054594dd611bd18d9bcce5053a7caaee"
|
|
6772
|
+
integrity sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==
|
|
6804
6773
|
|
|
6805
6774
|
supports-color@^5.3.0:
|
|
6806
6775
|
version "5.5.0"
|
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.45",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.8.
|
|
45
|
+
"@salesforce/core": "^8.8.4",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
|
-
"fast-xml-parser": "^4.5.
|
|
48
|
+
"fast-xml-parser": "^4.5.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.6.4",
|
|
52
|
-
"@oclif/core": "^4.2.
|
|
52
|
+
"@oclif/core": "^4.2.8",
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.2.35",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
55
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
55
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.44",
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.15",
|
|
58
58
|
"oclif": "^4.17.30",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.7.3"
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"output": []
|
|
231
231
|
},
|
|
232
232
|
"link-check": {
|
|
233
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
233
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
234
234
|
"files": [
|
|
235
235
|
"./*.md",
|
|
236
236
|
"./!(CHANGELOG).md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"type": "module",
|
|
244
244
|
"author": "Salesforce",
|
|
245
245
|
"sfdx": {
|
|
246
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.45.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.45.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|