@salesforce/plugin-sobject 1.1.6 → 1.1.7

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.6/src/commands/schema/generate/field.ts)_
164
+ _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.7/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.6/src/commands/schema/generate/platformevent.ts)_
193
+ _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.7/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.6/src/commands/schema/generate/sobject.ts)_
247
+ _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.7/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.6/src/commands/schema/generate/tab.ts)_
294
+ _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.7/src/commands/schema/generate/tab.ts)_
295
295
 
296
296
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1756,10 +1756,10 @@
1756
1756
  read-package-json-fast "^3.0.0"
1757
1757
  which "^3.0.0"
1758
1758
 
1759
- "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
1760
- version "3.18.1"
1761
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
1762
- integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
1759
+ "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1760
+ version "3.18.2"
1761
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1762
+ integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
1763
1763
  dependencies:
1764
1764
  "@types/cli-progress" "^3.11.5"
1765
1765
  ansi-escapes "^4.3.2"
@@ -272,5 +272,5 @@
272
272
  ]
273
273
  }
274
274
  },
275
- "version": "1.1.6"
275
+ "version": "1.1.7"
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.6",
4
+ "version": "1.1.7",
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.16.0",
11
+ "@oclif/core": "^3.18.2",
12
12
  "@salesforce/core": "^6.4.4",
13
13
  "@salesforce/kit": "^3.0.15",
14
14
  "@salesforce/sf-plugins-core": "^7.1.3",
@@ -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.6.crt",
216
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.6.sig"
215
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.7.crt",
216
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.7.sig"
217
217
  }
218
218
  }