@salesforce/plugin-sobject 1.0.4 → 1.0.5

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
@@ -167,7 +167,7 @@ FLAG DESCRIPTIONS
167
167
  If you don't specify this flag, the command prompts you to choose from your local objects.
168
168
  ```
169
169
 
170
- _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.4/src/commands/schema/generate/field.ts)_
170
+ _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.5/src/commands/schema/generate/field.ts)_
171
171
 
172
172
  ## `sf schema generate platformevent`
173
173
 
@@ -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.0.4/src/commands/schema/generate/platformevent.ts)_
199
+ _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.5/src/commands/schema/generate/platformevent.ts)_
200
200
 
201
201
  ## `sf schema generate sobject`
202
202
 
@@ -250,7 +250,7 @@ FLAG DESCRIPTIONS
250
250
  * Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
251
251
  ```
252
252
 
253
- _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.4/src/commands/schema/generate/sobject.ts)_
253
+ _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.5/src/commands/schema/generate/sobject.ts)_
254
254
 
255
255
  ## `sf schema generate tab`
256
256
 
@@ -297,6 +297,6 @@ FLAG DESCRIPTIONS
297
297
  The API name for a custom object always ends in "__c", such as "MyObject__c".
298
298
  ```
299
299
 
300
- _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.4/src/commands/schema/generate/tab.ts)_
300
+ _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.5/src/commands/schema/generate/tab.ts)_
301
301
 
302
302
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -768,10 +768,10 @@
768
768
  wordwrap "^1.0.0"
769
769
  wrap-ansi "^7.0.0"
770
770
 
771
- "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1", "@oclif/core@^3.9.2":
772
- version "3.12.0"
773
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
774
- integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
771
+ "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.3.1":
772
+ version "3.13.1"
773
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.13.1.tgz#dbd5e604ec78a716a33bfa6fec6c988a507b7f38"
774
+ integrity sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==
775
775
  dependencies:
776
776
  ansi-escapes "^4.3.2"
777
777
  ansi-styles "^4.3.0"
@@ -949,12 +949,12 @@
949
949
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
950
950
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
951
951
 
952
- "@salesforce/cli-plugins-testkit@^5.0.5":
953
- version "5.0.5"
954
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.5.tgz#54a4ec57a10b10b3e3040cfb754972666a3ec100"
955
- integrity sha512-TketFUfimWg7T0LJGaXtfelvp6Zy3i2sYwuULSBYiyPceqUTZJXPXNzbHC987b6E3OcT4K6mIxLiVbF//kzvMQ==
952
+ "@salesforce/cli-plugins-testkit@^5.0.6":
953
+ version "5.0.6"
954
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.6.tgz#16fb3378406b19ba7b70ebec58c27d683141c571"
955
+ integrity sha512-1zbyVpATCSgcL8X6svic2MNqIGGJLUQAwkLmTiibwiudnKGZhkXj1kF+46c2mr5oi4hLKk7Bpzq2fO45MT14/A==
956
956
  dependencies:
957
- "@salesforce/core" "^6.2.0"
957
+ "@salesforce/core" "^6.2.2"
958
958
  "@salesforce/kit" "^3.0.15"
959
959
  "@salesforce/ts-types" "^2.0.9"
960
960
  "@types/shelljs" "^0.8.15"
@@ -276,5 +276,5 @@
276
276
  ]
277
277
  }
278
278
  },
279
- "version": "1.0.4"
279
+ "version": "1.0.5"
280
280
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-sobject",
3
3
  "description": "Create objects, fields, tabs, etc",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.9.2",
8
+ "@oclif/core": "^3.13.1",
9
9
  "@salesforce/core": "^6.2.2",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^5.0.5",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "@oclif/plugin-command-snapshot": "^5.0.2",
19
- "@salesforce/cli-plugins-testkit": "^5.0.5",
19
+ "@salesforce/cli-plugins-testkit": "^5.0.6",
20
20
  "@salesforce/dev-scripts": "^7.1.1",
21
21
  "@salesforce/plugin-command-reference": "^3.0.48",
22
22
  "@types/inquirer": "^8.2.0",
@@ -199,7 +199,7 @@
199
199
  "exports": "./lib/index.js",
200
200
  "type": "module",
201
201
  "sfdx": {
202
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.0.4.crt",
203
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.0.4.sig"
202
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.0.5.crt",
203
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.0.5.sig"
204
204
  }
205
205
  }