@salesforce/plugin-sobject 0.2.18 → 1.0.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 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/0.2.18/src/commands/schema/generate/field.ts)_
170
+ _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.19/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/0.2.18/src/commands/schema/generate/platformevent.ts)_
199
+ _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.19/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/0.2.18/src/commands/schema/generate/sobject.ts)_
253
+ _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.19/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/0.2.18/src/commands/schema/generate/tab.ts)_
300
+ _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.19/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.0", "@oclif/core@^3.0.4", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0", "@oclif/core@^3.9.2":
772
- version "3.9.2"
773
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.9.2.tgz#6bc0e67398913ec369ebaae6eb948b574d4d2a26"
774
- integrity sha512-fDygnFqh2KXn/IDquhypZSP7Q2V071WgRswq8cgli5uw6RzS4Uyj/7EkijboiAo7H+bRFxN0PdgGQHGyAoc+XQ==
771
+ "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1", "@oclif/core@^3.9.2":
772
+ version "3.10.8"
773
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
774
+ integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
775
775
  dependencies:
776
776
  ansi-escapes "^4.3.2"
777
777
  ansi-styles "^4.3.0"
@@ -795,16 +795,17 @@
795
795
  strip-ansi "^6.0.1"
796
796
  supports-color "^8.1.1"
797
797
  supports-hyperlinks "^2.2.0"
798
+ tsconfck "^3.0.0"
798
799
  widest-line "^3.1.0"
799
800
  wordwrap "^1.0.0"
800
801
  wrap-ansi "^7.0.0"
801
802
 
802
- "@oclif/plugin-command-snapshot@^5.0.1":
803
- version "5.0.1"
804
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.1.tgz#6c21b2ef8007cda21f0caacd3462d5eedd622f32"
805
- integrity sha512-pUwr5jJ1Jq2yojjRYmzjZouVw4UIfu8IZAXaaWXUl21dEg+8UY1gdIlnQgGdSJo9tkEVz3sUCo6uLVCK6tClAA==
803
+ "@oclif/plugin-command-snapshot@^5.0.2":
804
+ version "5.0.2"
805
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.2.tgz#41e88d245e1ffb1822b4cb127df39f61672cf2b1"
806
+ integrity sha512-4Aun0P/K9uVC5JLmG968OJhDT5HMiOs4mmw7A2cWmf1Paw8zp4xZ40PvYOOKN86gaKukKFDTQ1sDuLBzqNhZow==
806
807
  dependencies:
807
- "@oclif/core" "^3.5.0"
808
+ "@oclif/core" "^3.10.8"
808
809
  "@types/lodash.difference" "^4.5.8"
809
810
  chalk "^5.3.0"
810
811
  just-diff "^5.2.0"
@@ -7251,6 +7252,11 @@ ts-retry-promise@^0.7.1:
7251
7252
  resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
7252
7253
  integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
7253
7254
 
7255
+ tsconfck@^3.0.0:
7256
+ version "3.0.0"
7257
+ resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
7258
+ integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
7259
+
7254
7260
  tsconfig-paths@^3.14.2:
7255
7261
  version "3.14.2"
7256
7262
  resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
@@ -276,5 +276,5 @@
276
276
  ]
277
277
  }
278
278
  },
279
- "version": "0.2.18"
279
+ "version": "1.0.1"
280
280
  }
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": "0.2.18",
4
+ "version": "1.0.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "js2xmlparser": "^4.0.2"
16
16
  },
17
17
  "devDependencies": {
18
- "@oclif/plugin-command-snapshot": "^5.0.1",
18
+ "@oclif/plugin-command-snapshot": "^5.0.2",
19
19
  "@salesforce/cli-plugins-testkit": "^5.0.0",
20
20
  "@salesforce/dev-scripts": "^6.0.3",
21
21
  "@salesforce/plugin-command-reference": "^3.0.46",
@@ -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/0.2.18.crt",
203
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/0.2.18.sig"
202
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.0.1.crt",
203
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.0.1.sig"
204
204
  }
205
205
  }