@salesforce/plugin-sobject 1.4.76 → 1.4.78

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
@@ -164,7 +164,7 @@ FLAG DESCRIPTIONS
164
164
  If you don't specify this flag, the command prompts you to choose from your local objects.
165
165
  ```
166
166
 
167
- _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/field.ts)_
167
+ _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.78/src/commands/schema/generate/field.ts)_
168
168
 
169
169
  ## `sf schema generate platformevent`
170
170
 
@@ -196,7 +196,7 @@ EXAMPLES
196
196
  $ sf schema generate platformevent --label "My Platform Event"
197
197
  ```
198
198
 
199
- _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/platformevent.ts)_
199
+ _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.78/src/commands/schema/generate/platformevent.ts)_
200
200
 
201
201
  ## `sf schema generate sobject`
202
202
 
@@ -253,7 +253,7 @@ FLAG DESCRIPTIONS
253
253
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
254
254
  ```
255
255
 
256
- _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/sobject.ts)_
256
+ _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.78/src/commands/schema/generate/sobject.ts)_
257
257
 
258
258
  ## `sf schema generate tab`
259
259
 
@@ -301,6 +301,6 @@ FLAG DESCRIPTIONS
301
301
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
302
302
  ```
303
303
 
304
- _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/tab.ts)_
304
+ _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.78/src/commands/schema/generate/tab.ts)_
305
305
 
306
306
  <!-- commandsstop -->
@@ -304,5 +304,5 @@
304
304
  ]
305
305
  }
306
306
  },
307
- "version": "1.4.76"
307
+ "version": "1.4.78"
308
308
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-sobject",
3
3
  "description": "Create objects, fields, tabs, etc",
4
- "version": "1.4.76",
4
+ "version": "1.4.78",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "@inquirer/input": "^2.3.0",
10
10
  "@inquirer/select": "^2.5.0",
11
11
  "@oclif/core": "^4",
12
- "@salesforce/core": "^8.23.2",
12
+ "@salesforce/core": "^8.23.3",
13
13
  "@salesforce/kit": "^3.2.4",
14
14
  "@salesforce/sf-plugins-core": "^11.3.12",
15
15
  "fast-glob": "^3.3.3",
@@ -17,13 +17,13 @@
17
17
  "js2xmlparser": "^4.0.2"
18
18
  },
19
19
  "devDependencies": {
20
- "@oclif/plugin-command-snapshot": "^5.3.6",
20
+ "@oclif/plugin-command-snapshot": "^5.3.7",
21
21
  "@salesforce/cli-plugins-testkit": "^5.3.41",
22
22
  "@salesforce/dev-scripts": "^11.0.4",
23
- "@salesforce/plugin-command-reference": "^3.1.72",
24
- "@salesforce/types": "^1.4.0",
23
+ "@salesforce/plugin-command-reference": "^3.1.75",
24
+ "@salesforce/types": "^1.5.0",
25
25
  "eslint-plugin-sf-plugin": "^1.20.33",
26
- "oclif": "^4.22.31",
26
+ "oclif": "^4.22.35",
27
27
  "ts-node": "^10.9.2",
28
28
  "typescript": "^5.5.4"
29
29
  },
@@ -209,7 +209,7 @@
209
209
  "exports": "./lib/index.js",
210
210
  "type": "module",
211
211
  "sfdx": {
212
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.76.crt",
213
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.76.sig"
212
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.78.crt",
213
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.78.sig"
214
214
  }
215
215
  }