@salesforce/plugin-sobject 1.1.17 → 1.1.18

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.17/src/commands/schema/generate/field.ts)_
164
+ _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.18/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.17/src/commands/schema/generate/platformevent.ts)_
193
+ _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.18/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.17/src/commands/schema/generate/sobject.ts)_
247
+ _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.18/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.17/src/commands/schema/generate/tab.ts)_
294
+ _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.18/src/commands/schema/generate/tab.ts)_
295
295
 
296
296
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1815,10 +1815,10 @@
1815
1815
  read-package-json-fast "^3.0.0"
1816
1816
  which "^3.0.0"
1817
1817
 
1818
- "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
1819
- version "3.19.6"
1820
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
1821
- integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
1818
+ "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.23.0":
1819
+ version "3.23.0"
1820
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
1821
+ integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
1822
1822
  dependencies:
1823
1823
  "@types/cli-progress" "^3.11.5"
1824
1824
  ansi-escapes "^4.3.2"
@@ -1836,6 +1836,7 @@
1836
1836
  indent-string "^4.0.0"
1837
1837
  is-wsl "^2.2.0"
1838
1838
  js-yaml "^3.14.1"
1839
+ minimatch "^9.0.3"
1839
1840
  natural-orderby "^2.0.3"
1840
1841
  object-treeify "^1.1.33"
1841
1842
  password-prompt "^1.1.3"
@@ -2011,7 +2012,7 @@
2011
2012
  strip-ansi "6.0.1"
2012
2013
  ts-retry-promise "^0.8.0"
2013
2014
 
2014
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0":
2015
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0":
2015
2016
  version "6.7.0"
2016
2017
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
2017
2018
  integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
@@ -4927,12 +4928,12 @@ eslint-plugin-jsdoc@^46.9.0:
4927
4928
  semver "^7.5.4"
4928
4929
  spdx-expression-parse "^3.0.1"
4929
4930
 
4930
- eslint-plugin-sf-plugin@^1.17.3:
4931
- version "1.17.3"
4932
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz#3adda2e9955bf8f09859f935468c99ca15b58cc3"
4933
- integrity sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg==
4931
+ eslint-plugin-sf-plugin@^1.17.4:
4932
+ version "1.17.4"
4933
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz#31006e188cf534eedea0ecd6159443e61346a66c"
4934
+ integrity sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==
4934
4935
  dependencies:
4935
- "@salesforce/core" "^6.5.1"
4936
+ "@salesforce/core" "^6.7.0"
4936
4937
  "@typescript-eslint/utils" "^6.17.0"
4937
4938
 
4938
4939
  eslint-plugin-unicorn@^49.0.0:
@@ -272,5 +272,5 @@
272
272
  ]
273
273
  }
274
274
  },
275
- "version": "1.1.17"
275
+ "version": "1.1.18"
276
276
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-sobject",
3
3
  "description": "Create objects, fields, tabs, etc",
4
- "version": "1.1.17",
4
+ "version": "1.1.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/confirm": "^2.0.17",
9
9
  "@inquirer/input": "^1.2.16",
10
10
  "@inquirer/select": "^1.3.3",
11
- "@oclif/core": "^3.19.6",
11
+ "@oclif/core": "^3.23.0",
12
12
  "@salesforce/core": "^6.5.3",
13
13
  "@salesforce/kit": "^3.0.15",
14
14
  "@salesforce/sf-plugins-core": "^7.1.14",
@@ -22,7 +22,7 @@
22
22
  "@salesforce/dev-scripts": "^8.3.0",
23
23
  "@salesforce/plugin-command-reference": "^3.0.67",
24
24
  "@types/inquirer": "^8.2.0",
25
- "eslint-plugin-sf-plugin": "^1.17.3",
25
+ "eslint-plugin-sf-plugin": "^1.17.4",
26
26
  "oclif": "^4.4.19",
27
27
  "shx": "0.3.4",
28
28
  "ts-node": "^10.9.2",
@@ -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.17.crt",
216
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.17.sig"
215
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.18.crt",
216
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.18.sig"
217
217
  }
218
218
  }