@salesforce/plugin-sobject 1.1.0 → 1.1.1
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 +4 -4
- package/oclif.lock +33 -33
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.
|
|
164
|
+
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.1/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.
|
|
193
|
+
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.1/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.
|
|
247
|
+
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.1/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.
|
|
294
|
+
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.1/src/commands/schema/generate/tab.ts)_
|
|
295
295
|
|
|
296
296
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1028,10 +1028,10 @@
|
|
|
1028
1028
|
strip-ansi "6.0.1"
|
|
1029
1029
|
ts-retry-promise "^0.7.1"
|
|
1030
1030
|
|
|
1031
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4":
|
|
1032
|
-
version "6.4.
|
|
1033
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
1034
|
-
integrity sha512-
|
|
1031
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.6":
|
|
1032
|
+
version "6.4.7"
|
|
1033
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
|
|
1034
|
+
integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
|
|
1035
1035
|
dependencies:
|
|
1036
1036
|
"@salesforce/kit" "^3.0.15"
|
|
1037
1037
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1045,7 +1045,7 @@
|
|
|
1045
1045
|
jsforce "^2.0.0-beta.29"
|
|
1046
1046
|
jsonwebtoken "9.0.2"
|
|
1047
1047
|
jszip "3.10.1"
|
|
1048
|
-
pino "^8.
|
|
1048
|
+
pino "^8.17.2"
|
|
1049
1049
|
pino-abstract-transport "^1.1.0"
|
|
1050
1050
|
pino-pretty "^10.3.1"
|
|
1051
1051
|
proper-lockfile "^4.1.2"
|
|
@@ -1057,10 +1057,10 @@
|
|
|
1057
1057
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1058
1058
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1059
1059
|
|
|
1060
|
-
"@salesforce/dev-scripts@^8.
|
|
1061
|
-
version "8.
|
|
1062
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
1063
|
-
integrity sha512-
|
|
1060
|
+
"@salesforce/dev-scripts@^8.3.0":
|
|
1061
|
+
version "8.3.0"
|
|
1062
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.3.0.tgz#8fcf223edc57dbdeb11397bf7db1f07a8a5e7720"
|
|
1063
|
+
integrity sha512-NoaGfTtyIYed5lGXtLM7QsyGbZvPVa5uflbmIQdeFOefrvAv48k0+RbJzOl7nuj58EmvULzqrZHL6B7w5u4T5Q==
|
|
1064
1064
|
dependencies:
|
|
1065
1065
|
"@commitlint/cli" "^17.1.2"
|
|
1066
1066
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
cosmiconfig "^7.0.0"
|
|
1076
1076
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
1077
1077
|
husky "^7.0.4"
|
|
1078
|
-
linkinator "^6.0.
|
|
1078
|
+
linkinator "^6.0.3"
|
|
1079
1079
|
mocha "^10.2.0"
|
|
1080
1080
|
nyc "^15.1.0"
|
|
1081
1081
|
prettier "^2.8.8"
|
|
@@ -1134,15 +1134,15 @@
|
|
|
1134
1134
|
chalk "^4"
|
|
1135
1135
|
inquirer "^8.2.5"
|
|
1136
1136
|
|
|
1137
|
-
"@salesforce/sf-plugins-core@^7.
|
|
1138
|
-
version "7.
|
|
1139
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.
|
|
1140
|
-
integrity sha512-
|
|
1137
|
+
"@salesforce/sf-plugins-core@^7.1.1":
|
|
1138
|
+
version "7.1.1"
|
|
1139
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.1.tgz#195b14d8bbb5ee2123872775110892c54c08c791"
|
|
1140
|
+
integrity sha512-stVcdLNaroS8UbcTQicr0aVH7K3yfpMFcPpTpLn2Z7OL66iEhBg4Vtr9+v0qKBjA5ZW7S0M1zzrgjY3ZNRJSxw==
|
|
1141
1141
|
dependencies:
|
|
1142
1142
|
"@inquirer/confirm" "^2.0.15"
|
|
1143
1143
|
"@inquirer/password" "^1.1.14"
|
|
1144
1144
|
"@oclif/core" "^3.16.0"
|
|
1145
|
-
"@salesforce/core" "^6.4.
|
|
1145
|
+
"@salesforce/core" "^6.4.6"
|
|
1146
1146
|
"@salesforce/kit" "^3.0.15"
|
|
1147
1147
|
"@salesforce/ts-types" "^2.0.9"
|
|
1148
1148
|
chalk "^5.3.0"
|
|
@@ -4871,10 +4871,10 @@ lines-and-columns@^1.1.6:
|
|
|
4871
4871
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
4872
4872
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
4873
4873
|
|
|
4874
|
-
linkinator@^6.0.
|
|
4875
|
-
version "6.0.
|
|
4876
|
-
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.
|
|
4877
|
-
integrity sha512-
|
|
4874
|
+
linkinator@^6.0.3:
|
|
4875
|
+
version "6.0.3"
|
|
4876
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.3.tgz#552965bafb37a8747858b2c02a70b3c148b68909"
|
|
4877
|
+
integrity sha512-QAcefOkkumXa5NciVhICPkSR5SMk6LFISe/FIX8vvPdLHLUqdXU06Dq/nuOPA5V89iv2gV9FDufYA7adxIcvOw==
|
|
4878
4878
|
dependencies:
|
|
4879
4879
|
chalk "^5.0.0"
|
|
4880
4880
|
escape-html "^1.0.3"
|
|
@@ -4882,7 +4882,7 @@ linkinator@^6.0.2:
|
|
|
4882
4882
|
glob "^10.3.10"
|
|
4883
4883
|
htmlparser2 "^9.0.0"
|
|
4884
4884
|
marked "^10.0.0"
|
|
4885
|
-
meow "^
|
|
4885
|
+
meow "^13.0.0"
|
|
4886
4886
|
mime "^3.0.0"
|
|
4887
4887
|
server-destroy "^1.0.1"
|
|
4888
4888
|
srcset "^5.0.0"
|
|
@@ -5222,10 +5222,10 @@ marked@^4.3.0:
|
|
|
5222
5222
|
vinyl "^2.0.1"
|
|
5223
5223
|
vinyl-file "^3.0.0"
|
|
5224
5224
|
|
|
5225
|
-
meow@^
|
|
5226
|
-
version "
|
|
5227
|
-
resolved "https://registry.yarnpkg.com/meow/-/meow-
|
|
5228
|
-
integrity sha512-
|
|
5225
|
+
meow@^13.0.0:
|
|
5226
|
+
version "13.1.0"
|
|
5227
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
|
|
5228
|
+
integrity sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==
|
|
5229
5229
|
|
|
5230
5230
|
meow@^8.0.0, meow@^8.1.2:
|
|
5231
5231
|
version "8.1.2"
|
|
@@ -6326,17 +6326,17 @@ pino-std-serializers@^6.0.0:
|
|
|
6326
6326
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6327
6327
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6328
6328
|
|
|
6329
|
-
pino@^8.
|
|
6330
|
-
version "8.
|
|
6331
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6332
|
-
integrity sha512-
|
|
6329
|
+
pino@^8.17.2:
|
|
6330
|
+
version "8.17.2"
|
|
6331
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
|
|
6332
|
+
integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
|
|
6333
6333
|
dependencies:
|
|
6334
6334
|
atomic-sleep "^1.0.0"
|
|
6335
6335
|
fast-redact "^3.1.1"
|
|
6336
6336
|
on-exit-leak-free "^2.1.0"
|
|
6337
6337
|
pino-abstract-transport v1.1.0
|
|
6338
6338
|
pino-std-serializers "^6.0.0"
|
|
6339
|
-
process-warning "^
|
|
6339
|
+
process-warning "^3.0.0"
|
|
6340
6340
|
quick-format-unescaped "^4.0.3"
|
|
6341
6341
|
real-require "^0.2.0"
|
|
6342
6342
|
safe-stable-stringify "^2.3.1"
|
|
@@ -6414,10 +6414,10 @@ process-on-spawn@^1.0.0:
|
|
|
6414
6414
|
dependencies:
|
|
6415
6415
|
fromentries "^1.2.0"
|
|
6416
6416
|
|
|
6417
|
-
process-warning@^
|
|
6418
|
-
version "
|
|
6419
|
-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-
|
|
6420
|
-
integrity sha512-
|
|
6417
|
+
process-warning@^3.0.0:
|
|
6418
|
+
version "3.0.0"
|
|
6419
|
+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-3.0.0.tgz#96e5b88884187a1dce6f5c3166d611132058710b"
|
|
6420
|
+
integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
|
|
6421
6421
|
|
|
6422
6422
|
process@^0.11.10:
|
|
6423
6423
|
version "0.11.10"
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@oclif/core": "^3.16.0",
|
|
12
12
|
"@salesforce/core": "^6.4.4",
|
|
13
13
|
"@salesforce/kit": "^3.0.15",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^7.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^7.1.1",
|
|
15
15
|
"fast-glob": "^3.3.2",
|
|
16
16
|
"fast-xml-parser": "^4.3.2",
|
|
17
17
|
"js2xmlparser": "^4.0.2"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
22
|
-
"@salesforce/dev-scripts": "^8.
|
|
22
|
+
"@salesforce/dev-scripts": "^8.3.0",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.59",
|
|
24
24
|
"@types/inquirer": "^8.2.0",
|
|
25
25
|
"eslint-plugin-sf-plugin": "^1.17.1",
|
|
@@ -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.
|
|
216
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.
|
|
215
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.1.crt",
|
|
216
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.1.sig"
|
|
217
217
|
}
|
|
218
218
|
}
|