@salesforce/plugin-data-seeding 1.1.53 → 1.1.54
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 +190 -11
- package/oclif.lock +85 -11
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.54/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.54/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.54/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.54/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.54",
|
|
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.54",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@oclif/multi-stage-output": "^0.8.20",
|
|
14
|
-
"@salesforce/core": "^8.
|
|
14
|
+
"@salesforce/core": "^8.19.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
17
|
"form-data": "^4.0.4",
|
|
@@ -3106,9 +3106,9 @@
|
|
|
3106
3106
|
}
|
|
3107
3107
|
},
|
|
3108
3108
|
"node_modules/@jsforce/jsforce-node": {
|
|
3109
|
-
"version": "3.10.
|
|
3110
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
3111
|
-
"integrity": "sha512-
|
|
3109
|
+
"version": "3.10.1",
|
|
3110
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz",
|
|
3111
|
+
"integrity": "sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==",
|
|
3112
3112
|
"license": "MIT",
|
|
3113
3113
|
"dependencies": {
|
|
3114
3114
|
"@sindresorhus/is": "^4",
|
|
@@ -3665,15 +3665,15 @@
|
|
|
3665
3665
|
}
|
|
3666
3666
|
},
|
|
3667
3667
|
"node_modules/@salesforce/core": {
|
|
3668
|
-
"version": "8.
|
|
3669
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3670
|
-
"integrity": "sha512-
|
|
3668
|
+
"version": "8.19.1",
|
|
3669
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.19.1.tgz",
|
|
3670
|
+
"integrity": "sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==",
|
|
3671
3671
|
"license": "BSD-3-Clause",
|
|
3672
3672
|
"dependencies": {
|
|
3673
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
3673
|
+
"@jsforce/jsforce-node": "^3.10.1",
|
|
3674
3674
|
"@salesforce/kit": "^3.2.2",
|
|
3675
3675
|
"@salesforce/schemas": "^1.9.1",
|
|
3676
|
-
"@salesforce/ts-types": "^2.0.
|
|
3676
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
3677
3677
|
"ajv": "^8.17.1",
|
|
3678
3678
|
"change-case": "^4.1.2",
|
|
3679
3679
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -3682,6 +3682,7 @@
|
|
|
3682
3682
|
"js2xmlparser": "^4.0.1",
|
|
3683
3683
|
"jsonwebtoken": "9.0.2",
|
|
3684
3684
|
"jszip": "3.10.1",
|
|
3685
|
+
"memfs": "^4.30.1",
|
|
3685
3686
|
"pino": "^9.7.0",
|
|
3686
3687
|
"pino-abstract-transport": "^1.2.0",
|
|
3687
3688
|
"pino-pretty": "^11.3.0",
|
|
@@ -9214,6 +9215,15 @@
|
|
|
9214
9215
|
"url": "https://github.com/sponsors/typicode"
|
|
9215
9216
|
}
|
|
9216
9217
|
},
|
|
9218
|
+
"node_modules/hyperdyperid": {
|
|
9219
|
+
"version": "1.2.0",
|
|
9220
|
+
"resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
|
|
9221
|
+
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
|
9222
|
+
"license": "MIT",
|
|
9223
|
+
"engines": {
|
|
9224
|
+
"node": ">=10.18"
|
|
9225
|
+
}
|
|
9226
|
+
},
|
|
9217
9227
|
"node_modules/iconv-lite": {
|
|
9218
9228
|
"version": "0.4.24",
|
|
9219
9229
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
@@ -10896,6 +10906,175 @@
|
|
|
10896
10906
|
"dev": true,
|
|
10897
10907
|
"license": "MIT"
|
|
10898
10908
|
},
|
|
10909
|
+
"node_modules/memfs": {
|
|
10910
|
+
"version": "4.36.0",
|
|
10911
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.36.0.tgz",
|
|
10912
|
+
"integrity": "sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==",
|
|
10913
|
+
"license": "Apache-2.0",
|
|
10914
|
+
"dependencies": {
|
|
10915
|
+
"@jsonjoy.com/json-pack": "^1.0.3",
|
|
10916
|
+
"@jsonjoy.com/util": "^1.3.0",
|
|
10917
|
+
"tree-dump": "^1.0.1",
|
|
10918
|
+
"tslib": "^2.0.0"
|
|
10919
|
+
},
|
|
10920
|
+
"engines": {
|
|
10921
|
+
"node": ">= 4.0.0"
|
|
10922
|
+
},
|
|
10923
|
+
"funding": {
|
|
10924
|
+
"type": "github",
|
|
10925
|
+
"url": "https://github.com/sponsors/streamich"
|
|
10926
|
+
}
|
|
10927
|
+
},
|
|
10928
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/base64": {
|
|
10929
|
+
"version": "1.1.2",
|
|
10930
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
|
|
10931
|
+
"integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
|
|
10932
|
+
"license": "Apache-2.0",
|
|
10933
|
+
"engines": {
|
|
10934
|
+
"node": ">=10.0"
|
|
10935
|
+
},
|
|
10936
|
+
"funding": {
|
|
10937
|
+
"type": "github",
|
|
10938
|
+
"url": "https://github.com/sponsors/streamich"
|
|
10939
|
+
},
|
|
10940
|
+
"peerDependencies": {
|
|
10941
|
+
"tslib": "2"
|
|
10942
|
+
}
|
|
10943
|
+
},
|
|
10944
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/buffers": {
|
|
10945
|
+
"version": "1.0.0",
|
|
10946
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz",
|
|
10947
|
+
"integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==",
|
|
10948
|
+
"license": "Apache-2.0",
|
|
10949
|
+
"engines": {
|
|
10950
|
+
"node": ">=10.0"
|
|
10951
|
+
},
|
|
10952
|
+
"funding": {
|
|
10953
|
+
"type": "github",
|
|
10954
|
+
"url": "https://github.com/sponsors/streamich"
|
|
10955
|
+
},
|
|
10956
|
+
"peerDependencies": {
|
|
10957
|
+
"tslib": "2"
|
|
10958
|
+
}
|
|
10959
|
+
},
|
|
10960
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/codegen": {
|
|
10961
|
+
"version": "1.0.0",
|
|
10962
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
|
|
10963
|
+
"integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
|
|
10964
|
+
"license": "Apache-2.0",
|
|
10965
|
+
"engines": {
|
|
10966
|
+
"node": ">=10.0"
|
|
10967
|
+
},
|
|
10968
|
+
"funding": {
|
|
10969
|
+
"type": "github",
|
|
10970
|
+
"url": "https://github.com/sponsors/streamich"
|
|
10971
|
+
},
|
|
10972
|
+
"peerDependencies": {
|
|
10973
|
+
"tslib": "2"
|
|
10974
|
+
}
|
|
10975
|
+
},
|
|
10976
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/json-pack": {
|
|
10977
|
+
"version": "1.10.0",
|
|
10978
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz",
|
|
10979
|
+
"integrity": "sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==",
|
|
10980
|
+
"license": "Apache-2.0",
|
|
10981
|
+
"dependencies": {
|
|
10982
|
+
"@jsonjoy.com/base64": "^1.1.2",
|
|
10983
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
|
10984
|
+
"@jsonjoy.com/codegen": "^1.0.0",
|
|
10985
|
+
"@jsonjoy.com/json-pointer": "^1.0.1",
|
|
10986
|
+
"@jsonjoy.com/util": "^1.9.0",
|
|
10987
|
+
"hyperdyperid": "^1.2.0",
|
|
10988
|
+
"thingies": "^2.5.0"
|
|
10989
|
+
},
|
|
10990
|
+
"engines": {
|
|
10991
|
+
"node": ">=10.0"
|
|
10992
|
+
},
|
|
10993
|
+
"funding": {
|
|
10994
|
+
"type": "github",
|
|
10995
|
+
"url": "https://github.com/sponsors/streamich"
|
|
10996
|
+
},
|
|
10997
|
+
"peerDependencies": {
|
|
10998
|
+
"tslib": "2"
|
|
10999
|
+
}
|
|
11000
|
+
},
|
|
11001
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/json-pointer": {
|
|
11002
|
+
"version": "1.0.1",
|
|
11003
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz",
|
|
11004
|
+
"integrity": "sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==",
|
|
11005
|
+
"license": "Apache-2.0",
|
|
11006
|
+
"dependencies": {
|
|
11007
|
+
"@jsonjoy.com/util": "^1.3.0"
|
|
11008
|
+
},
|
|
11009
|
+
"engines": {
|
|
11010
|
+
"node": ">=10.0"
|
|
11011
|
+
},
|
|
11012
|
+
"funding": {
|
|
11013
|
+
"type": "github",
|
|
11014
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11015
|
+
},
|
|
11016
|
+
"peerDependencies": {
|
|
11017
|
+
"tslib": "2"
|
|
11018
|
+
}
|
|
11019
|
+
},
|
|
11020
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/util": {
|
|
11021
|
+
"version": "1.9.0",
|
|
11022
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
|
|
11023
|
+
"integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
|
|
11024
|
+
"license": "Apache-2.0",
|
|
11025
|
+
"dependencies": {
|
|
11026
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
|
11027
|
+
"@jsonjoy.com/codegen": "^1.0.0"
|
|
11028
|
+
},
|
|
11029
|
+
"engines": {
|
|
11030
|
+
"node": ">=10.0"
|
|
11031
|
+
},
|
|
11032
|
+
"funding": {
|
|
11033
|
+
"type": "github",
|
|
11034
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11035
|
+
},
|
|
11036
|
+
"peerDependencies": {
|
|
11037
|
+
"tslib": "2"
|
|
11038
|
+
}
|
|
11039
|
+
},
|
|
11040
|
+
"node_modules/memfs/node_modules/thingies": {
|
|
11041
|
+
"version": "2.5.0",
|
|
11042
|
+
"resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz",
|
|
11043
|
+
"integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
|
|
11044
|
+
"license": "MIT",
|
|
11045
|
+
"engines": {
|
|
11046
|
+
"node": ">=10.18"
|
|
11047
|
+
},
|
|
11048
|
+
"funding": {
|
|
11049
|
+
"type": "github",
|
|
11050
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11051
|
+
},
|
|
11052
|
+
"peerDependencies": {
|
|
11053
|
+
"tslib": "^2"
|
|
11054
|
+
}
|
|
11055
|
+
},
|
|
11056
|
+
"node_modules/memfs/node_modules/tree-dump": {
|
|
11057
|
+
"version": "1.0.3",
|
|
11058
|
+
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz",
|
|
11059
|
+
"integrity": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==",
|
|
11060
|
+
"license": "Apache-2.0",
|
|
11061
|
+
"engines": {
|
|
11062
|
+
"node": ">=10.0"
|
|
11063
|
+
},
|
|
11064
|
+
"funding": {
|
|
11065
|
+
"type": "github",
|
|
11066
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11067
|
+
},
|
|
11068
|
+
"peerDependencies": {
|
|
11069
|
+
"tslib": "2"
|
|
11070
|
+
}
|
|
11071
|
+
},
|
|
11072
|
+
"node_modules/memfs/node_modules/tslib": {
|
|
11073
|
+
"version": "2.8.1",
|
|
11074
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
11075
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
11076
|
+
"license": "0BSD"
|
|
11077
|
+
},
|
|
10899
11078
|
"node_modules/meow": {
|
|
10900
11079
|
"version": "8.1.2",
|
|
10901
11080
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1441,10 +1441,10 @@
|
|
|
1441
1441
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1442
1442
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1443
1443
|
|
|
1444
|
-
"@jsforce/jsforce-node@^3.10.
|
|
1445
|
-
version "3.10.
|
|
1446
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
1447
|
-
integrity sha512-
|
|
1444
|
+
"@jsforce/jsforce-node@^3.10.1":
|
|
1445
|
+
version "3.10.1"
|
|
1446
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz#790a0ecc89ce3b2c91aca16d9f84534d7d4bdd55"
|
|
1447
|
+
integrity sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==
|
|
1448
1448
|
dependencies:
|
|
1449
1449
|
"@sindresorhus/is" "^4"
|
|
1450
1450
|
base64url "^3.0.1"
|
|
@@ -1457,6 +1457,49 @@
|
|
|
1457
1457
|
node-fetch "^2.6.1"
|
|
1458
1458
|
xml2js "^0.6.2"
|
|
1459
1459
|
|
|
1460
|
+
"@jsonjoy.com/base64@^1.1.2":
|
|
1461
|
+
version "1.1.2"
|
|
1462
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz#cf8ea9dcb849b81c95f14fc0aaa151c6b54d2578"
|
|
1463
|
+
integrity sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==
|
|
1464
|
+
|
|
1465
|
+
"@jsonjoy.com/buffers@^1.0.0":
|
|
1466
|
+
version "1.0.0"
|
|
1467
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz#ade6895b7d3883d70f87b5743efaa12c71dfef7a"
|
|
1468
|
+
integrity sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==
|
|
1469
|
+
|
|
1470
|
+
"@jsonjoy.com/codegen@^1.0.0":
|
|
1471
|
+
version "1.0.0"
|
|
1472
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz#5c23f796c47675f166d23b948cdb889184b93207"
|
|
1473
|
+
integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==
|
|
1474
|
+
|
|
1475
|
+
"@jsonjoy.com/json-pack@^1.0.3":
|
|
1476
|
+
version "1.10.0"
|
|
1477
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz#d098b0164512889f18269e373407c4b5a46f3ee2"
|
|
1478
|
+
integrity sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==
|
|
1479
|
+
dependencies:
|
|
1480
|
+
"@jsonjoy.com/base64" "^1.1.2"
|
|
1481
|
+
"@jsonjoy.com/buffers" "^1.0.0"
|
|
1482
|
+
"@jsonjoy.com/codegen" "^1.0.0"
|
|
1483
|
+
"@jsonjoy.com/json-pointer" "^1.0.1"
|
|
1484
|
+
"@jsonjoy.com/util" "^1.9.0"
|
|
1485
|
+
hyperdyperid "^1.2.0"
|
|
1486
|
+
thingies "^2.5.0"
|
|
1487
|
+
|
|
1488
|
+
"@jsonjoy.com/json-pointer@^1.0.1":
|
|
1489
|
+
version "1.0.1"
|
|
1490
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz#3b710158e8a212708a2886ea5e38d92e2ea4f4a0"
|
|
1491
|
+
integrity sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==
|
|
1492
|
+
dependencies:
|
|
1493
|
+
"@jsonjoy.com/util" "^1.3.0"
|
|
1494
|
+
|
|
1495
|
+
"@jsonjoy.com/util@^1.3.0", "@jsonjoy.com/util@^1.9.0":
|
|
1496
|
+
version "1.9.0"
|
|
1497
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.9.0.tgz#7ee95586aed0a766b746cd8d8363e336c3c47c46"
|
|
1498
|
+
integrity sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==
|
|
1499
|
+
dependencies:
|
|
1500
|
+
"@jsonjoy.com/buffers" "^1.0.0"
|
|
1501
|
+
"@jsonjoy.com/codegen" "^1.0.0"
|
|
1502
|
+
|
|
1460
1503
|
"@nodelib/fs.scandir@2.1.5":
|
|
1461
1504
|
version "2.1.5"
|
|
1462
1505
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -1601,15 +1644,15 @@
|
|
|
1601
1644
|
strip-ansi "6.0.1"
|
|
1602
1645
|
ts-retry-promise "^0.8.1"
|
|
1603
1646
|
|
|
1604
|
-
"@salesforce/core@^8.18.5", "@salesforce/core@^8.
|
|
1605
|
-
version "8.
|
|
1606
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1607
|
-
integrity sha512-
|
|
1647
|
+
"@salesforce/core@^8.18.5", "@salesforce/core@^8.19.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1648
|
+
version "8.19.1"
|
|
1649
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.1.tgz#300b37db32e29a7b1055091cc13d04a6ccc4d8c1"
|
|
1650
|
+
integrity sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==
|
|
1608
1651
|
dependencies:
|
|
1609
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
1652
|
+
"@jsforce/jsforce-node" "^3.10.1"
|
|
1610
1653
|
"@salesforce/kit" "^3.2.2"
|
|
1611
1654
|
"@salesforce/schemas" "^1.9.1"
|
|
1612
|
-
"@salesforce/ts-types" "^2.0.
|
|
1655
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
1613
1656
|
ajv "^8.17.1"
|
|
1614
1657
|
change-case "^4.1.2"
|
|
1615
1658
|
fast-levenshtein "^3.0.0"
|
|
@@ -1618,6 +1661,7 @@
|
|
|
1618
1661
|
js2xmlparser "^4.0.1"
|
|
1619
1662
|
jsonwebtoken "9.0.2"
|
|
1620
1663
|
jszip "3.10.1"
|
|
1664
|
+
memfs "^4.30.1"
|
|
1621
1665
|
pino "^9.7.0"
|
|
1622
1666
|
pino-abstract-transport "^1.2.0"
|
|
1623
1667
|
pino-pretty "^11.3.0"
|
|
@@ -1711,7 +1755,7 @@
|
|
|
1711
1755
|
string-width "^7.2.0"
|
|
1712
1756
|
terminal-link "^3.0.0"
|
|
1713
1757
|
|
|
1714
|
-
"@salesforce/ts-types@^2.0.
|
|
1758
|
+
"@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
|
1715
1759
|
version "2.0.12"
|
|
1716
1760
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
|
|
1717
1761
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
@@ -4875,6 +4919,11 @@ husky@^7.0.4:
|
|
|
4875
4919
|
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
|
|
4876
4920
|
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
|
|
4877
4921
|
|
|
4922
|
+
hyperdyperid@^1.2.0:
|
|
4923
|
+
version "1.2.0"
|
|
4924
|
+
resolved "https://registry.yarnpkg.com/hyperdyperid/-/hyperdyperid-1.2.0.tgz#59668d323ada92228d2a869d3e474d5a33b69e6b"
|
|
4925
|
+
integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==
|
|
4926
|
+
|
|
4878
4927
|
iconv-lite@^0.4.24:
|
|
4879
4928
|
version "0.4.24"
|
|
4880
4929
|
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
|
@@ -5781,6 +5830,16 @@ mdurl@^2.0.0:
|
|
|
5781
5830
|
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
|
|
5782
5831
|
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
|
|
5783
5832
|
|
|
5833
|
+
memfs@^4.30.1:
|
|
5834
|
+
version "4.36.0"
|
|
5835
|
+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.36.0.tgz#b9fa8d97ddda3cb8c06908bceec956560c33d979"
|
|
5836
|
+
integrity sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==
|
|
5837
|
+
dependencies:
|
|
5838
|
+
"@jsonjoy.com/json-pack" "^1.0.3"
|
|
5839
|
+
"@jsonjoy.com/util" "^1.3.0"
|
|
5840
|
+
tree-dump "^1.0.1"
|
|
5841
|
+
tslib "^2.0.0"
|
|
5842
|
+
|
|
5784
5843
|
meow@^13.0.0:
|
|
5785
5844
|
version "13.1.0"
|
|
5786
5845
|
resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
|
|
@@ -7367,6 +7426,11 @@ text-table@^0.2.0:
|
|
|
7367
7426
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
7368
7427
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
|
7369
7428
|
|
|
7429
|
+
thingies@^2.5.0:
|
|
7430
|
+
version "2.5.0"
|
|
7431
|
+
resolved "https://registry.yarnpkg.com/thingies/-/thingies-2.5.0.tgz#5f7b882c933b85989f8466b528a6247a6881e04f"
|
|
7432
|
+
integrity sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==
|
|
7433
|
+
|
|
7370
7434
|
thread-stream@^3.0.0:
|
|
7371
7435
|
version "3.1.0"
|
|
7372
7436
|
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1"
|
|
@@ -7433,6 +7497,11 @@ tr46@~0.0.3:
|
|
|
7433
7497
|
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
|
|
7434
7498
|
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
|
|
7435
7499
|
|
|
7500
|
+
tree-dump@^1.0.1:
|
|
7501
|
+
version "1.0.3"
|
|
7502
|
+
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.3.tgz#2f0e42e77354714418ed7ab44291e435ccdb0f80"
|
|
7503
|
+
integrity sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==
|
|
7504
|
+
|
|
7436
7505
|
trim-newlines@^3.0.0:
|
|
7437
7506
|
version "3.0.1"
|
|
7438
7507
|
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
|
@@ -7490,6 +7559,11 @@ tsconfig-paths@^3.15.0:
|
|
|
7490
7559
|
minimist "^1.2.6"
|
|
7491
7560
|
strip-bom "^3.0.0"
|
|
7492
7561
|
|
|
7562
|
+
tslib@^2.0.0:
|
|
7563
|
+
version "2.8.1"
|
|
7564
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
|
|
7565
|
+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
|
7566
|
+
|
|
7493
7567
|
tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2:
|
|
7494
7568
|
version "2.6.3"
|
|
7495
7569
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.54",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
9
|
"@oclif/multi-stage-output": "^0.8.20",
|
|
10
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@salesforce/core": "^8.19.1",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"form-data": "^4.0.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.54.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.54.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|