@salesforce/plugin-sobject 1.1.8 → 1.1.9

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.8/src/commands/schema/generate/field.ts)_
164
+ _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.9/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.8/src/commands/schema/generate/platformevent.ts)_
193
+ _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.9/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.8/src/commands/schema/generate/sobject.ts)_
247
+ _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.9/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.8/src/commands/schema/generate/tab.ts)_
294
+ _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.9/src/commands/schema/generate/tab.ts)_
295
295
 
296
296
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -4935,12 +4935,12 @@ eslint-plugin-perfectionist@^2.1.0:
4935
4935
  minimatch "^9.0.3"
4936
4936
  natural-compare-lite "^1.4.0"
4937
4937
 
4938
- eslint-plugin-sf-plugin@^1.17.2:
4939
- version "1.17.2"
4940
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.2.tgz#c2e5b40fdae762d3166696f0d9a3664ff8359141"
4941
- integrity sha512-N7o/rgpH5ImPwyGj7dByPwOeW7+VcA36/F35vUhL9NV8FOR35DDL8T+cX0HBGPWu4toSXjCmc2yEH52FdsnATg==
4938
+ eslint-plugin-sf-plugin@^1.17.3:
4939
+ version "1.17.3"
4940
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz#3adda2e9955bf8f09859f935468c99ca15b58cc3"
4941
+ integrity sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg==
4942
4942
  dependencies:
4943
- "@salesforce/core" "^6.4.7"
4943
+ "@salesforce/core" "^6.5.1"
4944
4944
  "@typescript-eslint/utils" "^6.17.0"
4945
4945
 
4946
4946
  eslint-plugin-unicorn@^49.0.0:
@@ -5177,10 +5177,10 @@ fast-xml-parser@4.2.5:
5177
5177
  dependencies:
5178
5178
  strnum "^1.0.5"
5179
5179
 
5180
- fast-xml-parser@^4.3.3:
5181
- version "4.3.3"
5182
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.3.tgz#aeaf5778392329f17168c40c51bcbfec8ff965be"
5183
- integrity sha512-coV/D1MhrShMvU6D0I+VAK3umz6hUaxxhL0yp/9RjfiYUfAv14rDhGQL+PLForhMdr0wq3PiV07WtkkNjJjNHg==
5180
+ fast-xml-parser@^4.3.4:
5181
+ version "4.3.4"
5182
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz#385cc256ad7bbc57b91515a38a22502a9e1fca0d"
5183
+ integrity sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==
5184
5184
  dependencies:
5185
5185
  strnum "^1.0.5"
5186
5186
 
@@ -272,5 +272,5 @@
272
272
  ]
273
273
  }
274
274
  },
275
- "version": "1.1.8"
275
+ "version": "1.1.9"
276
276
  }
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.1.8",
4
+ "version": "1.1.9",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -13,7 +13,7 @@
13
13
  "@salesforce/kit": "^3.0.15",
14
14
  "@salesforce/sf-plugins-core": "^7.1.5",
15
15
  "fast-glob": "^3.3.2",
16
- "fast-xml-parser": "^4.3.3",
16
+ "fast-xml-parser": "^4.3.4",
17
17
  "js2xmlparser": "^4.0.2"
18
18
  },
19
19
  "devDependencies": {
@@ -22,7 +22,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",
25
- "eslint-plugin-sf-plugin": "^1.17.2",
25
+ "eslint-plugin-sf-plugin": "^1.17.3",
26
26
  "oclif": "^4.3.7",
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.8.crt",
216
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.8.sig"
215
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.9.crt",
216
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.9.sig"
217
217
  }
218
218
  }