@salesforce/plugin-data-seeding 1.1.37 → 1.1.39
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 +4 -4
- package/npm-shrinkwrap.json +141 -59
- package/oclif.lock +38 -25
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ EXAMPLES
|
|
|
166
166
|
./config/seed-config.json --wait 5
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
169
|
+
_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.39/src/commands/data-seeding/generate/index.ts)_
|
|
170
170
|
|
|
171
171
|
## `sf data-seeding generate report`
|
|
172
172
|
|
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ sf data-seeding generate report --use-most-recent
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
204
|
+
_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.39/src/commands/data-seeding/generate/report.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf data-seeding migrate`
|
|
207
207
|
|
|
@@ -254,7 +254,7 @@ EXAMPLES
|
|
|
254
254
|
./config/data-seed.json --wait 5
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
257
|
+
_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.39/src/commands/data-seeding/migrate/index.ts)_
|
|
258
258
|
|
|
259
259
|
## `sf data-seeding migrate report`
|
|
260
260
|
|
|
@@ -289,6 +289,6 @@ EXAMPLES
|
|
|
289
289
|
$ sf data-seeding migrate report --use-most-recent
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
292
|
+
_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.39/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-data-seeding",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.39",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
14
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@oclif/multi-stage-output": "^0.8.14",
|
|
14
|
+
"@salesforce/core": "^8.12.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
17
|
"form-data": "^4.0.3",
|
|
18
18
|
"got": "^13.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
21
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
24
24
|
"@salesforce/plugin-command-reference": "^3.1.54",
|
|
25
25
|
"@types/tough-cookie": "^4.0.5",
|
|
26
26
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
27
|
-
"oclif": "^4.
|
|
27
|
+
"oclif": "^4.18.1",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"tsx": "^4.19.4",
|
|
30
30
|
"typescript": "^5.5.4"
|
|
@@ -3870,6 +3870,7 @@
|
|
|
3870
3870
|
"version": "2.1.5",
|
|
3871
3871
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
3872
3872
|
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
3873
|
+
"dev": true,
|
|
3873
3874
|
"license": "MIT",
|
|
3874
3875
|
"dependencies": {
|
|
3875
3876
|
"@nodelib/fs.stat": "2.0.5",
|
|
@@ -3883,6 +3884,7 @@
|
|
|
3883
3884
|
"version": "2.0.5",
|
|
3884
3885
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
3885
3886
|
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
3887
|
+
"dev": true,
|
|
3886
3888
|
"license": "MIT",
|
|
3887
3889
|
"engines": {
|
|
3888
3890
|
"node": ">= 8"
|
|
@@ -3892,6 +3894,7 @@
|
|
|
3892
3894
|
"version": "1.2.8",
|
|
3893
3895
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
3894
3896
|
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
3897
|
+
"dev": true,
|
|
3895
3898
|
"license": "MIT",
|
|
3896
3899
|
"dependencies": {
|
|
3897
3900
|
"@nodelib/fs.scandir": "2.1.5",
|
|
@@ -3902,9 +3905,9 @@
|
|
|
3902
3905
|
}
|
|
3903
3906
|
},
|
|
3904
3907
|
"node_modules/@oclif/core": {
|
|
3905
|
-
"version": "4.3.
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
|
3907
|
-
"integrity": "sha512-
|
|
3908
|
+
"version": "4.3.2",
|
|
3909
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
|
|
3910
|
+
"integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
|
|
3908
3911
|
"license": "MIT",
|
|
3909
3912
|
"dependencies": {
|
|
3910
3913
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3914,7 +3917,6 @@
|
|
|
3914
3917
|
"debug": "^4.4.0",
|
|
3915
3918
|
"ejs": "^3.1.10",
|
|
3916
3919
|
"get-package-type": "^0.1.0",
|
|
3917
|
-
"globby": "^11.1.0",
|
|
3918
3920
|
"indent-string": "^4.0.0",
|
|
3919
3921
|
"is-wsl": "^2.2.0",
|
|
3920
3922
|
"lilconfig": "^3.1.3",
|
|
@@ -3922,6 +3924,7 @@
|
|
|
3922
3924
|
"semver": "^7.6.3",
|
|
3923
3925
|
"string-width": "^4.2.3",
|
|
3924
3926
|
"supports-color": "^8",
|
|
3927
|
+
"tinyglobby": "^0.2.13",
|
|
3925
3928
|
"widest-line": "^3.1.0",
|
|
3926
3929
|
"wordwrap": "^1.0.0",
|
|
3927
3930
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3993,9 +3996,9 @@
|
|
|
3993
3996
|
}
|
|
3994
3997
|
},
|
|
3995
3998
|
"node_modules/@oclif/multi-stage-output": {
|
|
3996
|
-
"version": "0.8.
|
|
3997
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3998
|
-
"integrity": "sha512-
|
|
3999
|
+
"version": "0.8.14",
|
|
4000
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.14.tgz",
|
|
4001
|
+
"integrity": "sha512-s6Ra2xJrRtIQfn+b/KcLaphboNIVP/2jymEM1rS8T8wADDvF6nw4GtkqUNNR77sZLe1XuxuiDLx4qFY9lYBxow==",
|
|
3999
4002
|
"license": "MIT",
|
|
4000
4003
|
"dependencies": {
|
|
4001
4004
|
"@oclif/core": "^4",
|
|
@@ -4078,9 +4081,9 @@
|
|
|
4078
4081
|
}
|
|
4079
4082
|
},
|
|
4080
4083
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4081
|
-
"version": "5.
|
|
4082
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
4083
|
-
"integrity": "sha512-
|
|
4084
|
+
"version": "5.3.1",
|
|
4085
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz",
|
|
4086
|
+
"integrity": "sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==",
|
|
4084
4087
|
"dev": true,
|
|
4085
4088
|
"license": "MIT",
|
|
4086
4089
|
"dependencies": {
|
|
@@ -4094,6 +4097,9 @@
|
|
|
4094
4097
|
"semver": "^7.7.2",
|
|
4095
4098
|
"ts-json-schema-generator": "^1.5.1"
|
|
4096
4099
|
},
|
|
4100
|
+
"bin": {
|
|
4101
|
+
"oclif-snapshot": "bin/run.js"
|
|
4102
|
+
},
|
|
4097
4103
|
"engines": {
|
|
4098
4104
|
"node": ">=18.0.0"
|
|
4099
4105
|
}
|
|
@@ -4387,9 +4393,9 @@
|
|
|
4387
4393
|
}
|
|
4388
4394
|
},
|
|
4389
4395
|
"node_modules/@salesforce/core": {
|
|
4390
|
-
"version": "8.
|
|
4391
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4392
|
-
"integrity": "sha512-
|
|
4396
|
+
"version": "8.12.0",
|
|
4397
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
|
|
4398
|
+
"integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
|
|
4393
4399
|
"license": "BSD-3-Clause",
|
|
4394
4400
|
"dependencies": {
|
|
4395
4401
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -6130,6 +6136,19 @@
|
|
|
6130
6136
|
"node": ">= 8"
|
|
6131
6137
|
}
|
|
6132
6138
|
},
|
|
6139
|
+
"node_modules/anymatch/node_modules/picomatch": {
|
|
6140
|
+
"version": "2.3.1",
|
|
6141
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
6142
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
6143
|
+
"dev": true,
|
|
6144
|
+
"license": "MIT",
|
|
6145
|
+
"engines": {
|
|
6146
|
+
"node": ">=8.6"
|
|
6147
|
+
},
|
|
6148
|
+
"funding": {
|
|
6149
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
6150
|
+
}
|
|
6151
|
+
},
|
|
6133
6152
|
"node_modules/append-transform": {
|
|
6134
6153
|
"version": "2.0.0",
|
|
6135
6154
|
"resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
|
|
@@ -6219,6 +6238,7 @@
|
|
|
6219
6238
|
"version": "2.1.0",
|
|
6220
6239
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
6221
6240
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
6241
|
+
"dev": true,
|
|
6222
6242
|
"license": "MIT",
|
|
6223
6243
|
"engines": {
|
|
6224
6244
|
"node": ">=8"
|
|
@@ -6451,6 +6471,7 @@
|
|
|
6451
6471
|
"version": "3.0.3",
|
|
6452
6472
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
6453
6473
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
6474
|
+
"dev": true,
|
|
6454
6475
|
"license": "MIT",
|
|
6455
6476
|
"dependencies": {
|
|
6456
6477
|
"fill-range": "^7.1.1"
|
|
@@ -7599,6 +7620,7 @@
|
|
|
7599
7620
|
"version": "3.0.1",
|
|
7600
7621
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
7601
7622
|
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
7623
|
+
"dev": true,
|
|
7602
7624
|
"license": "MIT",
|
|
7603
7625
|
"dependencies": {
|
|
7604
7626
|
"path-type": "^4.0.0"
|
|
@@ -8777,6 +8799,7 @@
|
|
|
8777
8799
|
"version": "3.3.2",
|
|
8778
8800
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
8779
8801
|
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
8802
|
+
"dev": true,
|
|
8780
8803
|
"license": "MIT",
|
|
8781
8804
|
"dependencies": {
|
|
8782
8805
|
"@nodelib/fs.stat": "^2.0.2",
|
|
@@ -8862,6 +8885,7 @@
|
|
|
8862
8885
|
"version": "1.13.0",
|
|
8863
8886
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
|
|
8864
8887
|
"integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
|
|
8888
|
+
"dev": true,
|
|
8865
8889
|
"license": "ISC",
|
|
8866
8890
|
"dependencies": {
|
|
8867
8891
|
"reusify": "^1.0.4"
|
|
@@ -8896,6 +8920,20 @@
|
|
|
8896
8920
|
"node": ">=0.8.0"
|
|
8897
8921
|
}
|
|
8898
8922
|
},
|
|
8923
|
+
"node_modules/fdir": {
|
|
8924
|
+
"version": "6.4.5",
|
|
8925
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
|
|
8926
|
+
"integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
|
|
8927
|
+
"license": "MIT",
|
|
8928
|
+
"peerDependencies": {
|
|
8929
|
+
"picomatch": "^3 || ^4"
|
|
8930
|
+
},
|
|
8931
|
+
"peerDependenciesMeta": {
|
|
8932
|
+
"picomatch": {
|
|
8933
|
+
"optional": true
|
|
8934
|
+
}
|
|
8935
|
+
}
|
|
8936
|
+
},
|
|
8899
8937
|
"node_modules/figures": {
|
|
8900
8938
|
"version": "6.1.0",
|
|
8901
8939
|
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
@@ -8949,6 +8987,7 @@
|
|
|
8949
8987
|
"version": "7.1.1",
|
|
8950
8988
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
8951
8989
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
8990
|
+
"dev": true,
|
|
8952
8991
|
"license": "MIT",
|
|
8953
8992
|
"dependencies": {
|
|
8954
8993
|
"to-regex-range": "^5.0.1"
|
|
@@ -9410,6 +9449,7 @@
|
|
|
9410
9449
|
"version": "5.1.2",
|
|
9411
9450
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
9412
9451
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
9452
|
+
"dev": true,
|
|
9413
9453
|
"license": "ISC",
|
|
9414
9454
|
"dependencies": {
|
|
9415
9455
|
"is-glob": "^4.0.1"
|
|
@@ -9480,6 +9520,7 @@
|
|
|
9480
9520
|
"version": "11.1.0",
|
|
9481
9521
|
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
9482
9522
|
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
9523
|
+
"dev": true,
|
|
9483
9524
|
"license": "MIT",
|
|
9484
9525
|
"dependencies": {
|
|
9485
9526
|
"array-union": "^2.1.0",
|
|
@@ -9918,6 +9959,7 @@
|
|
|
9918
9959
|
"version": "5.3.1",
|
|
9919
9960
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
|
|
9920
9961
|
"integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
|
|
9962
|
+
"dev": true,
|
|
9921
9963
|
"license": "MIT",
|
|
9922
9964
|
"engines": {
|
|
9923
9965
|
"node": ">= 4"
|
|
@@ -10347,6 +10389,7 @@
|
|
|
10347
10389
|
"version": "2.1.1",
|
|
10348
10390
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
10349
10391
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
10392
|
+
"dev": true,
|
|
10350
10393
|
"license": "MIT",
|
|
10351
10394
|
"engines": {
|
|
10352
10395
|
"node": ">=0.10.0"
|
|
@@ -10365,6 +10408,7 @@
|
|
|
10365
10408
|
"version": "4.0.3",
|
|
10366
10409
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
10367
10410
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
10411
|
+
"dev": true,
|
|
10368
10412
|
"license": "MIT",
|
|
10369
10413
|
"dependencies": {
|
|
10370
10414
|
"is-extglob": "^2.1.1"
|
|
@@ -10405,6 +10449,7 @@
|
|
|
10405
10449
|
"version": "7.0.0",
|
|
10406
10450
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
10407
10451
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
10452
|
+
"dev": true,
|
|
10408
10453
|
"license": "MIT",
|
|
10409
10454
|
"engines": {
|
|
10410
10455
|
"node": ">=0.12.0"
|
|
@@ -11609,6 +11654,7 @@
|
|
|
11609
11654
|
"version": "1.4.1",
|
|
11610
11655
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
11611
11656
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
11657
|
+
"dev": true,
|
|
11612
11658
|
"license": "MIT",
|
|
11613
11659
|
"engines": {
|
|
11614
11660
|
"node": ">= 8"
|
|
@@ -11618,6 +11664,7 @@
|
|
|
11618
11664
|
"version": "4.0.8",
|
|
11619
11665
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
11620
11666
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
11667
|
+
"dev": true,
|
|
11621
11668
|
"license": "MIT",
|
|
11622
11669
|
"dependencies": {
|
|
11623
11670
|
"braces": "^3.0.3",
|
|
@@ -11627,6 +11674,19 @@
|
|
|
11627
11674
|
"node": ">=8.6"
|
|
11628
11675
|
}
|
|
11629
11676
|
},
|
|
11677
|
+
"node_modules/micromatch/node_modules/picomatch": {
|
|
11678
|
+
"version": "2.3.1",
|
|
11679
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
11680
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
11681
|
+
"dev": true,
|
|
11682
|
+
"license": "MIT",
|
|
11683
|
+
"engines": {
|
|
11684
|
+
"node": ">=8.6"
|
|
11685
|
+
},
|
|
11686
|
+
"funding": {
|
|
11687
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
11688
|
+
}
|
|
11689
|
+
},
|
|
11630
11690
|
"node_modules/mime": {
|
|
11631
11691
|
"version": "4.0.1",
|
|
11632
11692
|
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.1.tgz",
|
|
@@ -12244,9 +12304,9 @@
|
|
|
12244
12304
|
}
|
|
12245
12305
|
},
|
|
12246
12306
|
"node_modules/oclif": {
|
|
12247
|
-
"version": "4.
|
|
12248
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
12249
|
-
"integrity": "sha512-
|
|
12307
|
+
"version": "4.18.1",
|
|
12308
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
|
|
12309
|
+
"integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
|
|
12250
12310
|
"dev": true,
|
|
12251
12311
|
"license": "MIT",
|
|
12252
12312
|
"dependencies": {
|
|
@@ -12255,12 +12315,12 @@
|
|
|
12255
12315
|
"@inquirer/confirm": "^3.1.22",
|
|
12256
12316
|
"@inquirer/input": "^2.2.4",
|
|
12257
12317
|
"@inquirer/select": "^2.5.0",
|
|
12258
|
-
"@oclif/core": "^4.2
|
|
12318
|
+
"@oclif/core": "^4.3.2",
|
|
12259
12319
|
"@oclif/plugin-help": "^6.2.27",
|
|
12260
12320
|
"@oclif/plugin-not-found": "^3.2.48",
|
|
12261
12321
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
|
12322
|
+
"ansis": "^3.16.0",
|
|
12262
12323
|
"async-retry": "^1.3.3",
|
|
12263
|
-
"chalk": "^4",
|
|
12264
12324
|
"change-case": "^4",
|
|
12265
12325
|
"debug": "^4.4.0",
|
|
12266
12326
|
"ejs": "^3.1.10",
|
|
@@ -12605,6 +12665,7 @@
|
|
|
12605
12665
|
"version": "4.0.0",
|
|
12606
12666
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
|
12607
12667
|
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
|
|
12668
|
+
"dev": true,
|
|
12608
12669
|
"license": "MIT",
|
|
12609
12670
|
"engines": {
|
|
12610
12671
|
"node": ">=8"
|
|
@@ -12628,12 +12689,12 @@
|
|
|
12628
12689
|
"license": "ISC"
|
|
12629
12690
|
},
|
|
12630
12691
|
"node_modules/picomatch": {
|
|
12631
|
-
"version": "
|
|
12632
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-
|
|
12633
|
-
"integrity": "sha512-
|
|
12692
|
+
"version": "4.0.2",
|
|
12693
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
12694
|
+
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
12634
12695
|
"license": "MIT",
|
|
12635
12696
|
"engines": {
|
|
12636
|
-
"node": ">=
|
|
12697
|
+
"node": ">=12"
|
|
12637
12698
|
},
|
|
12638
12699
|
"funding": {
|
|
12639
12700
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
@@ -12990,6 +13051,7 @@
|
|
|
12990
13051
|
"version": "1.2.3",
|
|
12991
13052
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
12992
13053
|
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
13054
|
+
"dev": true,
|
|
12993
13055
|
"funding": [
|
|
12994
13056
|
{
|
|
12995
13057
|
"type": "github",
|
|
@@ -13161,6 +13223,19 @@
|
|
|
13161
13223
|
"node": ">=8.10.0"
|
|
13162
13224
|
}
|
|
13163
13225
|
},
|
|
13226
|
+
"node_modules/readdirp/node_modules/picomatch": {
|
|
13227
|
+
"version": "2.3.1",
|
|
13228
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
13229
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
13230
|
+
"dev": true,
|
|
13231
|
+
"license": "MIT",
|
|
13232
|
+
"engines": {
|
|
13233
|
+
"node": ">=8.6"
|
|
13234
|
+
},
|
|
13235
|
+
"funding": {
|
|
13236
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
13237
|
+
}
|
|
13238
|
+
},
|
|
13164
13239
|
"node_modules/real-require": {
|
|
13165
13240
|
"version": "0.2.0",
|
|
13166
13241
|
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
@@ -13406,6 +13481,7 @@
|
|
|
13406
13481
|
"version": "1.0.4",
|
|
13407
13482
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
|
|
13408
13483
|
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
|
|
13484
|
+
"dev": true,
|
|
13409
13485
|
"license": "MIT",
|
|
13410
13486
|
"engines": {
|
|
13411
13487
|
"iojs": ">=1.0.0",
|
|
@@ -13432,6 +13508,7 @@
|
|
|
13432
13508
|
"version": "1.2.0",
|
|
13433
13509
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
13434
13510
|
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
13511
|
+
"dev": true,
|
|
13435
13512
|
"funding": [
|
|
13436
13513
|
{
|
|
13437
13514
|
"type": "github",
|
|
@@ -13748,6 +13825,7 @@
|
|
|
13748
13825
|
"version": "3.0.0",
|
|
13749
13826
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
13750
13827
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
13828
|
+
"dev": true,
|
|
13751
13829
|
"license": "MIT",
|
|
13752
13830
|
"engines": {
|
|
13753
13831
|
"node": ">=8"
|
|
@@ -13830,6 +13908,21 @@
|
|
|
13830
13908
|
"sort-package-json": "cli.js"
|
|
13831
13909
|
}
|
|
13832
13910
|
},
|
|
13911
|
+
"node_modules/sort-package-json/node_modules/fdir": {
|
|
13912
|
+
"version": "6.4.2",
|
|
13913
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
|
|
13914
|
+
"integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
|
|
13915
|
+
"dev": true,
|
|
13916
|
+
"license": "MIT",
|
|
13917
|
+
"peerDependencies": {
|
|
13918
|
+
"picomatch": "^3 || ^4"
|
|
13919
|
+
},
|
|
13920
|
+
"peerDependenciesMeta": {
|
|
13921
|
+
"picomatch": {
|
|
13922
|
+
"optional": true
|
|
13923
|
+
}
|
|
13924
|
+
}
|
|
13925
|
+
},
|
|
13833
13926
|
"node_modules/sort-package-json/node_modules/is-plain-obj": {
|
|
13834
13927
|
"version": "4.1.0",
|
|
13835
13928
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
@@ -13843,6 +13936,20 @@
|
|
|
13843
13936
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13844
13937
|
}
|
|
13845
13938
|
},
|
|
13939
|
+
"node_modules/sort-package-json/node_modules/tinyglobby": {
|
|
13940
|
+
"version": "0.2.10",
|
|
13941
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
|
|
13942
|
+
"integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
|
|
13943
|
+
"dev": true,
|
|
13944
|
+
"license": "MIT",
|
|
13945
|
+
"dependencies": {
|
|
13946
|
+
"fdir": "^6.4.2",
|
|
13947
|
+
"picomatch": "^4.0.2"
|
|
13948
|
+
},
|
|
13949
|
+
"engines": {
|
|
13950
|
+
"node": ">=12.0.0"
|
|
13951
|
+
}
|
|
13952
|
+
},
|
|
13846
13953
|
"node_modules/source-map": {
|
|
13847
13954
|
"version": "0.6.1",
|
|
13848
13955
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -14281,45 +14388,19 @@
|
|
|
14281
14388
|
"license": "MIT"
|
|
14282
14389
|
},
|
|
14283
14390
|
"node_modules/tinyglobby": {
|
|
14284
|
-
"version": "0.2.
|
|
14285
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
14286
|
-
"integrity": "sha512-
|
|
14287
|
-
"dev": true,
|
|
14391
|
+
"version": "0.2.14",
|
|
14392
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
|
14393
|
+
"integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
|
14288
14394
|
"license": "MIT",
|
|
14289
14395
|
"dependencies": {
|
|
14290
|
-
"fdir": "^6.4.
|
|
14396
|
+
"fdir": "^6.4.4",
|
|
14291
14397
|
"picomatch": "^4.0.2"
|
|
14292
14398
|
},
|
|
14293
14399
|
"engines": {
|
|
14294
14400
|
"node": ">=12.0.0"
|
|
14295
|
-
}
|
|
14296
|
-
},
|
|
14297
|
-
"node_modules/tinyglobby/node_modules/fdir": {
|
|
14298
|
-
"version": "6.4.2",
|
|
14299
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
|
|
14300
|
-
"integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
|
|
14301
|
-
"dev": true,
|
|
14302
|
-
"license": "MIT",
|
|
14303
|
-
"peerDependencies": {
|
|
14304
|
-
"picomatch": "^3 || ^4"
|
|
14305
|
-
},
|
|
14306
|
-
"peerDependenciesMeta": {
|
|
14307
|
-
"picomatch": {
|
|
14308
|
-
"optional": true
|
|
14309
|
-
}
|
|
14310
|
-
}
|
|
14311
|
-
},
|
|
14312
|
-
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
14313
|
-
"version": "4.0.2",
|
|
14314
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
14315
|
-
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
14316
|
-
"dev": true,
|
|
14317
|
-
"license": "MIT",
|
|
14318
|
-
"engines": {
|
|
14319
|
-
"node": ">=12"
|
|
14320
14401
|
},
|
|
14321
14402
|
"funding": {
|
|
14322
|
-
"url": "https://github.com/sponsors/
|
|
14403
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
14323
14404
|
}
|
|
14324
14405
|
},
|
|
14325
14406
|
"node_modules/tmp": {
|
|
@@ -14349,6 +14430,7 @@
|
|
|
14349
14430
|
"version": "5.0.1",
|
|
14350
14431
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
14351
14432
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
14433
|
+
"dev": true,
|
|
14352
14434
|
"license": "MIT",
|
|
14353
14435
|
"dependencies": {
|
|
14354
14436
|
"is-number": "^7.0.0"
|
package/oclif.lock
CHANGED
|
@@ -1713,10 +1713,10 @@
|
|
|
1713
1713
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1714
1714
|
fastq "^1.6.0"
|
|
1715
1715
|
|
|
1716
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2
|
|
1717
|
-
version "4.3.
|
|
1718
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.
|
|
1719
|
-
integrity sha512-
|
|
1716
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.2":
|
|
1717
|
+
version "4.3.2"
|
|
1718
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.2.tgz#522d5f94044ebde5f4041b0bad4f1abfe7a73f61"
|
|
1719
|
+
integrity sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==
|
|
1720
1720
|
dependencies:
|
|
1721
1721
|
ansi-escapes "^4.3.2"
|
|
1722
1722
|
ansis "^3.17.0"
|
|
@@ -1725,7 +1725,6 @@
|
|
|
1725
1725
|
debug "^4.4.0"
|
|
1726
1726
|
ejs "^3.1.10"
|
|
1727
1727
|
get-package-type "^0.1.0"
|
|
1728
|
-
globby "^11.1.0"
|
|
1729
1728
|
indent-string "^4.0.0"
|
|
1730
1729
|
is-wsl "^2.2.0"
|
|
1731
1730
|
lilconfig "^3.1.3"
|
|
@@ -1733,14 +1732,15 @@
|
|
|
1733
1732
|
semver "^7.6.3"
|
|
1734
1733
|
string-width "^4.2.3"
|
|
1735
1734
|
supports-color "^8"
|
|
1735
|
+
tinyglobby "^0.2.13"
|
|
1736
1736
|
widest-line "^3.1.0"
|
|
1737
1737
|
wordwrap "^1.0.0"
|
|
1738
1738
|
wrap-ansi "^7.0.0"
|
|
1739
1739
|
|
|
1740
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1741
|
-
version "0.8.
|
|
1742
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1743
|
-
integrity sha512-
|
|
1740
|
+
"@oclif/multi-stage-output@^0.8.14":
|
|
1741
|
+
version "0.8.14"
|
|
1742
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.14.tgz#7276009eef1ebd904666a230d690066b1a3b16ae"
|
|
1743
|
+
integrity sha512-s6Ra2xJrRtIQfn+b/KcLaphboNIVP/2jymEM1rS8T8wADDvF6nw4GtkqUNNR77sZLe1XuxuiDLx4qFY9lYBxow==
|
|
1744
1744
|
dependencies:
|
|
1745
1745
|
"@oclif/core" "^4"
|
|
1746
1746
|
"@types/react" "^18.3.12"
|
|
@@ -1750,10 +1750,10 @@
|
|
|
1750
1750
|
react "^18.3.1"
|
|
1751
1751
|
wrap-ansi "^9.0.0"
|
|
1752
1752
|
|
|
1753
|
-
"@oclif/plugin-command-snapshot@^5.
|
|
1754
|
-
version "5.
|
|
1755
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
1756
|
-
integrity sha512-
|
|
1753
|
+
"@oclif/plugin-command-snapshot@^5.3.1":
|
|
1754
|
+
version "5.3.1"
|
|
1755
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz#95fbba5980c89398dfb3ade0ae733d972f217a03"
|
|
1756
|
+
integrity sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==
|
|
1757
1757
|
dependencies:
|
|
1758
1758
|
"@oclif/core" "^4"
|
|
1759
1759
|
ansis "^3.17.0"
|
|
@@ -1836,10 +1836,10 @@
|
|
|
1836
1836
|
strip-ansi "6.0.1"
|
|
1837
1837
|
ts-retry-promise "^0.8.1"
|
|
1838
1838
|
|
|
1839
|
-
"@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.
|
|
1840
|
-
version "8.
|
|
1841
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1842
|
-
integrity sha512-
|
|
1839
|
+
"@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1840
|
+
version "8.12.0"
|
|
1841
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.12.0.tgz#a458cc3e39f4e7df57d94f0deaaa0fd0660b18c9"
|
|
1842
|
+
integrity sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==
|
|
1843
1843
|
dependencies:
|
|
1844
1844
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1845
1845
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -2968,7 +2968,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
|
|
|
2968
2968
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
|
|
2969
2969
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
|
2970
2970
|
|
|
2971
|
-
ansis@^3.17.0, ansis@^3.3.2:
|
|
2971
|
+
ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2:
|
|
2972
2972
|
version "3.17.0"
|
|
2973
2973
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
|
|
2974
2974
|
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
|
|
@@ -3345,7 +3345,7 @@ chalk@^2.4.2:
|
|
|
3345
3345
|
escape-string-regexp "^1.0.5"
|
|
3346
3346
|
supports-color "^5.3.0"
|
|
3347
3347
|
|
|
3348
|
-
chalk@^4
|
|
3348
|
+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
|
|
3349
3349
|
version "4.1.2"
|
|
3350
3350
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
|
3351
3351
|
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
|
@@ -4460,6 +4460,11 @@ fdir@^6.4.2:
|
|
|
4460
4460
|
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689"
|
|
4461
4461
|
integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
|
|
4462
4462
|
|
|
4463
|
+
fdir@^6.4.4:
|
|
4464
|
+
version "6.4.5"
|
|
4465
|
+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
|
|
4466
|
+
integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
|
|
4467
|
+
|
|
4463
4468
|
figures@^6.1.0:
|
|
4464
4469
|
version "6.1.0"
|
|
4465
4470
|
resolved "https://registry.yarnpkg.com/figures/-/figures-6.1.0.tgz#935479f51865fa7479f6fa94fc6fc7ac14e62c4a"
|
|
@@ -6378,22 +6383,22 @@ object.values@^1.1.7:
|
|
|
6378
6383
|
define-properties "^1.2.0"
|
|
6379
6384
|
es-abstract "^1.22.1"
|
|
6380
6385
|
|
|
6381
|
-
oclif@^4.
|
|
6382
|
-
version "4.
|
|
6383
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6384
|
-
integrity sha512-
|
|
6386
|
+
oclif@^4.18.1:
|
|
6387
|
+
version "4.18.1"
|
|
6388
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.1.tgz#697c10712f022a4d8b596b15868a149fcbca3e8d"
|
|
6389
|
+
integrity sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==
|
|
6385
6390
|
dependencies:
|
|
6386
6391
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
|
6387
6392
|
"@aws-sdk/client-s3" "^3.787.0"
|
|
6388
6393
|
"@inquirer/confirm" "^3.1.22"
|
|
6389
6394
|
"@inquirer/input" "^2.2.4"
|
|
6390
6395
|
"@inquirer/select" "^2.5.0"
|
|
6391
|
-
"@oclif/core" "^4.2
|
|
6396
|
+
"@oclif/core" "^4.3.2"
|
|
6392
6397
|
"@oclif/plugin-help" "^6.2.27"
|
|
6393
6398
|
"@oclif/plugin-not-found" "^3.2.48"
|
|
6394
6399
|
"@oclif/plugin-warn-if-update-available" "^3.1.38"
|
|
6400
|
+
ansis "^3.16.0"
|
|
6395
6401
|
async-retry "^1.3.3"
|
|
6396
|
-
chalk "^4"
|
|
6397
6402
|
change-case "^4"
|
|
6398
6403
|
debug "^4.4.0"
|
|
6399
6404
|
ejs "^3.1.10"
|
|
@@ -7618,6 +7623,14 @@ tiny-jsonc@^1.0.2:
|
|
|
7618
7623
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
|
7619
7624
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
7620
7625
|
|
|
7626
|
+
tinyglobby@^0.2.13:
|
|
7627
|
+
version "0.2.14"
|
|
7628
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
|
|
7629
|
+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
|
|
7630
|
+
dependencies:
|
|
7631
|
+
fdir "^6.4.4"
|
|
7632
|
+
picomatch "^4.0.2"
|
|
7633
|
+
|
|
7621
7634
|
tinyglobby@^0.2.9:
|
|
7622
7635
|
version "0.2.10"
|
|
7623
7636
|
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
3
|
"description": "Migrate real data, generate fake data using GenAI, or deploy data files to target orgs.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.39",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
10
|
-
"@salesforce/core": "^8.
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.14",
|
|
10
|
+
"@salesforce/core": "^8.12.0",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"form-data": "^4.0.3",
|
|
14
14
|
"got": "^13.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.1.54",
|
|
21
21
|
"@types/tough-cookie": "^4.0.5",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
23
|
-
"oclif": "^4.
|
|
23
|
+
"oclif": "^4.18.1",
|
|
24
24
|
"ts-node": "^10.9.2",
|
|
25
25
|
"tsx": "^4.19.4",
|
|
26
26
|
"typescript": "^5.5.4"
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"exports": "./lib/index.js",
|
|
211
211
|
"type": "module",
|
|
212
212
|
"sfdx": {
|
|
213
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
214
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
213
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.39.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.39.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|