@salesforce/plugin-data-seeding 1.1.65 → 1.1.67
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 +33 -19
- package/oclif.lock +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.67/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.67/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.67/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.67/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.67",
|
|
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.67",
|
|
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.25",
|
|
14
14
|
"@salesforce/core": "^8.23.3",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"got": "^13.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
21
|
+
"@oclif/plugin-command-snapshot": "^5.3.8",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
24
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
+
"@salesforce/plugin-command-reference": "^3.1.77",
|
|
25
25
|
"@types/tough-cookie": "^4.0.5",
|
|
26
26
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
27
27
|
"oclif": "^4.22.32",
|
|
@@ -1771,6 +1771,7 @@
|
|
|
1771
1771
|
"integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
|
1772
1772
|
"dev": true,
|
|
1773
1773
|
"license": "MIT",
|
|
1774
|
+
"peer": true,
|
|
1774
1775
|
"dependencies": {
|
|
1775
1776
|
"@ampproject/remapping": "^2.2.0",
|
|
1776
1777
|
"@babel/code-frame": "^7.24.7",
|
|
@@ -2401,6 +2402,7 @@
|
|
|
2401
2402
|
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
2402
2403
|
"dev": true,
|
|
2403
2404
|
"license": "Apache-2.0",
|
|
2405
|
+
"peer": true,
|
|
2404
2406
|
"bin": {
|
|
2405
2407
|
"tsc": "bin/tsc",
|
|
2406
2408
|
"tsserver": "bin/tsserver"
|
|
@@ -3737,9 +3739,9 @@
|
|
|
3737
3739
|
}
|
|
3738
3740
|
},
|
|
3739
3741
|
"node_modules/@oclif/core": {
|
|
3740
|
-
"version": "4.
|
|
3741
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3742
|
-
"integrity": "sha512-
|
|
3742
|
+
"version": "4.8.0",
|
|
3743
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.0.tgz",
|
|
3744
|
+
"integrity": "sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==",
|
|
3743
3745
|
"license": "MIT",
|
|
3744
3746
|
"dependencies": {
|
|
3745
3747
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3828,9 +3830,9 @@
|
|
|
3828
3830
|
}
|
|
3829
3831
|
},
|
|
3830
3832
|
"node_modules/@oclif/multi-stage-output": {
|
|
3831
|
-
"version": "0.8.
|
|
3832
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3833
|
-
"integrity": "sha512-
|
|
3833
|
+
"version": "0.8.25",
|
|
3834
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.25.tgz",
|
|
3835
|
+
"integrity": "sha512-Tw/EDlk7i4WEGfTtjHzTLBpwqgl0AtBqu9kixxH1cPCpD7qG783Pc5lAk+IwgReNpgZEdrrdeGVePFlsitBIbQ==",
|
|
3834
3836
|
"license": "MIT",
|
|
3835
3837
|
"dependencies": {
|
|
3836
3838
|
"@oclif/core": "^4",
|
|
@@ -3913,9 +3915,9 @@
|
|
|
3913
3915
|
}
|
|
3914
3916
|
},
|
|
3915
3917
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3916
|
-
"version": "5.3.
|
|
3917
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3918
|
-
"integrity": "sha512-
|
|
3918
|
+
"version": "5.3.8",
|
|
3919
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.8.tgz",
|
|
3920
|
+
"integrity": "sha512-pxuW6kVAkAJBZzk7w2xUy32D+EQGeef15Kyjz13LYazHNXcVdrzP/5726VGfMnK3U4W1QyJ7CalzZxRLVvxQcg==",
|
|
3919
3921
|
"dev": true,
|
|
3920
3922
|
"license": "MIT",
|
|
3921
3923
|
"dependencies": {
|
|
@@ -4386,14 +4388,14 @@
|
|
|
4386
4388
|
}
|
|
4387
4389
|
},
|
|
4388
4390
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4389
|
-
"version": "3.1.
|
|
4390
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4391
|
-
"integrity": "sha512-
|
|
4391
|
+
"version": "3.1.77",
|
|
4392
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.77.tgz",
|
|
4393
|
+
"integrity": "sha512-npuxDH+ewoJduPH1NBneIYjnsgeMV/9Vrm7PpA+foboap1rBI8DRyi32ZJvGfOBRIZz4s2H377Dw7Y3E4JujDg==",
|
|
4392
4394
|
"dev": true,
|
|
4393
4395
|
"license": "Apache-2.0",
|
|
4394
4396
|
"dependencies": {
|
|
4395
4397
|
"@oclif/core": "^4",
|
|
4396
|
-
"@salesforce/core": "^8.23.
|
|
4398
|
+
"@salesforce/core": "^8.23.3",
|
|
4397
4399
|
"@salesforce/kit": "^3.2.4",
|
|
4398
4400
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4399
4401
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -5503,6 +5505,7 @@
|
|
|
5503
5505
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz",
|
|
5504
5506
|
"integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==",
|
|
5505
5507
|
"license": "MIT",
|
|
5508
|
+
"peer": true,
|
|
5506
5509
|
"dependencies": {
|
|
5507
5510
|
"undici-types": "~6.13.0"
|
|
5508
5511
|
}
|
|
@@ -5525,6 +5528,7 @@
|
|
|
5525
5528
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz",
|
|
5526
5529
|
"integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==",
|
|
5527
5530
|
"license": "MIT",
|
|
5531
|
+
"peer": true,
|
|
5528
5532
|
"dependencies": {
|
|
5529
5533
|
"@types/prop-types": "*",
|
|
5530
5534
|
"csstype": "^3.0.2"
|
|
@@ -5627,6 +5631,7 @@
|
|
|
5627
5631
|
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
5628
5632
|
"dev": true,
|
|
5629
5633
|
"license": "BSD-2-Clause",
|
|
5634
|
+
"peer": true,
|
|
5630
5635
|
"dependencies": {
|
|
5631
5636
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
5632
5637
|
"@typescript-eslint/types": "6.21.0",
|
|
@@ -5824,6 +5829,7 @@
|
|
|
5824
5829
|
"integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
|
|
5825
5830
|
"dev": true,
|
|
5826
5831
|
"license": "MIT",
|
|
5832
|
+
"peer": true,
|
|
5827
5833
|
"bin": {
|
|
5828
5834
|
"acorn": "bin/acorn"
|
|
5829
5835
|
},
|
|
@@ -6343,6 +6349,7 @@
|
|
|
6343
6349
|
}
|
|
6344
6350
|
],
|
|
6345
6351
|
"license": "MIT",
|
|
6352
|
+
"peer": true,
|
|
6346
6353
|
"dependencies": {
|
|
6347
6354
|
"caniuse-lite": "^1.0.30001646",
|
|
6348
6355
|
"electron-to-chromium": "^1.5.4",
|
|
@@ -7178,6 +7185,7 @@
|
|
|
7178
7185
|
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
|
7179
7186
|
"dev": true,
|
|
7180
7187
|
"license": "MIT",
|
|
7188
|
+
"peer": true,
|
|
7181
7189
|
"dependencies": {
|
|
7182
7190
|
"import-fresh": "^3.3.0",
|
|
7183
7191
|
"js-yaml": "^4.1.0",
|
|
@@ -7947,6 +7955,7 @@
|
|
|
7947
7955
|
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
|
|
7948
7956
|
"dev": true,
|
|
7949
7957
|
"license": "MIT",
|
|
7958
|
+
"peer": true,
|
|
7950
7959
|
"dependencies": {
|
|
7951
7960
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
7952
7961
|
"@eslint-community/regexpp": "^4.6.1",
|
|
@@ -11573,7 +11582,8 @@
|
|
|
11573
11582
|
"version": "2.8.1",
|
|
11574
11583
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
11575
11584
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
11576
|
-
"license": "0BSD"
|
|
11585
|
+
"license": "0BSD",
|
|
11586
|
+
"peer": true
|
|
11577
11587
|
},
|
|
11578
11588
|
"node_modules/meow": {
|
|
11579
11589
|
"version": "8.1.2",
|
|
@@ -12775,6 +12785,7 @@
|
|
|
12775
12785
|
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
|
12776
12786
|
"dev": true,
|
|
12777
12787
|
"license": "MIT",
|
|
12788
|
+
"peer": true,
|
|
12778
12789
|
"bin": {
|
|
12779
12790
|
"prettier": "bin-prettier.js"
|
|
12780
12791
|
},
|
|
@@ -13048,6 +13059,7 @@
|
|
|
13048
13059
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
13049
13060
|
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
13050
13061
|
"license": "MIT",
|
|
13062
|
+
"peer": true,
|
|
13051
13063
|
"dependencies": {
|
|
13052
13064
|
"loose-envify": "^1.1.0"
|
|
13053
13065
|
},
|
|
@@ -14335,6 +14347,7 @@
|
|
|
14335
14347
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
14336
14348
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
14337
14349
|
"license": "MIT",
|
|
14350
|
+
"peer": true,
|
|
14338
14351
|
"engines": {
|
|
14339
14352
|
"node": ">=12"
|
|
14340
14353
|
},
|
|
@@ -14493,6 +14506,7 @@
|
|
|
14493
14506
|
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
14494
14507
|
"dev": true,
|
|
14495
14508
|
"license": "MIT",
|
|
14509
|
+
"peer": true,
|
|
14496
14510
|
"dependencies": {
|
|
14497
14511
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
14498
14512
|
"@tsconfig/node10": "^1.0.7",
|
package/oclif.lock
CHANGED
|
@@ -1792,9 +1792,9 @@
|
|
|
1792
1792
|
fastq "^1.6.0"
|
|
1793
1793
|
|
|
1794
1794
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5":
|
|
1795
|
-
version "4.
|
|
1796
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1797
|
-
integrity sha512-
|
|
1795
|
+
version "4.8.0"
|
|
1796
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785"
|
|
1797
|
+
integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==
|
|
1798
1798
|
dependencies:
|
|
1799
1799
|
ansi-escapes "^4.3.2"
|
|
1800
1800
|
ansis "^3.17.0"
|
|
@@ -1815,10 +1815,10 @@
|
|
|
1815
1815
|
wordwrap "^1.0.0"
|
|
1816
1816
|
wrap-ansi "^7.0.0"
|
|
1817
1817
|
|
|
1818
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1819
|
-
version "0.8.
|
|
1820
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1821
|
-
integrity sha512-
|
|
1818
|
+
"@oclif/multi-stage-output@^0.8.25":
|
|
1819
|
+
version "0.8.25"
|
|
1820
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.25.tgz#97ea545694045b33607a4f2ad00935efe18c7816"
|
|
1821
|
+
integrity sha512-Tw/EDlk7i4WEGfTtjHzTLBpwqgl0AtBqu9kixxH1cPCpD7qG783Pc5lAk+IwgReNpgZEdrrdeGVePFlsitBIbQ==
|
|
1822
1822
|
dependencies:
|
|
1823
1823
|
"@oclif/core" "^4"
|
|
1824
1824
|
"@types/react" "^18.3.12"
|
|
@@ -1828,10 +1828,10 @@
|
|
|
1828
1828
|
react "^18.3.1"
|
|
1829
1829
|
wrap-ansi "^9.0.2"
|
|
1830
1830
|
|
|
1831
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1832
|
-
version "5.3.
|
|
1833
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1834
|
-
integrity sha512-
|
|
1831
|
+
"@oclif/plugin-command-snapshot@^5.3.8":
|
|
1832
|
+
version "5.3.8"
|
|
1833
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.8.tgz#b952a270bfdfaea941f244363c4bcf781398d9b9"
|
|
1834
|
+
integrity sha512-pxuW6kVAkAJBZzk7w2xUy32D+EQGeef15Kyjz13LYazHNXcVdrzP/5726VGfMnK3U4W1QyJ7CalzZxRLVvxQcg==
|
|
1835
1835
|
dependencies:
|
|
1836
1836
|
"@oclif/core" "^4"
|
|
1837
1837
|
ansis "^3.17.0"
|
|
@@ -1914,7 +1914,7 @@
|
|
|
1914
1914
|
strip-ansi "6.0.1"
|
|
1915
1915
|
ts-retry-promise "^0.8.1"
|
|
1916
1916
|
|
|
1917
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.
|
|
1917
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1918
1918
|
version "8.23.3"
|
|
1919
1919
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.3.tgz#23d92d6eb887e946e26989552a605fa085e626e8"
|
|
1920
1920
|
integrity sha512-BD9cOUOw3wTR8ud6dBacLvA4x0KAfQXkNGdxtU9ujz5nEW86ms5tU1AEUzVXnhuDrrtdQZh7/yTGxqg5mS7rZg==
|
|
@@ -1983,13 +1983,13 @@
|
|
|
1983
1983
|
dependencies:
|
|
1984
1984
|
"@salesforce/ts-types" "^2.0.12"
|
|
1985
1985
|
|
|
1986
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1987
|
-
version "3.1.
|
|
1988
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1989
|
-
integrity sha512-
|
|
1986
|
+
"@salesforce/plugin-command-reference@^3.1.77":
|
|
1987
|
+
version "3.1.77"
|
|
1988
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.77.tgz#a9c20064fe96424140427929f6df506bf3890a20"
|
|
1989
|
+
integrity sha512-npuxDH+ewoJduPH1NBneIYjnsgeMV/9Vrm7PpA+foboap1rBI8DRyi32ZJvGfOBRIZz4s2H377Dw7Y3E4JujDg==
|
|
1990
1990
|
dependencies:
|
|
1991
1991
|
"@oclif/core" "^4"
|
|
1992
|
-
"@salesforce/core" "^8.23.
|
|
1992
|
+
"@salesforce/core" "^8.23.3"
|
|
1993
1993
|
"@salesforce/kit" "^3.2.4"
|
|
1994
1994
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1995
1995
|
"@salesforce/ts-types" "^2.0.11"
|
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.67",
|
|
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.25",
|
|
10
10
|
"@salesforce/core": "^8.23.3",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"got": "^13.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.8",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.77",
|
|
21
21
|
"@types/tough-cookie": "^4.0.5",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
23
23
|
"oclif": "^4.22.32",
|
|
@@ -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.67.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.67.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|