@salesforce/plugin-sobject 1.1.3 → 1.1.4

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
@@ -161,7 +161,7 @@ FLAG DESCRIPTIONS
161
161
  If you don't specify this flag, the command prompts you to choose from your local objects.
162
162
  ```
163
163
 
164
- _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.3/src/commands/schema/generate/field.ts)_
164
+ _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.4/src/commands/schema/generate/field.ts)_
165
165
 
166
166
  ## `sf schema generate platformevent`
167
167
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sf schema generate platformevent --label "My Platform Event"
191
191
  ```
192
192
 
193
- _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.3/src/commands/schema/generate/platformevent.ts)_
193
+ _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.4/src/commands/schema/generate/platformevent.ts)_
194
194
 
195
195
  ## `sf schema generate sobject`
196
196
 
@@ -244,7 +244,7 @@ FLAG DESCRIPTIONS
244
244
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
245
245
  ```
246
246
 
247
- _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.3/src/commands/schema/generate/sobject.ts)_
247
+ _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.4/src/commands/schema/generate/sobject.ts)_
248
248
 
249
249
  ## `sf schema generate tab`
250
250
 
@@ -291,6 +291,6 @@ FLAG DESCRIPTIONS
291
291
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
292
292
  ```
293
293
 
294
- _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.3/src/commands/schema/generate/tab.ts)_
294
+ _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.4/src/commands/schema/generate/tab.ts)_
295
295
 
296
296
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1400,13 +1400,13 @@
1400
1400
  resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
1401
1401
  integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
1402
1402
 
1403
- "@inquirer/confirm@^2.0.15":
1404
- version "2.0.15"
1405
- resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
1406
- integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
1403
+ "@inquirer/confirm@^2.0.15", "@inquirer/confirm@^2.0.17":
1404
+ version "2.0.17"
1405
+ resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.17.tgz#a45eb1b973c51c993a3c093a0114e960b1cf09a4"
1406
+ integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
1407
1407
  dependencies:
1408
- "@inquirer/core" "^5.1.1"
1409
- "@inquirer/type" "^1.1.5"
1408
+ "@inquirer/core" "^6.0.0"
1409
+ "@inquirer/type" "^1.1.6"
1410
1410
  chalk "^4.1.2"
1411
1411
 
1412
1412
  "@inquirer/core@^5.1.1":
@@ -1429,6 +1429,26 @@
1429
1429
  strip-ansi "^6.0.1"
1430
1430
  wrap-ansi "^6.2.0"
1431
1431
 
1432
+ "@inquirer/core@^6.0.0":
1433
+ version "6.0.0"
1434
+ resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4"
1435
+ integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
1436
+ dependencies:
1437
+ "@inquirer/type" "^1.1.6"
1438
+ "@types/mute-stream" "^0.0.4"
1439
+ "@types/node" "^20.10.7"
1440
+ "@types/wrap-ansi" "^3.0.0"
1441
+ ansi-escapes "^4.3.2"
1442
+ chalk "^4.1.2"
1443
+ cli-spinners "^2.9.2"
1444
+ cli-width "^4.1.0"
1445
+ figures "^3.2.0"
1446
+ mute-stream "^1.0.0"
1447
+ run-async "^3.0.0"
1448
+ signal-exit "^4.1.0"
1449
+ strip-ansi "^6.0.1"
1450
+ wrap-ansi "^6.2.0"
1451
+
1432
1452
  "@inquirer/input@^1.2.14":
1433
1453
  version "1.2.14"
1434
1454
  resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
@@ -1459,10 +1479,10 @@
1459
1479
  chalk "^4.1.2"
1460
1480
  figures "^3.2.0"
1461
1481
 
1462
- "@inquirer/type@^1.1.5":
1463
- version "1.1.5"
1464
- resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
1465
- integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
1482
+ "@inquirer/type@^1.1.5", "@inquirer/type@^1.1.6":
1483
+ version "1.1.6"
1484
+ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.6.tgz#f2656456e58fb93c7b73d5aad583b928c77b9206"
1485
+ integrity sha512-OCKOpn0CrFDslR8s3who7hlr823zXTb1iShGCaaWgEJFfkIV0T9aLZV2QGnOuU78IrsPYLkr3oKx9dZwwCH3Rw==
1466
1486
 
1467
1487
  "@isaacs/cliui@^8.0.2":
1468
1488
  version "8.0.2"
@@ -1937,12 +1957,12 @@
1937
1957
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1938
1958
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1939
1959
 
1940
- "@salesforce/cli-plugins-testkit@^5.1.3":
1941
- version "5.1.3"
1942
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
1943
- integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
1960
+ "@salesforce/cli-plugins-testkit@^5.1.7":
1961
+ version "5.1.7"
1962
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.7.tgz#79c21424fa7775c9b3220ee566cf4a467154478e"
1963
+ integrity sha512-ZItoRNujnYN5andRLsTjVXp82W114d9TceWEbOOB2CrUofFdqiSbyiKxfg2/VkB2zk1t3B/ueVkFbiQtoLowPA==
1944
1964
  dependencies:
1945
- "@salesforce/core" "^6.4.2"
1965
+ "@salesforce/core" "^6.4.7"
1946
1966
  "@salesforce/kit" "^3.0.15"
1947
1967
  "@salesforce/ts-types" "^2.0.9"
1948
1968
  "@types/shelljs" "^0.8.15"
@@ -1950,9 +1970,9 @@
1950
1970
  jszip "^3.10.1"
1951
1971
  shelljs "^0.8.4"
1952
1972
  strip-ansi "6.0.1"
1953
- ts-retry-promise "^0.7.1"
1973
+ ts-retry-promise "^0.8.0"
1954
1974
 
1955
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
1975
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
1956
1976
  version "6.4.7"
1957
1977
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
1958
1978
  integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
@@ -3173,6 +3193,13 @@
3173
3193
  dependencies:
3174
3194
  undici-types "~5.26.4"
3175
3195
 
3196
+ "@types/node@^20.10.7":
3197
+ version "20.11.8"
3198
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.8.tgz#bdb6de1048613c3c6ab6c341c37e8fd1a7860308"
3199
+ integrity sha512-i7omyekpPTNdv4Jb/Rgqg0RU8YqLcNsI12quKSDkRXNfx7Wxdm6HhK1awT3xTgEkgxPn3bvnSpiEAc7a7Lpyow==
3200
+ dependencies:
3201
+ undici-types "~5.26.4"
3202
+
3176
3203
  "@types/normalize-package-data@^2.4.0":
3177
3204
  version "2.4.3"
3178
3205
  resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c"
@@ -4125,7 +4152,7 @@ cli-progress@^3.12.0:
4125
4152
  dependencies:
4126
4153
  string-width "^4.2.3"
4127
4154
 
4128
- cli-spinners@^2.5.0, cli-spinners@^2.9.1:
4155
+ cli-spinners@^2.5.0, cli-spinners@^2.9.1, cli-spinners@^2.9.2:
4129
4156
  version "2.9.2"
4130
4157
  resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
4131
4158
  integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
@@ -9209,6 +9236,11 @@ ts-retry-promise@^0.7.1:
9209
9236
  resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
9210
9237
  integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
9211
9238
 
9239
+ ts-retry-promise@^0.8.0:
9240
+ version "0.8.0"
9241
+ resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz#0a0c57b510827d5630da4b0c47f36b55b83a49e3"
9242
+ integrity sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==
9243
+
9212
9244
  tsconfig-paths@^3.14.2:
9213
9245
  version "3.14.2"
9214
9246
  resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
@@ -272,5 +272,5 @@
272
272
  ]
273
273
  }
274
274
  },
275
- "version": "1.1.3"
275
+ "version": "1.1.4"
276
276
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-sobject",
3
3
  "description": "Create objects, fields, tabs, etc",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@inquirer/confirm": "^2.0.15",
8
+ "@inquirer/confirm": "^2.0.17",
9
9
  "@inquirer/input": "^1.2.14",
10
10
  "@inquirer/select": "^1.3.1",
11
11
  "@oclif/core": "^3.16.0",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@oclif/plugin-command-snapshot": "^5.0.5",
21
- "@salesforce/cli-plugins-testkit": "^5.1.3",
21
+ "@salesforce/cli-plugins-testkit": "^5.1.7",
22
22
  "@salesforce/dev-scripts": "^8.3.0",
23
23
  "@salesforce/plugin-command-reference": "^3.0.63",
24
24
  "@types/inquirer": "^8.2.0",
@@ -212,7 +212,7 @@
212
212
  "exports": "./lib/index.js",
213
213
  "type": "module",
214
214
  "sfdx": {
215
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.3.crt",
216
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.3.sig"
215
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.4.crt",
216
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.4.sig"
217
217
  }
218
218
  }