@salesforce/plugin-data-seeding 1.1.85 → 1.1.86

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 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.85/src/commands/data-seeding/generate/index.ts)_
169
+ _See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.86/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.85/src/commands/data-seeding/generate/report.ts)_
204
+ _See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.86/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.85/src/commands/data-seeding/migrate/index.ts)_
257
+ _See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.86/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.85/src/commands/data-seeding/migrate/report.ts)_
292
+ _See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.86/src/commands/data-seeding/migrate/report.ts)_
293
293
 
294
294
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data-seeding",
3
- "version": "1.1.85",
3
+ "version": "1.1.86",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.85",
9
+ "version": "1.1.86",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -11257,9 +11257,9 @@
11257
11257
  }
11258
11258
  },
11259
11259
  "node_modules/flatted": {
11260
- "version": "3.2.7",
11261
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
11262
- "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
11260
+ "version": "3.4.2",
11261
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
11262
+ "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
11263
11263
  "dev": true,
11264
11264
  "license": "ISC"
11265
11265
  },
package/oclif.lock CHANGED
@@ -4777,9 +4777,9 @@ flat@^5.0.2:
4777
4777
  integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
4778
4778
 
4779
4779
  flatted@^3.1.0:
4780
- version "3.2.7"
4781
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
4782
- integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
4780
+ version "3.4.2"
4781
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
4782
+ integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
4783
4783
 
4784
4784
  for-each@^0.3.3:
4785
4785
  version "0.3.3"
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.85"
336
+ "version": "1.1.86"
337
337
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.85",
4
+ "version": "1.1.86",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -211,7 +211,7 @@
211
211
  "exports": "./lib/index.js",
212
212
  "type": "module",
213
213
  "sfdx": {
214
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.85.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.85.sig"
214
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.86.crt",
215
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.86.sig"
216
216
  }
217
217
  }