@salesforce/plugin-data-seeding 1.1.38 → 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 +130 -51
- package/oclif.lock +30 -17
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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,16 +1,16 @@
|
|
|
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.
|
|
13
|
+
"@oclif/multi-stage-output": "^0.8.14",
|
|
14
14
|
"@salesforce/core": "^8.12.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -24,7 +24,7 @@
|
|
|
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",
|
|
@@ -6133,6 +6136,19 @@
|
|
|
6133
6136
|
"node": ">= 8"
|
|
6134
6137
|
}
|
|
6135
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
|
+
},
|
|
6136
6152
|
"node_modules/append-transform": {
|
|
6137
6153
|
"version": "2.0.0",
|
|
6138
6154
|
"resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
|
|
@@ -6222,6 +6238,7 @@
|
|
|
6222
6238
|
"version": "2.1.0",
|
|
6223
6239
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
6224
6240
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
6241
|
+
"dev": true,
|
|
6225
6242
|
"license": "MIT",
|
|
6226
6243
|
"engines": {
|
|
6227
6244
|
"node": ">=8"
|
|
@@ -6454,6 +6471,7 @@
|
|
|
6454
6471
|
"version": "3.0.3",
|
|
6455
6472
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
6456
6473
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
6474
|
+
"dev": true,
|
|
6457
6475
|
"license": "MIT",
|
|
6458
6476
|
"dependencies": {
|
|
6459
6477
|
"fill-range": "^7.1.1"
|
|
@@ -7602,6 +7620,7 @@
|
|
|
7602
7620
|
"version": "3.0.1",
|
|
7603
7621
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
7604
7622
|
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
7623
|
+
"dev": true,
|
|
7605
7624
|
"license": "MIT",
|
|
7606
7625
|
"dependencies": {
|
|
7607
7626
|
"path-type": "^4.0.0"
|
|
@@ -8780,6 +8799,7 @@
|
|
|
8780
8799
|
"version": "3.3.2",
|
|
8781
8800
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
8782
8801
|
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
8802
|
+
"dev": true,
|
|
8783
8803
|
"license": "MIT",
|
|
8784
8804
|
"dependencies": {
|
|
8785
8805
|
"@nodelib/fs.stat": "^2.0.2",
|
|
@@ -8865,6 +8885,7 @@
|
|
|
8865
8885
|
"version": "1.13.0",
|
|
8866
8886
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
|
|
8867
8887
|
"integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
|
|
8888
|
+
"dev": true,
|
|
8868
8889
|
"license": "ISC",
|
|
8869
8890
|
"dependencies": {
|
|
8870
8891
|
"reusify": "^1.0.4"
|
|
@@ -8899,6 +8920,20 @@
|
|
|
8899
8920
|
"node": ">=0.8.0"
|
|
8900
8921
|
}
|
|
8901
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
|
+
},
|
|
8902
8937
|
"node_modules/figures": {
|
|
8903
8938
|
"version": "6.1.0",
|
|
8904
8939
|
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
@@ -8952,6 +8987,7 @@
|
|
|
8952
8987
|
"version": "7.1.1",
|
|
8953
8988
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
8954
8989
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
8990
|
+
"dev": true,
|
|
8955
8991
|
"license": "MIT",
|
|
8956
8992
|
"dependencies": {
|
|
8957
8993
|
"to-regex-range": "^5.0.1"
|
|
@@ -9413,6 +9449,7 @@
|
|
|
9413
9449
|
"version": "5.1.2",
|
|
9414
9450
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
9415
9451
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
9452
|
+
"dev": true,
|
|
9416
9453
|
"license": "ISC",
|
|
9417
9454
|
"dependencies": {
|
|
9418
9455
|
"is-glob": "^4.0.1"
|
|
@@ -9483,6 +9520,7 @@
|
|
|
9483
9520
|
"version": "11.1.0",
|
|
9484
9521
|
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
9485
9522
|
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
9523
|
+
"dev": true,
|
|
9486
9524
|
"license": "MIT",
|
|
9487
9525
|
"dependencies": {
|
|
9488
9526
|
"array-union": "^2.1.0",
|
|
@@ -9921,6 +9959,7 @@
|
|
|
9921
9959
|
"version": "5.3.1",
|
|
9922
9960
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
|
|
9923
9961
|
"integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
|
|
9962
|
+
"dev": true,
|
|
9924
9963
|
"license": "MIT",
|
|
9925
9964
|
"engines": {
|
|
9926
9965
|
"node": ">= 4"
|
|
@@ -10350,6 +10389,7 @@
|
|
|
10350
10389
|
"version": "2.1.1",
|
|
10351
10390
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
10352
10391
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
10392
|
+
"dev": true,
|
|
10353
10393
|
"license": "MIT",
|
|
10354
10394
|
"engines": {
|
|
10355
10395
|
"node": ">=0.10.0"
|
|
@@ -10368,6 +10408,7 @@
|
|
|
10368
10408
|
"version": "4.0.3",
|
|
10369
10409
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
10370
10410
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
10411
|
+
"dev": true,
|
|
10371
10412
|
"license": "MIT",
|
|
10372
10413
|
"dependencies": {
|
|
10373
10414
|
"is-extglob": "^2.1.1"
|
|
@@ -10408,6 +10449,7 @@
|
|
|
10408
10449
|
"version": "7.0.0",
|
|
10409
10450
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
10410
10451
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
10452
|
+
"dev": true,
|
|
10411
10453
|
"license": "MIT",
|
|
10412
10454
|
"engines": {
|
|
10413
10455
|
"node": ">=0.12.0"
|
|
@@ -11612,6 +11654,7 @@
|
|
|
11612
11654
|
"version": "1.4.1",
|
|
11613
11655
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
11614
11656
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
11657
|
+
"dev": true,
|
|
11615
11658
|
"license": "MIT",
|
|
11616
11659
|
"engines": {
|
|
11617
11660
|
"node": ">= 8"
|
|
@@ -11621,6 +11664,7 @@
|
|
|
11621
11664
|
"version": "4.0.8",
|
|
11622
11665
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
11623
11666
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
11667
|
+
"dev": true,
|
|
11624
11668
|
"license": "MIT",
|
|
11625
11669
|
"dependencies": {
|
|
11626
11670
|
"braces": "^3.0.3",
|
|
@@ -11630,6 +11674,19 @@
|
|
|
11630
11674
|
"node": ">=8.6"
|
|
11631
11675
|
}
|
|
11632
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
|
+
},
|
|
11633
11690
|
"node_modules/mime": {
|
|
11634
11691
|
"version": "4.0.1",
|
|
11635
11692
|
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.1.tgz",
|
|
@@ -12247,9 +12304,9 @@
|
|
|
12247
12304
|
}
|
|
12248
12305
|
},
|
|
12249
12306
|
"node_modules/oclif": {
|
|
12250
|
-
"version": "4.
|
|
12251
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
12252
|
-
"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==",
|
|
12253
12310
|
"dev": true,
|
|
12254
12311
|
"license": "MIT",
|
|
12255
12312
|
"dependencies": {
|
|
@@ -12258,12 +12315,12 @@
|
|
|
12258
12315
|
"@inquirer/confirm": "^3.1.22",
|
|
12259
12316
|
"@inquirer/input": "^2.2.4",
|
|
12260
12317
|
"@inquirer/select": "^2.5.0",
|
|
12261
|
-
"@oclif/core": "^4.2
|
|
12318
|
+
"@oclif/core": "^4.3.2",
|
|
12262
12319
|
"@oclif/plugin-help": "^6.2.27",
|
|
12263
12320
|
"@oclif/plugin-not-found": "^3.2.48",
|
|
12264
12321
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
|
12322
|
+
"ansis": "^3.16.0",
|
|
12265
12323
|
"async-retry": "^1.3.3",
|
|
12266
|
-
"chalk": "^4",
|
|
12267
12324
|
"change-case": "^4",
|
|
12268
12325
|
"debug": "^4.4.0",
|
|
12269
12326
|
"ejs": "^3.1.10",
|
|
@@ -12608,6 +12665,7 @@
|
|
|
12608
12665
|
"version": "4.0.0",
|
|
12609
12666
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
|
12610
12667
|
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
|
|
12668
|
+
"dev": true,
|
|
12611
12669
|
"license": "MIT",
|
|
12612
12670
|
"engines": {
|
|
12613
12671
|
"node": ">=8"
|
|
@@ -12631,12 +12689,12 @@
|
|
|
12631
12689
|
"license": "ISC"
|
|
12632
12690
|
},
|
|
12633
12691
|
"node_modules/picomatch": {
|
|
12634
|
-
"version": "
|
|
12635
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-
|
|
12636
|
-
"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==",
|
|
12637
12695
|
"license": "MIT",
|
|
12638
12696
|
"engines": {
|
|
12639
|
-
"node": ">=
|
|
12697
|
+
"node": ">=12"
|
|
12640
12698
|
},
|
|
12641
12699
|
"funding": {
|
|
12642
12700
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
@@ -12993,6 +13051,7 @@
|
|
|
12993
13051
|
"version": "1.2.3",
|
|
12994
13052
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
12995
13053
|
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
13054
|
+
"dev": true,
|
|
12996
13055
|
"funding": [
|
|
12997
13056
|
{
|
|
12998
13057
|
"type": "github",
|
|
@@ -13164,6 +13223,19 @@
|
|
|
13164
13223
|
"node": ">=8.10.0"
|
|
13165
13224
|
}
|
|
13166
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
|
+
},
|
|
13167
13239
|
"node_modules/real-require": {
|
|
13168
13240
|
"version": "0.2.0",
|
|
13169
13241
|
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
@@ -13409,6 +13481,7 @@
|
|
|
13409
13481
|
"version": "1.0.4",
|
|
13410
13482
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
|
|
13411
13483
|
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
|
|
13484
|
+
"dev": true,
|
|
13412
13485
|
"license": "MIT",
|
|
13413
13486
|
"engines": {
|
|
13414
13487
|
"iojs": ">=1.0.0",
|
|
@@ -13435,6 +13508,7 @@
|
|
|
13435
13508
|
"version": "1.2.0",
|
|
13436
13509
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
13437
13510
|
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
13511
|
+
"dev": true,
|
|
13438
13512
|
"funding": [
|
|
13439
13513
|
{
|
|
13440
13514
|
"type": "github",
|
|
@@ -13751,6 +13825,7 @@
|
|
|
13751
13825
|
"version": "3.0.0",
|
|
13752
13826
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
13753
13827
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
13828
|
+
"dev": true,
|
|
13754
13829
|
"license": "MIT",
|
|
13755
13830
|
"engines": {
|
|
13756
13831
|
"node": ">=8"
|
|
@@ -13833,6 +13908,21 @@
|
|
|
13833
13908
|
"sort-package-json": "cli.js"
|
|
13834
13909
|
}
|
|
13835
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
|
+
},
|
|
13836
13926
|
"node_modules/sort-package-json/node_modules/is-plain-obj": {
|
|
13837
13927
|
"version": "4.1.0",
|
|
13838
13928
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
@@ -13846,6 +13936,20 @@
|
|
|
13846
13936
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13847
13937
|
}
|
|
13848
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
|
+
},
|
|
13849
13953
|
"node_modules/source-map": {
|
|
13850
13954
|
"version": "0.6.1",
|
|
13851
13955
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -14284,45 +14388,19 @@
|
|
|
14284
14388
|
"license": "MIT"
|
|
14285
14389
|
},
|
|
14286
14390
|
"node_modules/tinyglobby": {
|
|
14287
|
-
"version": "0.2.
|
|
14288
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
14289
|
-
"integrity": "sha512-
|
|
14290
|
-
"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==",
|
|
14291
14394
|
"license": "MIT",
|
|
14292
14395
|
"dependencies": {
|
|
14293
|
-
"fdir": "^6.4.
|
|
14396
|
+
"fdir": "^6.4.4",
|
|
14294
14397
|
"picomatch": "^4.0.2"
|
|
14295
14398
|
},
|
|
14296
14399
|
"engines": {
|
|
14297
14400
|
"node": ">=12.0.0"
|
|
14298
|
-
}
|
|
14299
|
-
},
|
|
14300
|
-
"node_modules/tinyglobby/node_modules/fdir": {
|
|
14301
|
-
"version": "6.4.2",
|
|
14302
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
|
|
14303
|
-
"integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
|
|
14304
|
-
"dev": true,
|
|
14305
|
-
"license": "MIT",
|
|
14306
|
-
"peerDependencies": {
|
|
14307
|
-
"picomatch": "^3 || ^4"
|
|
14308
|
-
},
|
|
14309
|
-
"peerDependenciesMeta": {
|
|
14310
|
-
"picomatch": {
|
|
14311
|
-
"optional": true
|
|
14312
|
-
}
|
|
14313
|
-
}
|
|
14314
|
-
},
|
|
14315
|
-
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
14316
|
-
"version": "4.0.2",
|
|
14317
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
14318
|
-
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
14319
|
-
"dev": true,
|
|
14320
|
-
"license": "MIT",
|
|
14321
|
-
"engines": {
|
|
14322
|
-
"node": ">=12"
|
|
14323
14401
|
},
|
|
14324
14402
|
"funding": {
|
|
14325
|
-
"url": "https://github.com/sponsors/
|
|
14403
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
14326
14404
|
}
|
|
14327
14405
|
},
|
|
14328
14406
|
"node_modules/tmp": {
|
|
@@ -14352,6 +14430,7 @@
|
|
|
14352
14430
|
"version": "5.0.1",
|
|
14353
14431
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
14354
14432
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
14433
|
+
"dev": true,
|
|
14355
14434
|
"license": "MIT",
|
|
14356
14435
|
"dependencies": {
|
|
14357
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"
|
|
@@ -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,12 +1,12 @@
|
|
|
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.
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.14",
|
|
10
10
|
"@salesforce/core": "^8.12.0",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -20,7 +20,7 @@
|
|
|
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
|
}
|